cellSearch.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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. /* 搜索 */
  25. .search-box{
  26. padding: 30rpx;
  27. }
  28. .search-saoma{
  29. width: 40rpx;
  30. height: 40rpx;
  31. margin-right: 45rpx;
  32. }
  33. .search-input{
  34. height: 76rpx;
  35. line-height: 76rpx;
  36. background: #F8F8F8;
  37. border-radius: 20rpx 20rpx 20rpx 20rpx;
  38. opacity: 1;
  39. padding: 0 16rpx 0 30rpx;
  40. }
  41. .search-input-icon{
  42. width: 26rpx;
  43. height: 26rpx;
  44. margin-right: 10rpx;
  45. }
  46. .search-btn{
  47. width: 96rpx;
  48. height: 47rpx;
  49. line-height: 47rpx;
  50. background: #EB5C20;
  51. border-radius: 24rpx 24rpx 24rpx 24rpx;
  52. opacity: 1;
  53. font-size: 22rpx;
  54. font-family: SourceHanSansCN-Regular-, SourceHanSansCN-Regular;
  55. font-weight: normal;
  56. color: #FFFFFF;
  57. text-align: center;
  58. margin-left: 10rpx;
  59. }
  60. .state-box{
  61. margin: 30rpx;
  62. justify-content: space-between;
  63. }
  64. .state-item{
  65. width: 335rpx;
  66. padding: 12rpx 20rpx;
  67. background: #FFFFFF;
  68. border-radius: 10rpx 10rpx 10rpx 10rpx;
  69. opacity: 1;
  70. box-sizing: border-box;
  71. }
  72. .icon{
  73. width: 26rpx;
  74. height: 26rpx;
  75. background: #EB5C20;
  76. border-radius: 5rpx 5rpx 5rpx 5rpx;
  77. opacity: 1;
  78. margin-right: 10rpx;
  79. }
  80. .state-label{
  81. line-height: 41rpx;
  82. font-size: 28rpx;
  83. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  84. font-weight: 500;
  85. color: #242323;
  86. line-height: 35rpx;
  87. }
  88. .state-data{
  89. margin-left: 36rpx;
  90. justify-content: space-between;
  91. line-height: 47rpx;
  92. font-size: 32rpx;
  93. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  94. font-weight: 500;
  95. color: #242323;
  96. }
  97. /* 电池 */
  98. .cell-box{
  99. margin: 30rpx;
  100. background: #FFFFFF;
  101. border-radius: 20rpx 20rpx 20rpx 20rpx;
  102. opacity: 1;
  103. padding: 30rpx;
  104. }
  105. .cell-title{
  106. width: 157rpx;
  107. line-height: 54rpx;
  108. font-size: 36rpx;
  109. font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  110. font-weight: bold;
  111. color: #242323;
  112. }
  113. .cell-state{
  114. line-height: 33rpx;
  115. background: #EB5C20;
  116. border-radius: 5rpx 5rpx 5rpx 5rpx;
  117. opacity: 1;
  118. font-size: 22rpx;
  119. font-family: SourceHanSansCN-Regular-, SourceHanSansCN-Regular;
  120. font-weight: normal;
  121. color: #FFFFFF;
  122. padding: 0 10rpx;
  123. text-align: center;
  124. margin-left: 20rpx;
  125. }
  126. .cell-info{
  127. font-size: 28rpx;
  128. font-family: SourceHanSansCN-Regular-, SourceHanSansCN-Regular;
  129. font-weight: normal;
  130. color: #666464;
  131. line-height: 41rpx;
  132. }
  133. .cell-option{
  134. margin-top: 20rpx;
  135. border-top: 1rpx solid #E6E6E6;
  136. padding: 30rpx 0 0;
  137. line-height: 41rpx;
  138. font-size: 28rpx;
  139. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  140. font-weight: 500;
  141. color: #333333;
  142. text-align: center;
  143. }
  144. .data-end{
  145. width: 170rpx;
  146. line-height: 36rpx;
  147. font-size: 24rpx;
  148. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  149. font-weight: 500;
  150. color: #A8A5A5;
  151. position: relative;
  152. display: block;
  153. margin:30rpx auto;
  154. text-align: center;
  155. }
  156. .data-end::before{
  157. content: '';
  158. width: 67rpx;
  159. height: 1rpx;
  160. opacity: 1;
  161. background-color:#A8A5A5;
  162. position: absolute;
  163. top: 50%;
  164. left: -22rpx;
  165. transform: translate(-100%,-50%);
  166. }
  167. .data-end::after{
  168. content: '';
  169. width: 67rpx;
  170. height: 1rpx;
  171. opacity: 1;
  172. background-color:#A8A5A5;
  173. position: absolute;
  174. top: 50%;
  175. right: -22rpx;
  176. transform: translate(100%,-50%);
  177. }