device.css 7.2 KB

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