geomagnetismLock.scss 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. .parking-lock {
  2. height: calc(100vh - 88rpx);
  3. background-color: #f6f6ff;
  4. padding-top: 50rpx;
  5. .parking-lock-title {
  6. font-size: 46rpx;
  7. color: #292929;
  8. text-align: center;
  9. padding-top: 31rpx;
  10. line-height: 65rpx;
  11. font-family: PingFangSC-Regular, PingFang SC;
  12. font-weight: 400;
  13. }
  14. .parking-lock-tips {
  15. width: calc(100% - 72rpx);
  16. font-size: 30rpx;
  17. color: #777777;
  18. text-align: center;
  19. margin: 10rpx auto;
  20. line-height: 47rpx;
  21. }
  22. .parking-lock-info {
  23. width: calc(100% - 72rpx);
  24. margin: 30rpx auto;
  25. background-color: #fff;
  26. border-radius: 15rpx;
  27. padding: 39rpx 41rpx;
  28. .parking-lock-info-item {
  29. display: flex;
  30. align-items: center;
  31. margin-bottom: 16rpx;
  32. &:last-child {
  33. margin-bottom: 0;
  34. }
  35. view {
  36. font-size: 28rpx;
  37. &:first-child {
  38. width: 30%;
  39. color: #2a2a2a;
  40. font-weight: 500;
  41. }
  42. &:last-child {
  43. color: #6e6e6e;
  44. }
  45. }
  46. .weight {
  47. color: #f00 !important;
  48. font-weight: 500;
  49. font-size: 34rpx;
  50. }
  51. .really-money {
  52. color: #fa7319 !important;
  53. }
  54. }
  55. }
  56. .parking-lock-pay-btn {
  57. width: calc(100% - 72rpx);
  58. margin: 0 auto 30rpx;
  59. button {
  60. width: 100%;
  61. height: 100rpx;
  62. line-height: 100rpx;
  63. background-color: #008cff;
  64. border: none;
  65. color: #fff;
  66. box-shadow: 0px 7px 13px 0px rgba(16, 153, 250, 0.31);
  67. font-size: 28rpx;
  68. font-weight: 500;
  69. }
  70. }
  71. .parking-lock-begin-box {
  72. width: 441rpx;
  73. height: 441rpx;
  74. line-height: 441rpx;
  75. background: #31a2ff;
  76. background: linear-gradient(270deg, rgba(49, 162, 255, 0.1) 20%, rgba(49, 162, 255, 1) 100%);
  77. border-radius: 50%;
  78. text-align: center;
  79. margin: 0 auto;
  80. // animation: spin 3s linear infinite;
  81. .parking-lock-begin-bg {
  82. display: inline-block;
  83. width: 420rpx;
  84. height: 420rpx;
  85. line-height: 420rpx;
  86. vertical-align: middle;
  87. border: solid 12rpx #fff;
  88. background: linear-gradient(346deg, #008cff 0%, #95cfff 100%);
  89. border-radius: 50%;
  90. image {
  91. width: 194rpx;
  92. height: 239rpx;
  93. vertical-align: middle;
  94. }
  95. }
  96. }
  97. .parking-lock-begin-info {
  98. text-align: center;
  99. font-size: 50rpx;
  100. color: #008cff;
  101. margin-top: 57rpx;
  102. }
  103. .parking-lock-loading-box {
  104. width: 441rpx;
  105. height: 441rpx;
  106. line-height: 441rpx;
  107. background: #31a2ff;
  108. background: linear-gradient(0deg, rgba(49, 162, 255, 0.1) 20%, rgba(49, 162, 255, 1) 100%);
  109. border-radius: 50%;
  110. text-align: center;
  111. margin: 0 auto;
  112. animation: spin 3s linear infinite;
  113. .parking-lock-loading-bg {
  114. display: inline-block;
  115. width: 420rpx;
  116. height: 420rpx;
  117. line-height: 420rpx;
  118. vertical-align: middle;
  119. border: solid 12rpx #fff;
  120. background: linear-gradient(346deg, #008cff 0%, #95cfff 100%);
  121. border-radius: 50%;
  122. image {
  123. width: 194rpx;
  124. height: 239rpx;
  125. vertical-align: middle;
  126. }
  127. }
  128. }
  129. .parking-lock-loading-info {
  130. text-align: center;
  131. font-size: 50rpx;
  132. color: #008cff;
  133. margin-top: 57rpx;
  134. }
  135. .parking-lock-success {
  136. .parking-lock-success-box {
  137. width: 441rpx;
  138. height: 441rpx;
  139. margin: 0 auto;
  140. image {
  141. width: 100%;
  142. height: 100%;
  143. }
  144. }
  145. .parking-lock-success-info {
  146. color: #4ccd8a;
  147. font-size: 50rpx;
  148. text-align: center;
  149. margin: 56rpx 0 202rpx;
  150. }
  151. .parking-lock-success-button {
  152. width: calc(100% - 80rpx);
  153. margin: 0 auto;
  154. button {
  155. width: 100%;
  156. height: 100rpx;
  157. line-height: 100rpx;
  158. background-color: #008cff;
  159. font-size: 28rpx;
  160. color: #fff;
  161. }
  162. }
  163. }
  164. }
  165. .pay-way {
  166. display: flex;
  167. justify-content: space-between;
  168. width: calc(100% - 34rpx);
  169. border-top: solid 1px #979797;
  170. margin: 23rpx auto;
  171. padding: 38rpx 86rpx;
  172. .pay-way-item {
  173. text-align: center;
  174. font-size: 30rpx;
  175. color: #5f5f5f;
  176. image {
  177. width: 143rpx;
  178. height: 143rpx;
  179. }
  180. }
  181. }
  182. .pay-way-close-btn {
  183. width: calc(100% - 34rpx);
  184. margin: 0 auto 68rpx;
  185. border: none;
  186. background-color: #3397fa;
  187. color: #fff;
  188. border-radius: 10rpx;
  189. }
  190. @keyframes rotate {
  191. 0% {
  192. transform: rotate(0);
  193. }
  194. 50% {
  195. transform: rotate(200deg);
  196. }
  197. 100% {
  198. transform: rotate(0);
  199. }
  200. }
  201. @keyframes spin {
  202. from {
  203. transform: rotate(0);
  204. }
  205. to {
  206. transform: rotate(359deg);
  207. }
  208. }
  209. .loadingSelect {
  210. text-align: center;
  211. margin-top: 20rpx;
  212. }
  213. .spinner {
  214. margin: auto;
  215. width: 50px;
  216. height: 60px;
  217. text-align: center;
  218. font-size: 10px;
  219. }
  220. .spinner > view {
  221. background-color: #6495ed;
  222. height: 100%;
  223. width: 10rpx;
  224. margin-right: 2rpx;
  225. display: inline-block;
  226. -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  227. animation: stretchdelay 1.2s infinite ease-in-out;
  228. }
  229. .spinner .rect2 {
  230. -webkit-animation-delay: -1.1s;
  231. animation-delay: -1.1s;
  232. }
  233. .spinner .rect3 {
  234. -webkit-animation-delay: -1s;
  235. animation-delay: -1s;
  236. }
  237. .spinner .rect4 {
  238. -webkit-animation-delay: -0.9s;
  239. animation-delay: -0.9s;
  240. }
  241. .spinner .rect5 {
  242. -webkit-animation-delay: -0.8s;
  243. animation-delay: -0.8s;
  244. }
  245. @-webkit-keyframes stretchdelay {
  246. 0%,
  247. 40%,
  248. 100% {
  249. -webkit-transform: scaleY(0.4);
  250. }
  251. 20% {
  252. -webkit-transform: scaleY(1);
  253. }
  254. }
  255. @keyframes stretchdelay {
  256. 0%,
  257. 40%,
  258. 100% {
  259. transform: scaleY(0.4);
  260. -webkit-transform: scaleY(0.4);
  261. }
  262. 20% {
  263. transform: scaleY(1);
  264. -webkit-transform: scaleY(1);
  265. }
  266. }
  267. .new-plate-number {
  268. margin-bottom: 70rpx;
  269. }
  270. .message-input-wrap {
  271. margin: 0 -40rpx;
  272. }
  273. .message-input-wrap /deep/ .u-input ~ uni-view:last-of-type .u-char-item {
  274. background-color: #e8ffe8;
  275. }
  276. .really-license-txt {
  277. color: #008cff;
  278. }
  279. .really-license-txt1 {
  280. color: #008cff;
  281. margin: 20rpx;
  282. }
  283. .popup-vehicleNo-title {
  284. font-size: 48rpx;
  285. text-align: center;
  286. padding-top: 20rpx;
  287. }
  288. .popup-vehicleNo-center {
  289. width: 95%;
  290. height: 2rpx;
  291. border-top: solid rgb(146, 146, 146) 2rpx;
  292. margin: 30rpx 20rpx 50rpx 20rpx;
  293. }
  294. .popup-vehicleNo-select {
  295. text-align: center;
  296. color: #777777;
  297. }
  298. .vehicleNo-btn {
  299. display: flex;
  300. margin: 40rpx 0;
  301. }
  302. .parking-lock-pay-attention {
  303. margin: 50rpx;
  304. line-height: 48rpx;
  305. color: #777777;
  306. }