favourableActivity.scss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. .container {
  2. height: calc(100vh - 88rpx);
  3. .penny-parking {
  4. height: 100%;
  5. background-color: #B3DDFF;
  6. padding-top: 39rpx;
  7. .penny-parking-icon {
  8. width: calc(100% - 56rpx);
  9. height: 141rpx;
  10. margin: 0 auto;
  11. background-image: url('/static/img/penny-parking-icon.png');
  12. background-position: center center;
  13. background-size: 100% 100%;
  14. }
  15. .penny-parking-content {
  16. width: 100%;
  17. background-image: url('/static/img/penny-parking-bg.png');
  18. // background-size: 100% 100%;
  19. background-size: cover;
  20. background-position: center center;
  21. background-repeat: no-repeat;
  22. view {
  23. &:nth-child(1) {
  24. color: #4E4E4E;
  25. font-size: 28rpx;
  26. font-weight: 300;
  27. text-align: center;
  28. }
  29. &:nth-child(2) {
  30. margin-top: 400rpx;
  31. color: #1A517E;
  32. font-weight: 400;
  33. font-size: 26rpx;
  34. line-height: 52rpx;
  35. padding: 0 39rpx;
  36. }
  37. &:nth-child(3) {
  38. margin-top: 60rpx;
  39. color: #1A517E;
  40. font-weight: 400;
  41. font-size: 26rpx;
  42. line-height: 52rpx;
  43. padding: 0 39rpx;
  44. }
  45. button {
  46. width: calc(100% - 56rpx);
  47. height: 96rpx;
  48. line-height: 96rpx;
  49. background-color: #008CFF;
  50. color: #fff;
  51. margin-top: 80rpx;
  52. border-radius: 10rpx;
  53. font-size: 28rpx;
  54. font-weight: 500;
  55. border: none;
  56. }
  57. }
  58. }
  59. }
  60. .eighty-percent-of-parking {
  61. height: 100%;
  62. background-color: #FFECEC;
  63. padding-top: 39rpx;
  64. .penny-parking-icon {
  65. width: calc(100% - 84rpx);
  66. height: 141rpx;
  67. margin: 0 auto;
  68. background-image: url('/static/img/eighty-percent-parking-icon.png');
  69. background-position: center center;
  70. background-size: 100% 100%;
  71. }
  72. .penny-parking-content {
  73. width: 100%;
  74. background-image: url('/static/img/eighty-percent-parking-bg.png');
  75. background-size: 554rpx 551rpx;
  76. background-position: top;
  77. background-repeat: no-repeat;
  78. view {
  79. &:nth-child(1) {
  80. color: #4F4F4F;
  81. font-size: 30rpx;
  82. font-weight: 300;
  83. text-align: center;
  84. }
  85. &:nth-child(2) {
  86. margin-top: 500rpx;
  87. color: #946969;
  88. font-weight: 400;
  89. font-size: 26rpx;
  90. line-height: 52rpx;
  91. padding: 0 39rpx;
  92. }
  93. &:nth-child(3) {
  94. margin-top: 60rpx;
  95. color: #946969;
  96. font-weight: 400;
  97. font-size: 26rpx;
  98. line-height: 52rpx;
  99. padding: 0 39rpx;
  100. }
  101. button {
  102. width: calc(100% - 56rpx);
  103. height: 96rpx;
  104. line-height: 96rpx;
  105. background-color: #FFBABA;
  106. background: linear-gradient(#FFA9A9,#FF8C8C);
  107. color: #fff;
  108. margin-top: 60rpx;
  109. border-radius: 10rpx;
  110. font-size: 28rpx;
  111. font-weight: 500;
  112. border: none;
  113. }
  114. }
  115. }
  116. }
  117. }