scanBtn.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  1. .cabinet-bottom {
  2. position: fixed;
  3. bottom: 1rpx;
  4. height: 266rpx;
  5. background: #FFFFFF;
  6. width: 100%;
  7. }
  8. .guide-view {
  9. height: 80rpx;
  10. background: #E7F2FF;
  11. padding-left: 32rpx;
  12. }
  13. .battery-img {
  14. width: 48rpx;
  15. height: 48rpx;
  16. }
  17. .guide-text {
  18. font-family: PingFangSC, PingFang SC;
  19. font-weight: 600;
  20. font-size: 28rpx;
  21. color: #0074FF;
  22. margin-left: 8rpx;
  23. }
  24. .arrow-img {
  25. width: 28rpx;
  26. height: 28rpx;
  27. }
  28. .scan-btn-view {
  29. display: flex;
  30. justify-content: center;
  31. align-items: center;
  32. padding: 32rpx;
  33. height: 148rpx;
  34. position: relative;
  35. flex: 1;
  36. }
  37. .show_scan {
  38. margin-right: 23rpx;
  39. }
  40. .scan {
  41. display: flex;
  42. justify-content: space-between;
  43. }
  44. .scan-btn-view1{
  45. display: flex;
  46. justify-content: center;
  47. align-items: center;
  48. margin-left: 32rpx;
  49. margin-right: 9rpx;
  50. height: 148rpx;
  51. position: relative;
  52. flex: 1;
  53. }
  54. .appoint-btn-view1{
  55. display: flex;
  56. justify-content: center;
  57. align-items: center;
  58. margin-left: 9rpx;
  59. margin-right: 30rpx;
  60. height: 148rpx;
  61. position: relative;
  62. flex: 1;
  63. }
  64. .scan-btn {
  65. height: 80rpx;
  66. display: flex;
  67. flex: 1;
  68. background: #0074FF;
  69. border-radius: 40rpx;
  70. font-family: PingFangSC, PingFang SC;
  71. font-weight: 500;
  72. font-size: 32rpx;
  73. color: #FFFFFF;
  74. justify-content: center;
  75. align-items: center;
  76. }
  77. .free-num-view{
  78. position: absolute;
  79. right: 32rpx;
  80. top: 14rpx;
  81. background: #FF571A;
  82. border-radius: 16rpx 0rpx 16rpx 0rpx;
  83. font-family: PingFangSC, PingFang SC;
  84. font-weight: 500;
  85. font-size: 24rpx;
  86. color: #FFFFFF;
  87. padding: 8rpx 24rpx 10rpx 24rpx;
  88. display: flex;
  89. justify-content: center;
  90. align-items: center;
  91. }
  92. .free-num-view1 {
  93. position: absolute;
  94. right: 0rpx;
  95. top: 8rpx;
  96. background: #FF571A;
  97. /* border-radius: 16rpx 0rpx 16rpx 0rpx; */
  98. font-family: DIN;
  99. font-weight: 500;
  100. font-size: 20rpx;
  101. color: #FFFFFF;
  102. height: 42rpx;
  103. /* padding: 8rpx 24rpx 10rpx 24rpx; */
  104. border-radius: 0rpx 20rpx 0rpx 20rpx;
  105. padding-left: 24rpx;
  106. padding-right: 24rpx;
  107. display: flex;
  108. justify-content: center;
  109. align-items: center;
  110. }
  111. .free-num {
  112. font-family: DIN;
  113. font-weight: 500;
  114. font-size: 24rpx;
  115. margin: 0 3rpx;
  116. }
  117. /* 蓝牙弹窗 */
  118. .modal-group {
  119. width: 100%;
  120. height: 100vh;
  121. background-color: rgba(27, 27, 27, 0.7);
  122. z-index: 9999;
  123. position: fixed;
  124. top: 0;
  125. }
  126. .def-alert {
  127. width: 568rpx;
  128. background-color: #fff;
  129. margin: 60% auto;
  130. box-shadow: 2rpx 4rpx 10rpx rgba(0, 0, 0, 0.2);
  131. border-radius: 16rpx;
  132. }
  133. .alert-title {
  134. font-size: 16px;
  135. text-align: center;
  136. padding: 48rpx 20rpx 0 20rpx;
  137. font-family: PingFangSC, PingFang SC;
  138. font-weight: 500;
  139. font-size: 32rpx;
  140. color: rgba(0, 0, 0, 0.85);
  141. }
  142. .alert-content {
  143. padding: 20rpx 0 48rpx 0;
  144. font-family: PingFangSC, PingFang SC;
  145. font-weight: 400;
  146. font-size: 28rpx;
  147. color: #666666;
  148. text-align: center;
  149. }
  150. .alert-footer {
  151. border-top: solid 2rpx #e9e9e9;
  152. }
  153. .alert-btn {
  154. width: 100%;
  155. text-align: center;
  156. padding: 32rpx 0;
  157. font-family: PingFangSC, PingFang SC;
  158. font-weight: 500;
  159. font-size: 32rpx;
  160. color: #0074FF;
  161. line-height: 36rpx;
  162. text-align: center;
  163. }
  164. /* 开启蓝牙换电弹窗 */
  165. .def-alert-bluetooth {
  166. width: 568rpx;
  167. background-color: #fff;
  168. margin: 40% auto;
  169. box-shadow: 2rpx 4rpx 10rpx rgba(0, 0, 0, 0.2);
  170. border-radius: 16rpx;
  171. }
  172. .close-view {
  173. justify-content: flex-end;
  174. padding: 40rpx;
  175. }
  176. .close-icon {
  177. width: 32rpx;
  178. height: 32rpx;
  179. }
  180. .bluetooth-view {
  181. justify-content: center;
  182. margin-bottom: 48rpx;
  183. }
  184. .bluetooth-icon {
  185. width: 240rpx;
  186. height: 240rpx;
  187. }
  188. .need-bluetooth-text {
  189. width: 100%;
  190. text-align: center;
  191. font-family: PingFangSC, PingFang SC;
  192. font-weight: 600;
  193. font-size: 40rpx;
  194. color: #2A3A5A;
  195. margin-bottom: 32rpx;
  196. }
  197. .need-bluetooth-tip {
  198. width: 100%;
  199. font-family: PingFangSC, PingFang SC;
  200. font-weight: 400;
  201. font-size: 28rpx;
  202. color: #5E6F90;
  203. text-align: center;
  204. margin-bottom: 48rpx;
  205. }
  206. .bluetooth-connect-view {
  207. padding: 0 48rpx 48rpx 48rpx;
  208. }
  209. .bluetooth-connect-btn {
  210. font-family: PingFangSC, PingFang SC;
  211. font-weight: 500;
  212. font-size: 32rpx;
  213. color: #FFFFFF;
  214. line-height: 80rpx;
  215. text-align: center;
  216. height: 80rpx;
  217. background: #0074FF;
  218. border-radius: 40rpx;
  219. }
  220. .payment-info-main {
  221. background-color: #ffffff;
  222. position: fixed;
  223. width: 100%;
  224. bottom: 0;
  225. border-top-left-radius: 32rpx;
  226. /* 左上角圆角 */
  227. border-top-right-radius: 32rpx;
  228. /* 右上角圆角 */
  229. }
  230. .payment-info-top {
  231. padding: 80rpx 32rpx 32rpx 32rpx;
  232. justify-content: center;
  233. position: relative;
  234. }
  235. .check-icon {
  236. width: 88rpx;
  237. height: 88rpx;
  238. }
  239. .fee-rules-top {
  240. padding: 32rpx 32rpx 32rpx 32rpx;
  241. justify-content: center;
  242. position: relative;
  243. font-size: 32rpx;
  244. color: #5E6F90;
  245. }
  246. .fee-rules-close {
  247. position: absolute;
  248. right: 30rpx;
  249. top: 30rpx;
  250. }
  251. .pay-money-text {
  252. margin-bottom: 16rpx;
  253. }
  254. .pay-money {
  255. font-family: DINAlternate, DINAlternate;
  256. font-weight: bold;
  257. font-size: 64rpx;
  258. color: #2A3A5A;
  259. text-align: center;
  260. }
  261. .fee-rules-main {
  262. background-color: #ffffff;
  263. position: fixed;
  264. width: 100%;
  265. bottom: 0;
  266. border-top-left-radius: 32rpx;
  267. /* 左上角圆角 */
  268. border-top-right-radius: 32rpx;
  269. padding: 0 32rpx;
  270. }
  271. .fee-rules-icon {
  272. width: 40rpx;
  273. height: 40rpx;
  274. }
  275. .fee-rules-view {
  276. height: 156rpx;
  277. background: #EEF6FF;
  278. border-radius: 16rpx;
  279. padding: 36rpx 24rpx 32rpx 24rpx;
  280. margin-bottom: 48rpx;
  281. }
  282. .fee-rules-title {
  283. margin-right: 16rpx;
  284. font-family: PingFangSC, PingFang SC;
  285. font-weight: 500;
  286. font-size: 32rpx;
  287. color: #2A3A5A;
  288. }
  289. .fee-rules-money-view {
  290. font-family: PingFangSC, PingFang SC;
  291. font-weight: 500;
  292. font-size: 32rpx;
  293. color: #2A3A5A;
  294. margin-bottom: 20rpx;
  295. display: flex;
  296. align-items: center;
  297. }
  298. .fee-rules-money {
  299. font-family: DIN;
  300. font-weight: 500;
  301. font-size: 36rpx;
  302. color: #0074FF;
  303. }
  304. .open-result-tip {
  305. width: 100%;
  306. font-family: PingFangSC, PingFang SC;
  307. font-weight: 400;
  308. font-size: 24rpx;
  309. color: #828DA2;
  310. text-align: justify;
  311. }
  312. .over-btn-view {
  313. display: flex;
  314. justify-content: center;
  315. align-items: center;
  316. padding: 0 0 32rpx 0;
  317. width: 100%;
  318. height: 136rpx;
  319. position: relative;
  320. }
  321. .over-btn {
  322. height: 80rpx;
  323. display: flex;
  324. flex: 1;
  325. background: #0074FF;
  326. border-radius: 40rpx;
  327. font-family: PingFangSC, PingFang SC;
  328. font-weight: 500;
  329. font-size: 32rpx;
  330. color: #FFFFFF;
  331. justify-content: center;
  332. align-items: center;
  333. }
  334. .pay-icon {
  335. width: 40rpx;
  336. height: 40rpx;
  337. }
  338. .pay-view {
  339. margin-bottom: 52rpx;
  340. }
  341. .pay-view-text {
  342. flex: 1;
  343. margin-left: 24rpx;
  344. }
  345. .wx-pay-icon {
  346. width: 32rpx;
  347. height: 32rpx;
  348. }
  349. .phone-view {
  350. flex: 1;
  351. height: 80rpx;
  352. line-height: 80rpx;
  353. background: #0074FF;
  354. border-radius: 40rpx;
  355. text-align: center;
  356. font-weight: 600;
  357. font-size: 32rpx;
  358. color: #FFFFFF;
  359. font-family: PingFangSC, PingFang SC;
  360. font-weight: 500;
  361. }
  362. .scan-btn1 {
  363. height: 80rpx;
  364. display: flex;
  365. flex: 1;
  366. background: #E5F1FF;
  367. border-radius: 40rpx;
  368. justify-content: center;
  369. align-items: center;
  370. font-family: PingFangSC, PingFang SC;
  371. font-weight: 500;
  372. font-size: 32rpx;
  373. color: #0074FF;
  374. font-style: normal;
  375. }
  376. .cancel_subscribe_mark {
  377. position: absolute;
  378. right: 0rpx;
  379. top: 8rpx;
  380. background: #FF571A;
  381. /* border-radius: 16rpx 0rpx 16rpx 0rpx; */
  382. font-family: DIN;
  383. font-weight: 500;
  384. font-size: 20rpx;
  385. color: #FFFFFF;
  386. height: 42rpx;
  387. /* padding: 8rpx 24rpx 10rpx 24rpx; */
  388. border-radius: 0rpx 20rpx 0rpx 20rpx;
  389. padding-left: 24rpx;
  390. padding-right: 24rpx;
  391. display: flex;
  392. justify-content: center;
  393. align-items: center;
  394. }
  395. .no-height {
  396. height: 266rpx;
  397. }
  398. .refund-btn{
  399. width:680rpx;
  400. height: 80rpx;
  401. margin: auto;
  402. background: #060809;
  403. text-align: center;
  404. border-radius: 40rpx;
  405. font-weight: 500;
  406. font-size: 32rpx;
  407. color: #fff;
  408. text-align: center;
  409. line-height: 80rpx;
  410. }