geomagnetismLock.scss 6.2 KB

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