parkexport.scss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. page {
  2. background-color: #f6f6ff;
  3. }
  4. .park-export {
  5. padding: 0 30rpx;
  6. &-number {
  7. &-icon {
  8. width: 478rpx;
  9. height: 478rpx;
  10. margin: 63rpx auto 30rpx;
  11. }
  12. &-text {
  13. color: #999999;
  14. font-size: 50rpx;
  15. text-align: center;
  16. margin-bottom: 80rpx;
  17. }
  18. &-input {
  19. margin-bottom: 40rpx;
  20. }
  21. &-tips {
  22. font-size: 28rpx;
  23. color: #999;
  24. margin-bottom: 40rpx;
  25. text {
  26. color: #fa3534;
  27. }
  28. }
  29. &-btn {
  30. margin-bottom: 40rpx;
  31. }
  32. &-error {
  33. color: #FF6D6D;
  34. font-size: 30rpx;
  35. text-align: center;
  36. margin-bottom: 20rpx;
  37. }
  38. }
  39. &-order {
  40. &-title {
  41. font-size: 46rpx;
  42. color: #292929;
  43. text-align: center;
  44. padding-top: 31rpx;
  45. line-height: 65rpx;
  46. font-family: PingFangSC-Regular, PingFang SC;
  47. font-weight: 400;
  48. }
  49. &-tips {
  50. width: calc(100% - 72rpx);
  51. font-size: 30rpx;
  52. color: #777777;
  53. text-align: center;
  54. margin: 10rpx auto;
  55. line-height: 47rpx;
  56. }
  57. &-info {
  58. margin: 30rpx auto;
  59. background-color: #fff;
  60. border-radius: 15rpx;
  61. padding: 39rpx 41rpx;
  62. &-item {
  63. display: flex;
  64. margin-bottom: 16rpx;
  65. view {
  66. color: #2a2a2a;
  67. &:first-child {
  68. width: 30%;
  69. }
  70. &:last-child {
  71. color: #6e6e6e;
  72. }
  73. }
  74. }
  75. }
  76. &-btn {
  77. margin-bottom: 40rpx;
  78. }
  79. &-info {
  80. color: #fa3534;
  81. font-size: 32rpx;
  82. }
  83. }
  84. }
  85. .weight {
  86. color: #2a2a2a !important;
  87. font-weight: 500;
  88. }
  89. .really-money {
  90. color: #fa7319 !important;
  91. }
  92. .vehicle-no {
  93. color: #f00 !important;
  94. font-weight: 500;
  95. font-size: 34rpx;
  96. }