parkingInformation.scss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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. font-size: 18rpx;
  52. color: #3A3A3A;
  53. font-weight: 400;
  54. image {
  55. width: 44rpx;
  56. height: 44rpx;
  57. }
  58. }
  59. }
  60. .parking-information-content-subtitle {
  61. font-size: 24rpx;
  62. color: #3A3A3A;
  63. margin: 13rpx 0;
  64. }
  65. .parking-information-content-time {
  66. color: #555555;
  67. font-size: 24rpx;
  68. margin-bottom: 73rpx;
  69. margin-top: 23rpx;
  70. display: flex;
  71. flex-direction: row;
  72. view {
  73. width: 50%;
  74. }
  75. }
  76. .parking-information-content-cars {
  77. display: flex;
  78. justify-content: space-between;
  79. .picc-tag {
  80. width: 48%;
  81. background-color: #F6F6FF;
  82. border-radius: 15rpx;
  83. height: 139rpx;
  84. align-items: center;
  85. text-align: center;
  86. view {
  87. line-height: 50rpx;
  88. &:first-child {
  89. color: #1997FF;
  90. font-size: 56rpx;
  91. padding-top: 28rpx;
  92. }
  93. &:last-child {
  94. color: #838383;
  95. font-size: 24rpx;
  96. }
  97. }
  98. }
  99. }
  100. .parking-information-content-price {
  101. text-align: center;
  102. margin: 37rpx 0 81rpx 0;
  103. font-size: 20rpx;
  104. color: #A4A4A4;
  105. font-weight: 400;
  106. text {
  107. margin-right: 33rpx;
  108. }
  109. }
  110. .parking-information-content-button {
  111. background-color: #008CFF;
  112. color: #fff;
  113. height: 100rpx;
  114. }
  115. .parking-information-content-rule {
  116. padding: 33rpx 0 37rpx 0;
  117. font-size: 24rpx;
  118. color: #3A3A3A;
  119. line-height: 40rpx;
  120. border-bottom: solid 2rpx #DDDDDD;
  121. }
  122. .parking-information-content-telphone {
  123. padding: 23rpx 0 33rpx 0;
  124. font-size: 24rpx;
  125. color: #3A3A3A;
  126. line-height: 45rpx;
  127. }
  128. }
  129. }