parkingLock.scss 6.0 KB

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