parkexport.scss 6.3 KB

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