roadGateSystem.scss 5.8 KB

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