scanBtn.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  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: 500;
  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. width: 100%;
  34. height: 148rpx;
  35. position: relative;
  36. }
  37. .scan-btn{
  38. height: 80rpx;
  39. display: flex;
  40. flex: 1;
  41. background: #0074FF;
  42. border-radius: 40rpx;
  43. font-family: PingFangSC, PingFang SC;
  44. font-weight: 500;
  45. font-size: 32rpx;
  46. color: #FFFFFF;
  47. justify-content: center;
  48. align-items: center;
  49. }
  50. .free-num-view{
  51. position: absolute;
  52. right: 32rpx;
  53. top: 14rpx;
  54. background: #FF571A;
  55. border-radius: 16rpx 0rpx 16rpx 0rpx;
  56. font-family: PingFangSC, PingFang SC;
  57. font-weight: 500;
  58. font-size: 24rpx;
  59. color: #FFFFFF;
  60. padding: 8rpx 24rpx 10rpx 24rpx;
  61. display: flex;
  62. justify-content: center;
  63. align-items: center;
  64. }
  65. .free-num{
  66. font-family: DIN;
  67. font-weight: 500;
  68. font-size: 28rpx;
  69. margin: 0 3rpx;
  70. }
  71. /* 蓝牙弹窗 */
  72. .modal-group {
  73. width: 100%;
  74. height: 100vh;
  75. background-color: rgba(27, 27, 27, 0.7);
  76. z-index: 9999;
  77. position: fixed;
  78. top: 0;
  79. }
  80. .def-alert {
  81. width: 568rpx;
  82. background-color: #fff;
  83. margin: 60% auto;
  84. box-shadow: 2rpx 4rpx 10rpx rgba(0, 0, 0, 0.2);
  85. border-radius: 16rpx;
  86. }
  87. .alert-title {
  88. font-size: 16px;
  89. text-align: center;
  90. padding: 48rpx 20rpx 0 20rpx;
  91. font-family: PingFangSC, PingFang SC;
  92. font-weight: 500;
  93. font-size: 32rpx;
  94. color: rgba(0,0,0,0.85);
  95. }
  96. .alert-content {
  97. padding: 20rpx 0 48rpx 0;
  98. font-family: PingFangSC, PingFang SC;
  99. font-weight: 400;
  100. font-size: 28rpx;
  101. color: #666666;
  102. text-align: center;
  103. }
  104. .alert-footer {
  105. border-top: solid 2rpx #e9e9e9;
  106. }
  107. .alert-btn {
  108. width: 100%;
  109. text-align: center;
  110. padding: 32rpx 0;
  111. font-family: PingFangSC, PingFang SC;
  112. font-weight: 500;
  113. font-size: 32rpx;
  114. color: #0074FF;
  115. line-height: 36rpx;
  116. text-align: center;
  117. }
  118. /* 开启蓝牙换电弹窗 */
  119. .def-alert-bluetooth {
  120. width: 568rpx;
  121. background-color: #fff;
  122. margin: 40% auto;
  123. box-shadow: 2rpx 4rpx 10rpx rgba(0, 0, 0, 0.2);
  124. border-radius: 16rpx;
  125. }
  126. .close-view{
  127. justify-content: flex-end;
  128. padding: 40rpx;
  129. }
  130. .close-icon{
  131. width: 32rpx;
  132. height: 32rpx;
  133. }
  134. .bluetooth-view{
  135. justify-content: center;
  136. margin-bottom: 48rpx;
  137. }
  138. .bluetooth-icon{
  139. width: 240rpx;
  140. height: 240rpx;
  141. }
  142. .need-bluetooth-text{
  143. width: 100%;
  144. text-align: center;
  145. font-family: PingFangSC, PingFang SC;
  146. font-weight: 600;
  147. font-size: 40rpx;
  148. color: #2A3A5A;
  149. margin-bottom: 32rpx;
  150. }
  151. .need-bluetooth-tip{
  152. width: 100%;
  153. font-family: PingFangSC, PingFang SC;
  154. font-weight: 400;
  155. font-size: 28rpx;
  156. color: #5E6F90;
  157. text-align: center;
  158. margin-bottom: 48rpx;
  159. }
  160. .bluetooth-connect-view{
  161. padding:0 48rpx 48rpx 48rpx;
  162. }
  163. .bluetooth-connect-btn{
  164. font-family: PingFangSC, PingFang SC;
  165. font-weight: 500;
  166. font-size: 32rpx;
  167. color: #FFFFFF;
  168. line-height: 80rpx;
  169. text-align: center;
  170. height: 80rpx;
  171. background: #0074FF;
  172. border-radius: 40rpx;
  173. }
  174. .payment-info-main {
  175. background-color: #ffffff;
  176. position: fixed;
  177. width: 100%;
  178. bottom: 0;
  179. border-top-left-radius: 32rpx; /* 左上角圆角 */
  180. border-top-right-radius: 32rpx; /* 右上角圆角 */
  181. }
  182. .payment-info-top{
  183. padding: 80rpx 32rpx 32rpx 32rpx;
  184. justify-content: center;
  185. position: relative;
  186. }
  187. .check-icon{
  188. width: 88rpx;
  189. height: 88rpx;
  190. }
  191. .fee-rules-top{
  192. padding: 32rpx 32rpx 32rpx 32rpx;
  193. justify-content: center;
  194. position: relative;
  195. font-size: 32rpx;
  196. color: #5E6F90;
  197. }
  198. .fee-rules-close{
  199. position: absolute;
  200. right: 30rpx;
  201. top: 30rpx;
  202. }
  203. .pay-money-text{
  204. margin-bottom: 16rpx;
  205. }
  206. .pay-money{
  207. font-family: DINAlternate, DINAlternate;
  208. font-weight: bold;
  209. font-size: 64rpx;
  210. color: #2A3A5A;
  211. }
  212. .fee-rules-main{
  213. background-color: #ffffff;
  214. position: fixed;
  215. width: 100%;
  216. bottom: 0;
  217. border-top-left-radius: 32rpx; /* 左上角圆角 */
  218. border-top-right-radius: 32rpx;
  219. padding: 0 32rpx;
  220. }
  221. .fee-rules-icon{
  222. width: 40rpx;
  223. height: 40rpx;
  224. }
  225. .fee-rules-view{
  226. height: 156rpx;
  227. background: #EEF6FF;
  228. border-radius: 16rpx;
  229. padding: 36rpx 24rpx 32rpx 24rpx;
  230. margin-bottom: 48rpx;
  231. }
  232. .fee-rules-title{
  233. margin-right: 16rpx;
  234. font-family: PingFangSC, PingFang SC;
  235. font-weight: 500;
  236. font-size: 32rpx;
  237. color: #2A3A5A;
  238. }
  239. .fee-rules-money-view{
  240. font-family: PingFangSC, PingFang SC;
  241. font-weight: 500;
  242. font-size: 32rpx;
  243. color: #2A3A5A;
  244. margin-bottom: 20rpx;
  245. display: flex;
  246. align-items: center;
  247. }
  248. .fee-rules-money{
  249. font-family: DIN;
  250. font-weight: 500;
  251. font-size: 36rpx;
  252. color: #0074FF;
  253. }
  254. .open-result-tip{
  255. width: 100%;
  256. font-family: PingFangSC, PingFang SC;
  257. font-weight: 400;
  258. font-size: 24rpx;
  259. color: #828DA2;
  260. text-align: justify;
  261. }
  262. .over-btn-view{
  263. display: flex;
  264. justify-content: center;
  265. align-items: center;
  266. padding:0 0 32rpx 0;
  267. width: 100%;
  268. height: 136rpx;
  269. position: relative;
  270. }
  271. .over-btn{
  272. height: 80rpx;
  273. display: flex;
  274. flex: 1;
  275. background: #0074FF;
  276. border-radius: 40rpx;
  277. font-family: PingFangSC, PingFang SC;
  278. font-weight: 500;
  279. font-size: 32rpx;
  280. color: #FFFFFF;
  281. justify-content: center;
  282. align-items: center;
  283. }
  284. .pay-icon{
  285. width: 40rpx;
  286. height: 40rpx;
  287. }
  288. .pay-view{
  289. margin-bottom: 52rpx;
  290. }
  291. .pay-view-text{
  292. flex: 1;
  293. margin-left: 24rpx;
  294. }
  295. .wx-pay-icon{
  296. width: 32rpx;
  297. height: 32rpx;
  298. }