willExpireDevice.css 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. /* pages/willExpire/willExpireDevice.wxss */
  2. .shop-container {
  3. width: 80vw;
  4. height: 100vh;
  5. background: #f8f8f8;
  6. }
  7. .show-shop-btn {
  8. position: fixed;
  9. bottom: 60rpx;
  10. left: 0rpx;
  11. background-color: #0cc191;
  12. color: #fff;
  13. font-weight: bolder;
  14. text-align: center;
  15. height: 60rpx;
  16. width: 100rpx;
  17. line-height: 60rpx;
  18. border-radius: 0 60rpx 60rpx 0;
  19. box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  20. }
  21. .collapse-item-title {
  22. font-size: 12px;
  23. color: #737373;
  24. /* font-weight: bold; */
  25. }
  26. .collapse-item {
  27. padding: 8px 0 8px 24px;
  28. border-top: 1px solid #f8f8f8;
  29. }
  30. .selectedTitle {
  31. color: #0cc191;
  32. }
  33. .mov-area {
  34. width: 100vw;
  35. height: 100vh;
  36. position: absolute;
  37. top: 0;
  38. left: 0;
  39. z-index: -1;
  40. opacity: 0;
  41. }
  42. /* battery item */
  43. .i-tag {
  44. margin-left: 10rpx;
  45. color: white;
  46. padding: 0 8rpx;
  47. font-size: 18rpx;
  48. border-radius: 6rpx;
  49. }
  50. .i-tag-red {
  51. background-color: #ed3f14;
  52. }
  53. .i-tag-green {
  54. background-color: #2d8cf0;
  55. }
  56. .shop-name {
  57. color: #2d8cf0;
  58. font-size: 24rpx;
  59. }
  60. .status-container {
  61. background-color: #fff;
  62. }
  63. .i-status-item {
  64. padding: 21rpx 12rpx;
  65. font-weight: 500;
  66. border-bottom: solid 4rpx #fff;
  67. }
  68. .selected-item {
  69. border-bottom: solid 4rpx #45c358;
  70. color: #45c358;
  71. }
  72. .battery-icon-img {
  73. width: 80rpx;
  74. height: 80rpx;
  75. }
  76. .battery-icon {
  77. width: 129rpx;
  78. height: 129rpx;
  79. background: rgba(255, 255, 255, 1);
  80. border: 1rpx solid rgba(208, 208, 208, 0.5);
  81. border-radius: 50%;
  82. display: flex;
  83. align-items: center;
  84. justify-content: center;
  85. margin: 0 8rpx;
  86. }
  87. .battery-info {
  88. /* width: 100%; */
  89. margin-left: 29rpx;
  90. }
  91. .battery-name {
  92. color: #333333;
  93. font-size: 32rpx;
  94. font-weight: 500;
  95. }
  96. .battery-text {
  97. font-size: 24rpx;
  98. font-family: PingFang SC;
  99. font-weight: 400;
  100. color: rgba(102, 102, 102, 1);
  101. margin: 10rpx 0;
  102. }
  103. .battery-info-img {
  104. width: 22rpx;
  105. height: 22rpx;
  106. }
  107. .litter-e-quantity {
  108. font-size: 9px;
  109. border: solid 1px #cecece;
  110. background-color: #f8f8f8;
  111. border-radius: 5px;
  112. width: 70rpx;
  113. height: 30rpx;
  114. line-height: 30rpx;
  115. text-align: center;
  116. }
  117. .battery-macid {
  118. font-size: 11px;
  119. margin-bottom: 5px;
  120. }
  121. .battery-com {
  122. width: 177rpx;
  123. }
  124. .dianliang-icon-i {
  125. width: 4rpx;
  126. height: 14rpx;
  127. margin-right: 4rpx;
  128. }
  129. .sd-icon {
  130. width: 12rpx;
  131. height: 16rpx;
  132. margin-right: 14rpx;
  133. }
  134. .dianliang-num {
  135. color: #333333;
  136. font-weight: 400;
  137. font-size: 20rpx;
  138. margin-left: 9rpx;
  139. }
  140. .b-day {
  141. font-size: 24rpx;
  142. font-family: PingFangSC-Regular;
  143. font-weight: 400;
  144. color: rgba(51, 51, 51, 1);
  145. margin-bottom: 14rpx;
  146. }
  147. .b-status {
  148. width: 137rpx;
  149. height: 48rpx;
  150. line-height: 48rpx;
  151. background: linear-gradient(to right, rgb(64, 187, 85), rgb(114, 217, 130));
  152. font-weight: 400;
  153. font-size: 26rpx;
  154. color: #fff;
  155. text-align: center;
  156. border-radius: 24rpx 0 0 24rpx;
  157. }
  158. .b-status-xf {
  159. background: linear-gradient(to right, rgb(255, 112, 17), rgb(251, 163, 44));
  160. }
  161. .battery-item {
  162. background: rgba(255, 255, 255, 1);
  163. box-shadow: 0rpx 10rpx 12rpx 0rpx rgba(178, 178, 178, 0.08);
  164. border-radius: 20rpx;
  165. margin-bottom: 20rpx;
  166. position: relative;
  167. padding: 20rpx 0;
  168. }
  169. .batter-info-group {
  170. margin: 0 22rpx;
  171. }
  172. .op-group {
  173. padding-top: 23rpx;
  174. }
  175. .op-item {
  176. text-align: center;
  177. }
  178. .op-icon {
  179. width: 36rpx;
  180. height: 36rpx;
  181. }
  182. .op-des {
  183. font-size: 26rpx;
  184. font-family: PingFang SC;
  185. font-weight: 400;
  186. color: rgba(0, 0, 0, 1);
  187. }
  188. .batterylist-container {
  189. padding: 22rpx 18rpx;
  190. }
  191. .battery-select-container {
  192. position: absolute;
  193. top: 10rpx;
  194. right: 20rpx;
  195. }
  196. .check-icon {
  197. width: 38rpx;
  198. height: 38rpx;
  199. vertical-align: middle;
  200. }
  201. .surplus-days {
  202. margin-top: 10rpx;
  203. }
  204. .battery-info-left {
  205. width: 100%;
  206. }
  207. .battery-info-right {
  208. white-space: nowrap;
  209. }
  210. .battery-info {
  211. position: absolute;
  212. margin: 0 22rpx;
  213. padding: 20rpx 0;
  214. right: 0;
  215. top: 0;
  216. }
  217. /* battery item end */
  218. .top-bar-container {
  219. /* height: 64px; */
  220. background-color: #fff;
  221. width: 100%;
  222. position: fixed;
  223. top: 0;
  224. left: 0;
  225. }
  226. .system-stauts-bar,
  227. .system-navigator {
  228. display: flex;
  229. flex-direction: row;
  230. align-items: center;
  231. position: relative;
  232. }
  233. .system-stauts-bar {
  234. height: 42rpx;
  235. padding: 0 20rpx;
  236. font-size: 26rpx;
  237. color: #fff;
  238. background-color: #0ac38e;
  239. }
  240. .system-navigator {
  241. height: 98rpx;
  242. padding: 26rpx 20rpx;
  243. background-color: #0ac38e;
  244. }
  245. .bar-shop-icon {
  246. width: 40rpx;
  247. height: 40rpx;
  248. position: absolute;
  249. top: 28rpx;
  250. left: 80rpx;
  251. }
  252. .space-height {
  253. height: 300rpx;
  254. }
  255. .add-height {
  256. height: 270rpx;
  257. }
  258. .shop-info-container {
  259. padding-top: 40rpx;
  260. text-align: center;
  261. }
  262. .shop-head-icon {
  263. width: 100rpx;
  264. height: 100rpx;
  265. border-radius: 50rpx;
  266. }
  267. .shop-head-name {
  268. font-size: 24rpx;
  269. margin-bottom: 30rpx;
  270. }
  271. .def-nav-container {
  272. padding: 20rpx 30rpx;
  273. padding-bottom: 20rpx;
  274. box-shadow: 0px 6rpx 10rpx 0px rgba(192, 192, 192, 0.16);
  275. }
  276. .order-type-container {
  277. }
  278. .order-type-item {
  279. font-size: 28rpx;
  280. }
  281. .order-type-selected {
  282. color: #0cc191;
  283. }
  284. .batch-container {
  285. background-color: #fff;
  286. }
  287. .bath-op {
  288. margin-top: 22rpx;
  289. }
  290. .batch-transfer-btn,
  291. .batch-alter-btn,
  292. .batch-cancel-btn {
  293. font-size: 24rpx;
  294. color: #fff;
  295. border-radius: 10rpx;
  296. padding: 8rpx 20rpx;
  297. }
  298. .batch-transfer-btn {
  299. background-color: #19be6b;
  300. }
  301. .batch-alter-btn {
  302. background-color: #ff9900;
  303. margin: 0 20rpx;
  304. }
  305. .batch-cancel-btn {
  306. background-color: #2b85e4;
  307. }
  308. .search-container {
  309. white-space: nowrap;
  310. background-color: #fff;
  311. padding: 20rpx;
  312. }
  313. .search-control {
  314. width: 100%;
  315. }
  316. .input-search {
  317. border: solid 1px #f8f8f8;
  318. width: 100%;
  319. margin: 0 20rpx;
  320. padding: 4rpx 10rpx;
  321. border-radius: 2px;
  322. }
  323. .btn-search {
  324. margin: 0 20rpx;
  325. padding: 4rpx 10rpx;
  326. color: #0cc191;
  327. }
  328. .return-icon {
  329. width: 40rpx;
  330. height: 40rpx;
  331. padding-right: 24rpx;
  332. position: absolute;
  333. top: 28rpx;
  334. left: 20rpx;
  335. }
  336. .battery-credit {
  337. height: 48rpx;
  338. background: rgba(17, 191, 150, 1);
  339. border-top-left-radius: 24px;
  340. border-bottom-left-radius: 24px;
  341. position: absolute;
  342. top: 32rpx;
  343. right: 0;
  344. padding: 0 20rpx;
  345. padding-left: 50rpx;
  346. color: #fff;
  347. }
  348. .group-item {
  349. padding: 0 20rpx;
  350. }
  351. .group-leaf-icon {
  352. width: 40rpx;
  353. height: 40rpx;
  354. margin-right: 4rpx;
  355. transition: transform 0.2s ease-in-out;
  356. }
  357. .group-select-icon {
  358. width: 40rpx;
  359. height: 40rpx;
  360. margin-right: 10rpx;
  361. }
  362. .group-text {
  363. font-size: 28rpx;
  364. font-family: PingFang SC;
  365. font-weight: 400;
  366. color: rgba(51, 51, 51, 1);
  367. line-height: 46rpx;
  368. border-radius: 0;
  369. border: 0;
  370. margin: 0;
  371. padding: 15rpx 10rpx;
  372. text-align: left;
  373. }
  374. .group-text::after {
  375. border: 0;
  376. }
  377. .top-title {
  378. font-size: 30rpx;
  379. font-family: PingFang SC;
  380. font-weight: 400;
  381. color: rgba(255, 255, 255, 1);
  382. text-align: center;
  383. width: 100%;
  384. }
  385. .red-text {
  386. color: #ed3f14;
  387. }