parkingInformation.scss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. .parking-information {
  2. background-color: #F6F6FF;
  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. .pict-left {
  17. .title {
  18. font-size: 34rpx;
  19. color: #3A3A3A;
  20. font-weight: 600;
  21. }
  22. .tags {
  23. display: flex;
  24. word-wrap: break-word;
  25. margin-top: 10rpx;
  26. .tag {
  27. padding: 3rpx 18rpx;
  28. border: solid 2rpx #FA6400;
  29. border-radius: 4px;
  30. color: #FA6400;
  31. margin-right: 10rpx;
  32. font-size: 18rpx;
  33. }
  34. }
  35. }
  36. .pict-right {
  37. font-size: 18rpx;
  38. color: #3A3A3A;
  39. font-weight: 400;
  40. image {
  41. width: 44rpx;
  42. height: 44rpx;
  43. }
  44. }
  45. }
  46. .parking-information-content-subtitle {
  47. font-size: 24rpx;
  48. color: #3A3A3A;
  49. margin: 13rpx 0;
  50. }
  51. .parking-information-content-time {
  52. color: #727275;
  53. font-size: 24rpx;
  54. margin-bottom: 15rpx;
  55. text {
  56. font-size: 30rpx;
  57. color: #1099FA;
  58. margin-left: 10rpx;
  59. }
  60. }
  61. .parking-information-content-cars {
  62. display: flex;
  63. justify-content: space-between;
  64. .picc-tag {
  65. width: 324rpx;
  66. height: 73rpx;
  67. line-height: 73rpx;
  68. background-color: #fff;
  69. border-radius: 5px;
  70. text-align: center;
  71. font-size: 24rpx;
  72. color: #838383;
  73. font-weight: 400;
  74. text:last-child {
  75. font-size: 36rpx;
  76. color: #525252;
  77. font-weight: 500;
  78. }
  79. }
  80. }
  81. .parking-information-content-price {
  82. text-align: center;
  83. margin: 25rpx 0 18rpx 0;
  84. font-size: 24rpx;
  85. color: #9D9D9D;
  86. font-weight: 400;
  87. text {
  88. font-size: 60rpx;
  89. color: #FA6400;
  90. font-weight: 500;
  91. }
  92. }
  93. .parking-information-conetnt-button {
  94. background-color: #008CFF;
  95. color: #fff;
  96. height: 100rpx;
  97. }
  98. .parking-information-content-rule {
  99. padding: 33rpx 0 37rpx 0;
  100. font-size: 24rpx;
  101. color: #3A3A3A;
  102. line-height: 40rpx;
  103. border-bottom: solid 2rpx #DDDDDD;
  104. }
  105. .parking-information-content-telphone {
  106. padding: 23rpx 0 33rpx 0;
  107. font-size: 24rpx;
  108. color: #3A3A3A;
  109. line-height: 45rpx;
  110. }
  111. }
  112. }