deviceInfo.css 1.8 KB

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