favourableActivity.scss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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-position: center 40px;
  19. background-repeat: no-repeat;
  20. view {
  21. &:nth-child(1) {
  22. color: #4e4e4e;
  23. font-size: 28rpx;
  24. font-weight: 300;
  25. text-align: center;
  26. }
  27. &:nth-child(2) {
  28. margin-top: 400rpx;
  29. color: #1a517e;
  30. font-weight: 400;
  31. font-size: 26rpx;
  32. line-height: 52rpx;
  33. padding: 0 39rpx;
  34. }
  35. &:nth-child(3) {
  36. margin-top: 60rpx;
  37. color: #1a517e;
  38. font-weight: 400;
  39. font-size: 26rpx;
  40. line-height: 52rpx;
  41. padding: 0 39rpx;
  42. }
  43. button {
  44. width: calc(100% - 56rpx);
  45. height: 96rpx;
  46. line-height: 96rpx;
  47. background-color: #008cff;
  48. color: #fff;
  49. margin-top: 80rpx;
  50. border-radius: 10rpx;
  51. font-size: 28rpx;
  52. font-weight: 500;
  53. border: none;
  54. }
  55. }
  56. }
  57. }
  58. .eighty-percent-of-parking {
  59. height: 100%;
  60. background-color: #ffecec;
  61. padding-top: 39rpx;
  62. .penny-parking-icon {
  63. width: calc(100% - 84rpx);
  64. height: 141rpx;
  65. margin: 0 auto;
  66. background-image: url('/static/img/eighty-percent-parking-icon.png');
  67. background-position: center center;
  68. background-size: 100% 100%;
  69. }
  70. .penny-parking-content {
  71. width: 100%;
  72. background-image: url('/static/img/eighty-percent-parking-bg.png');
  73. background-size: 554rpx 551rpx;
  74. background-position: top;
  75. background-repeat: no-repeat;
  76. view {
  77. &:nth-child(1) {
  78. color: #4f4f4f;
  79. font-size: 30rpx;
  80. font-weight: 300;
  81. text-align: center;
  82. }
  83. &:nth-child(2) {
  84. margin-top: 500rpx;
  85. color: #946969;
  86. font-weight: 400;
  87. font-size: 26rpx;
  88. line-height: 52rpx;
  89. padding: 0 39rpx;
  90. }
  91. &:nth-child(3) {
  92. margin-top: 60rpx;
  93. color: #946969;
  94. font-weight: 400;
  95. font-size: 26rpx;
  96. line-height: 52rpx;
  97. padding: 0 39rpx;
  98. }
  99. button {
  100. width: calc(100% - 56rpx);
  101. height: 96rpx;
  102. line-height: 96rpx;
  103. background-color: #ffbaba;
  104. background: linear-gradient(#ffa9a9, #ff8c8c);
  105. color: #fff;
  106. margin-top: 60rpx;
  107. border-radius: 10rpx;
  108. font-size: 28rpx;
  109. font-weight: 500;
  110. border: none;
  111. }
  112. }
  113. }
  114. }
  115. }