parkingLock.scss 5.6 KB

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