index.scss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. .page-community-home{
  2. background-color:#b11b1c;
  3. background-image: url("https://business.coffunity.cn/upload/sqbg.png");
  4. background-repeat: repeat-x;
  5. width:100vw;
  6. min-height:100vh;
  7. display: flex;
  8. padding-bottom: 100px;
  9. .community-top{
  10. background-image: url("https://business.coffunity.cn/upload/sqbg2.png");
  11. background-repeat: no-repeat;
  12. width:100%;
  13. height:100%;
  14. display: flex;
  15. flex-direction: column;
  16. margin-top: 50px;
  17. .swiper-item{
  18. margin-top: 70px;
  19. opacity: 0.7;
  20. border-radius: 7px;
  21. width:95%;
  22. margin: 50px auto 20px;
  23. overflow: hidden;
  24. }
  25. .swiper-img{
  26. width: 100%;
  27. }
  28. .section1{
  29. display: flex;
  30. width:100%;
  31. flex-direction: column;
  32. justify-content: space-between;
  33. // margin-top:50px;
  34. font-size:12px;
  35. .caption{
  36. color:#FFF;
  37. display: flex;
  38. flex-direction: row;
  39. justify-content: space-between;
  40. margin-left:10px;
  41. margin-right: 10px;
  42. }
  43. .more{
  44. text-align:center;
  45. height:20px;
  46. line-height: 30px;
  47. color:#FFF;
  48. font-size:12px;
  49. }
  50. }
  51. .section2{
  52. margin-left:10px;
  53. margin-right: 10px;
  54. margin-top:10px;
  55. .title{
  56. font-size:12px;
  57. color:#FFF;
  58. }
  59. .contents{
  60. height:100px;
  61. width: 100%;
  62. display:flex;
  63. flex-direction: row;
  64. overflow-x: auto;
  65. .list{
  66. height:80px;
  67. display:flex;
  68. flex-direction: row;
  69. .content{
  70. display: flex;
  71. width:80px;
  72. height: 80px;
  73. border-radius: 5px;
  74. overflow: hidden;
  75. margin-top: 10px;
  76. margin-right: 10px;
  77. .icon{
  78. width:100%;
  79. height:100%;
  80. }
  81. }
  82. }
  83. }
  84. }
  85. .data-select{
  86. margin-right: 10px;
  87. color: #666666;
  88. width: 100px;
  89. }
  90. .uni-easyinput{
  91. margin-left: 10px;
  92. color: #333333;
  93. width: 100px;
  94. }
  95. .section3{
  96. margin-left:10px;
  97. margin-right: 10px;
  98. min-height: 100px;
  99. background:#FFF;
  100. border-radius: 10px;
  101. overflow: hidden;
  102. .title{
  103. display: flex;
  104. justify-content: space-between;
  105. align-items: center;
  106. margin-left:10px;
  107. margin-right: 10px;
  108. height:50px;
  109. font-size:12px;
  110. }
  111. .selection{
  112. margin:10px 0px;
  113. display:flex;
  114. flex-direction: row;
  115. color: #333333;
  116. width: 95%;
  117. margin-left:10px;
  118. margin-right: 10px;
  119. }
  120. .events-list{
  121. display:flex;
  122. flex-direction: column;
  123. }
  124. .plan-bg{
  125. background:#E0E0E0;
  126. height: 110px;
  127. padding-top: 10px;
  128. }
  129. }
  130. }
  131. }