parkingInformation.scss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. .parking-information {
  2. background-color: #fff;
  3. width: 100%;
  4. .parking-information-slider {
  5. image {
  6. width: 100%;
  7. height: 410rpx;
  8. }
  9. }
  10. .parking-information-content {
  11. padding: 35rpx 40rpx;
  12. .parking-information-content-title {
  13. display: flex;
  14. flex-direction: row;
  15. justify-content: space-between;
  16. border-bottom: solid 1px #979797;
  17. padding-bottom: 25rpx;
  18. .pict-left {
  19. .title {
  20. font-size: 32rpx;
  21. color: #484848;
  22. font-weight: 600;
  23. text {
  24. font-size: 24rpx;
  25. color: #aaaaaa;
  26. margin-left: 19rpx;
  27. }
  28. }
  29. .subtitle {
  30. font-size: 24rpx;
  31. color: #969696;
  32. font-weight: 400;
  33. line-height: 33rpx;
  34. margin-top: 10rpx;
  35. }
  36. .tags {
  37. display: flex;
  38. word-wrap: break-word;
  39. margin-top: 10rpx;
  40. .tag {
  41. padding: 3rpx 18rpx;
  42. border: solid 2rpx #fa6400;
  43. border-radius: 4px;
  44. color: #fa6400;
  45. margin-right: 10rpx;
  46. font-size: 18rpx;
  47. }
  48. }
  49. }
  50. .pict-right {
  51. text-align: center;
  52. font-size: 18rpx;
  53. color: #3a3a3a;
  54. font-weight: 400;
  55. image {
  56. width: 44rpx;
  57. height: 44rpx;
  58. }
  59. }
  60. }
  61. .parking-information-content-subtitle {
  62. font-size: 24rpx;
  63. color: #3a3a3a;
  64. margin: 13rpx 0;
  65. }
  66. .parking-information-content-time {
  67. color: #555555;
  68. font-size: 24rpx;
  69. margin-bottom: 73rpx;
  70. margin-top: 23rpx;
  71. display: flex;
  72. flex-direction: row;
  73. view {
  74. width: 50%;
  75. }
  76. }
  77. .parking-information-content-cars {
  78. display: flex;
  79. justify-content: space-between;
  80. .picc-tag {
  81. width: 48%;
  82. background-color: #f6f6ff;
  83. border-radius: 15rpx;
  84. height: 139rpx;
  85. align-items: center;
  86. text-align: center;
  87. view {
  88. line-height: 50rpx;
  89. &:first-child {
  90. color: #1997ff;
  91. font-size: 56rpx;
  92. padding-top: 28rpx;
  93. }
  94. &:last-child {
  95. color: #838383;
  96. font-size: 24rpx;
  97. }
  98. }
  99. }
  100. }
  101. .parking-information-content-price {
  102. text-align: center;
  103. margin: 37rpx 0 81rpx 0;
  104. font-size: 24rpx;
  105. color: #a4a4a4;
  106. font-weight: 400;
  107. text {
  108. margin-right: 33rpx;
  109. }
  110. }
  111. .parking-information-content-button {
  112. background-color: #008cff;
  113. color: #fff;
  114. height: 100rpx;
  115. }
  116. .parking-information-content-rule {
  117. padding: 33rpx 0 37rpx 0;
  118. font-size: 24rpx;
  119. color: #3a3a3a;
  120. line-height: 40rpx;
  121. border-bottom: solid 2rpx #dddddd;
  122. }
  123. .parking-information-content-telphone {
  124. padding: 23rpx 0 33rpx 0;
  125. font-size: 24rpx;
  126. color: #3a3a3a;
  127. line-height: 45rpx;
  128. }
  129. }
  130. }