deviceReplace.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. /* pages/deviceInfo/deviceInfo.wxss */
  2. .form-group {
  3. background-color: #fff;
  4. }
  5. .form-item {
  6. display: flex;
  7. flex-direction: row;
  8. justify-content: flex-start;
  9. align-items: center;
  10. line-height: 3.5;
  11. border-bottom: solid 1px #f8f8f8;
  12. padding: 0 20rpx;
  13. }
  14. .form-label {
  15. white-space: nowrap;
  16. }
  17. .form-value {
  18. width: 100%;
  19. text-align: right;
  20. /* color: #999; */
  21. }
  22. .u-unit {
  23. margin-left: 20rpx;
  24. color: #333;
  25. }
  26. .remark-info {
  27. width: 80%;
  28. height: 120rpx;
  29. line-height: 1;
  30. }
  31. .local-icon {
  32. width: 20px;
  33. vertical-align: center;
  34. }
  35. .save-op {
  36. margin-top: 60rpx;
  37. padding: 30rpx 60rpx;
  38. }
  39. .save-op button {
  40. font-size: 28rpx;
  41. }
  42. .edit-user-btn {
  43. padding: 6rpx 20rpx;
  44. background-color: #2d8cf0;
  45. color: #fff;
  46. margin-left: 20rpx;
  47. font-size: 24rpx;
  48. border-radius: 5rpx;
  49. }
  50. .input-bats {
  51. display: flex;
  52. flex-direction: row;
  53. justify-content: flex-end;
  54. }
  55. .input-bat-item {
  56. display: flex;
  57. flex-direction: row;
  58. justify-content: flex-start;
  59. align-items: center;
  60. }
  61. .input-bat-type {
  62. width: 50px;
  63. border: solid 1px #f8f8f8;
  64. padding-right: 10px;
  65. }
  66. .return-status-view {
  67. height: 100%;
  68. width: 100%;
  69. text-align: left;
  70. }
  71. .return-status-button {
  72. margin-right: 10px;
  73. margin-bottom: 10px;
  74. display: inline-flex;
  75. }
  76. .return-uptitle {
  77. padding: 16px 16px 8px;
  78. font-size: 14px;
  79. line-height: 16px;
  80. color: #969799;
  81. }
  82. .return-upimage {
  83. padding: 16px 16px 8px;
  84. }
  85. .input-bats {
  86. display: flex;
  87. flex-direction: row;
  88. justify-content: flex-end;
  89. }
  90. .input-bat-item {
  91. display: flex;
  92. flex-direction: row;
  93. justify-content: flex-start;
  94. align-items: center;
  95. }
  96. .input-bat-type {
  97. width: 50px;
  98. border: solid 1px #f8f8f8;
  99. padding-right: 10px;
  100. }