parkexport.scss 6.1 KB

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