machineLook.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. .top-box{
  2. background-color: #fff;
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. right: 0;
  7. z-index: 100;
  8. }
  9. .top-box{
  10. background-color: #fff;
  11. }
  12. .top-title{
  13. font-size: 36rpx;
  14. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  15. font-weight: 500;
  16. color: #333333;
  17. padding: 0 30rpx;
  18. }
  19. .dow-ssicon{
  20. width: 36rpx;
  21. height: 36rpx;
  22. margin-left: 15rpx;
  23. }
  24. .tab-box{
  25. background-color: #fff;
  26. padding: 30rpx;
  27. z-index: 100;
  28. }
  29. .tab-item{
  30. text-align: center;
  31. font-size: 28rpx;
  32. line-height: 41rpx;
  33. }
  34. .tab-item image{
  35. visibility: hidden;
  36. }
  37. .tab-item-active{
  38. color: #EB5C20;
  39. }
  40. .tab-item-active image{
  41. visibility: visible;
  42. }
  43. .tab-active-icon{
  44. width: 32rpx;
  45. height: 10rpx;
  46. margin-top: 10rpx;
  47. margin: auto;
  48. }
  49. .saoma{
  50. width: 39rpx;
  51. height: 36rpx;
  52. margin-left: 60rpx;
  53. margin-bottom: 10rpx;
  54. }
  55. .sousuo{
  56. width: 36rpx;
  57. height: 36rpx;
  58. margin-left: 50rpx;
  59. margin-bottom: 10rpx;
  60. }
  61. .state-box{
  62. margin: 30rpx;
  63. justify-content: space-between;
  64. }
  65. .state-item{
  66. width: 335rpx;
  67. padding: 12rpx 20rpx;
  68. background: #FFFFFF;
  69. border-radius: 10rpx 10rpx 10rpx 10rpx;
  70. opacity: 1;
  71. box-sizing: border-box;
  72. }
  73. .icon{
  74. width: 26rpx;
  75. height: 26rpx;
  76. background: #EB5C20;
  77. border-radius: 5rpx 5rpx 5rpx 5rpx;
  78. opacity: 1;
  79. margin-right: 10rpx;
  80. }
  81. .state-label{
  82. line-height: 41rpx;
  83. font-size: 28rpx;
  84. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  85. font-weight: 500;
  86. color: #242323;
  87. line-height: 35rpx;
  88. }
  89. .state-data{
  90. margin-left: 36rpx;
  91. justify-content: space-between;
  92. line-height: 47rpx;
  93. font-size: 32rpx;
  94. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  95. font-weight: 500;
  96. color: #242323;
  97. }
  98. /* 电池 */
  99. .cell-box{
  100. margin: 30rpx;
  101. background: #FFFFFF;
  102. border-radius: 20rpx 20rpx 20rpx 20rpx;
  103. opacity: 1;
  104. padding: 30rpx;
  105. }
  106. .cell-title{
  107. width: 157rpx;
  108. line-height: 54rpx;
  109. font-size: 36rpx;
  110. font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  111. font-weight: bold;
  112. color: #242323;
  113. }
  114. .cell-state{
  115. line-height: 33rpx;
  116. background: #EB5C20;
  117. border-radius: 5rpx 5rpx 5rpx 5rpx;
  118. opacity: 1;
  119. font-size: 22rpx;
  120. font-family: SourceHanSansCN-Regular-, SourceHanSansCN-Regular;
  121. font-weight: normal;
  122. color: #FFFFFF;
  123. padding: 0 10rpx;
  124. text-align: center;
  125. margin-left: 20rpx;
  126. }
  127. .cell-info{
  128. font-size: 28rpx;
  129. font-family: SourceHanSansCN-Regular-, SourceHanSansCN-Regular;
  130. font-weight: normal;
  131. color: #666464;
  132. line-height: 41rpx;
  133. }
  134. .cell-option{
  135. margin-top: 20rpx;
  136. border-top: 1rpx solid #E6E6E6;
  137. /* padding: 30rpx 0 0; */
  138. line-height: 41rpx;
  139. font-size: 28rpx;
  140. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  141. font-weight: 500;
  142. color: #333333;
  143. text-align: center;
  144. }
  145. /* 弹窗 */
  146. .pop-title{
  147. line-height: 54rpx;
  148. font-size: 36rpx;
  149. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  150. font-weight: 500;
  151. color: #333333;
  152. margin-left:30rpx ;
  153. }
  154. .change-ssicon{
  155. width: 48rpx;
  156. height: 48rpx;
  157. margin-left: 10rpx;
  158. }
  159. .pop-content{
  160. margin: 48rpx 30rpx 30rpx;
  161. overflow: scroll;
  162. width: calc(100% - 60rpx);
  163. }
  164. .pop-content::-webkit-scrollbar{
  165. display: none;
  166. }
  167. .pop-content-item{
  168. height: 108rpx;
  169. line-height: 108rpx;
  170. background: #F5F5F5;
  171. border-radius: 10rpx 10rpx 10rpx 10rpx;
  172. opacity: 1;
  173. border: 2rpx solid #F5F5F5;
  174. padding: 0 30rpx;
  175. margin-bottom: 28rpx;
  176. }
  177. .pop-content-active{
  178. background: #fff;
  179. border: 2rpx solid #EB5C20;
  180. }
  181. .pop-content-icon{
  182. width: 12rpx;
  183. height: 19rpx;
  184. margin-left: 10rpx;
  185. }