searchDevice.css 6.7 KB

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