device1.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. /* pages/device/device.wxss */
  2. .shop-container {
  3. width: 60vw;
  4. height: 100vh;
  5. background: #fff;
  6. }
  7. .xxxxx {
  8. background-color: blue;
  9. }
  10. .show-shop-btn {
  11. position: fixed;
  12. bottom: 60rpx;
  13. left: 0rpx;
  14. background-color: #2d8cf0;
  15. color: #fff;
  16. font-weight: bolder;
  17. text-align: center;
  18. height: 60rpx;
  19. width: 100rpx;
  20. line-height: 60rpx;
  21. border-radius: 0 60rpx 60rpx 0;
  22. box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  23. }
  24. .collapse-item-title {
  25. font-size: 12px;
  26. color: #737373;
  27. /* font-weight: bold; */
  28. }
  29. .selectedTitle {
  30. color: #2d8cf0;
  31. }
  32. .mov-area {
  33. width: 100vw;
  34. height: 100vh;
  35. position: absolute;
  36. top: 0;
  37. left: 0;
  38. z-index: -1;
  39. opacity: 0;
  40. }
  41. .list-group {
  42. margin-top: 10px;
  43. padding: 0 18rpx;
  44. font-size: 24rpx;
  45. }
  46. .list-item {
  47. margin-bottom: 12px;
  48. background-color: #fff;
  49. padding: 0 10px;
  50. box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.06);
  51. border-radius: 5px;
  52. }
  53. .list-item-head {
  54. padding: 8px 0;
  55. border-bottom: solid 1px #f8f8f8;
  56. }
  57. .shop-name {
  58. color: #2d8cf0;
  59. }
  60. .form-item {
  61. padding: 5px 0;
  62. }
  63. .form-value {
  64. color: #999;
  65. }
  66. .pay-money {
  67. color: #f56c6c;
  68. }
  69. .list-item-body {
  70. padding-bottom: 5px;
  71. }
  72. .list-item-footer {
  73. border-top: solid 1px #f8f8f8;
  74. padding: 10px 0;
  75. }
  76. .op-btn {
  77. background-color: #67c23a;
  78. color: #fff;
  79. border-radius: 5px;
  80. padding: 4px 10px;
  81. font-size: 12px;
  82. /* box-shadow: 0px 2px 3px rgba(0,0,0, 0.3); */
  83. border: solid 1px rgb(95, 179, 53);
  84. }
  85. .car-icon {
  86. width: 40rpx;
  87. height: 40rpx;
  88. margin-right: 10rpx;
  89. }
  90. .i-tag {
  91. margin-left: 10rpx;
  92. color: white;
  93. padding: 0 8rpx;
  94. font-size: 18rpx;
  95. border-radius: 6rpx;
  96. }
  97. .i-tag-red {
  98. background-color: #ed3f14;
  99. }
  100. .i-tag-green {
  101. background-color: #2d8cf0;
  102. }
  103. /* battery item */
  104. .status-container {
  105. background-color: #fff;
  106. }
  107. .i-status-item {
  108. padding: 21rpx 12rpx;
  109. font-weight: 500;
  110. border-bottom: solid 4rpx #fff;
  111. }
  112. .selected-item {
  113. border-bottom: solid 4rpx #45c358;
  114. color: #45c358;
  115. }
  116. .battery-icon-img {
  117. width: 109rpx;
  118. height: 94rpx;
  119. }
  120. .battery-icon {
  121. }
  122. .battery-info {
  123. width: 100%;
  124. margin-left: 29rpx;
  125. }
  126. .battery-name {
  127. color: #333333;
  128. font-size: 32rpx;
  129. font-weight: 500;
  130. }
  131. .battery-macid {
  132. font-size: 11px;
  133. margin-bottom: 5px;
  134. }
  135. .battery-com {
  136. width: 177rpx;
  137. }
  138. .dianliang-icon-i {
  139. width: 4rpx;
  140. height: 14rpx;
  141. margin-right: 4rpx;
  142. }
  143. .sd-icon {
  144. width: 12rpx;
  145. height: 16rpx;
  146. margin-right: 14rpx;
  147. }
  148. .dianliang-num {
  149. color: #333333;
  150. font-weight: 400;
  151. font-size: 20rpx;
  152. margin-left: 9rpx;
  153. }
  154. .b-day {
  155. font-size: 26rpx;
  156. font-family: PingFangSC-Regular;
  157. font-weight: 400;
  158. color: rgba(51, 51, 51, 1);
  159. margin-bottom: 14rpx;
  160. }
  161. .b-status {
  162. width: 137rpx;
  163. height: 48rpx;
  164. line-height: 48rpx;
  165. background: linear-gradient(to right, rgb(64, 187, 85), rgb(114, 217, 130));
  166. font-weight: 400;
  167. font-size: 26rpx;
  168. color: #fff;
  169. text-align: center;
  170. border-radius: 24rpx 0 0 24rpx;
  171. }
  172. .b-status-xf {
  173. background: linear-gradient(to right, rgb(255, 112, 17), rgb(251, 163, 44));
  174. }
  175. .battery-item {
  176. background-color: #fff;
  177. border-radius: 8rpx;
  178. box-shadow: 0px 6rpx 10rpx 0px rgba(192, 192, 192, 0.16);
  179. margin-bottom: 20rpx;
  180. }
  181. .batter-info-group {
  182. padding: 35rpx 16rpx;
  183. }
  184. .op-group {
  185. border-top: solid 1rpx #f8f8f8;
  186. padding: 35rpx 0;
  187. }
  188. .op-icon {
  189. width: 38rpx;
  190. height: 38rpx;
  191. }
  192. .op-des {
  193. font-size: 28rpx;
  194. font-family: PingFangSC-Regular;
  195. font-weight: 400;
  196. color: rgba(51, 51, 51, 1);
  197. margin-left: 9rpx;
  198. }
  199. .batterylist-container {
  200. padding: 22rpx 18rpx;
  201. }
  202. /* battery item end */