favourableActivity.scss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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-position: center 50rpx;
  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: 290rpx;
  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. }
  44. }
  45. }
  46. .eighty-percent-of-parking {
  47. height: 100%;
  48. background-color: #FFECEC;
  49. padding-top: 39rpx;
  50. .penny-parking-icon {
  51. width: calc(100% - 84rpx);
  52. height: 141rpx;
  53. margin: 0 auto;
  54. background-image: url('/static/img/eighty-percent-parking-icon.png');
  55. background-position: center center;
  56. background-size: 100% 100%;
  57. }
  58. .penny-parking-content {
  59. width: 100%;
  60. background-image: url('/static/img/eighty-percent-parking-bg.png');
  61. background-size: 554rpx 551rpx;
  62. background-position: top;
  63. background-repeat: no-repeat;
  64. view {
  65. &:nth-child(1) {
  66. color: #4F4F4F;
  67. font-size: 30rpx;
  68. font-weight: 300;
  69. text-align: center;
  70. }
  71. &:nth-child(2) {
  72. margin-top: 500rpx;
  73. color: #946969;
  74. font-weight: 400;
  75. font-size: 26rpx;
  76. line-height: 52rpx;
  77. padding: 0 39rpx;
  78. }
  79. &:nth-child(3) {
  80. margin-top: 60rpx;
  81. color: #946969;
  82. font-weight: 400;
  83. font-size: 26rpx;
  84. line-height: 52rpx;
  85. padding: 0 39rpx;
  86. }
  87. }
  88. }
  89. }
  90. }