index.scss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. page {
  2. background: #ededed;
  3. overflow-x: hidden;
  4. }
  5. ::-webkit-scrollbar{
  6. display: none;
  7. width: 0 !important;
  8. height: 0 !important;
  9. -webkit-appearance: none;
  10. background: transparent;
  11. }
  12. .container::-webkit-scrollbar{
  13. display: none;
  14. width: 0 !important;
  15. height: 0 !important;
  16. -webkit-appearance: none;
  17. background: transparent;
  18. }
  19. .container::-webkit-scrollbar-track{
  20. background-color: #f7f7f7;
  21. }
  22. .container::-webkit-scrollbar-thumb{
  23. background-color: #f7f7f7;
  24. }
  25. .container {
  26. // margin-top: 25%;
  27. padding-bottom: 130rpx;
  28. .content{
  29. padding: 0 30rpx;
  30. .scoreMainTitle{
  31. margin-top: 50rpx;
  32. font-size: 36rpx;
  33. font-weight: 600;
  34. }
  35. .scoreMainBox{
  36. margin-top: 30rpx;
  37. border-radius: 30rpx;
  38. background: #fff;
  39. .topImg{
  40. height: 350rpx;
  41. image{
  42. width: 100%;
  43. height: 100%;
  44. border-radius: 30rpx 30rpx 0 0;
  45. }
  46. }
  47. .bottom{
  48. padding: 30rpx;
  49. .labelAndPrice{
  50. display: flex;
  51. justify-content: space-between;
  52. // align-items: center;
  53. .label{
  54. font-size: 32rpx;
  55. // display: flex;
  56. // justify-content: space-between;
  57. // align-content: center;
  58. }
  59. .right{
  60. text-align: right;
  61. margin-bottom: 30rpx;
  62. .selOut{
  63. font-size: 26rpx;
  64. }
  65. .price{
  66. font-size: 32rpx;
  67. font-weight: 600;
  68. }
  69. }
  70. }
  71. .item{
  72. margin-bottom:10rpx;
  73. }
  74. .scoreDes{
  75. overflow: hidden;
  76. white-space: nowrap;
  77. text-overflow: ellipsis;
  78. margin-bottom:20rpx;
  79. }
  80. .stuBtn{
  81. height: 90rpx;
  82. background: #26B3A0;
  83. border-radius: 20rpx;
  84. display: flex;
  85. align-items: center;
  86. justify-content: center;
  87. font-size: 34rpx;
  88. color: #fff;
  89. }
  90. }
  91. }
  92. .taskTitle{
  93. margin-top: 50rpx;
  94. font-size: 36rpx;
  95. font-weight: 600;
  96. }
  97. ul,li{
  98. list-style: none;
  99. margin-left: 0;
  100. padding-left: 0;
  101. }
  102. ul{
  103. margin-top: 30rpx;
  104. li{
  105. background: #fff;
  106. border-radius: 20rpx;
  107. display: flex;
  108. align-items: center;
  109. padding: 30rpx;
  110. margin-bottom: 30rpx;
  111. height: 200rpx;
  112. // .leftPicBox{
  113. // width: 200rpx;
  114. // height: 200rpx;
  115. // border-radius: 20rpx;
  116. // height: 100%;
  117. // background: #eee;
  118. // flex-shrink: 0;
  119. // margin-right: 20rpx;
  120. // display: flex;
  121. // align-items: center;
  122. // image{
  123. // width: 200rpx;
  124. // }
  125. // }
  126. .leftPicBox{
  127. border-radius: 20rpx;
  128. flex-shrink: 0;
  129. margin-right: 20rpx;
  130. width: 200rpx;
  131. height: 200rpx;
  132. background: #eee;
  133. image{
  134. border-radius: 20rpx;
  135. width: 200rpx;
  136. height: 200rpx;
  137. }
  138. }
  139. .right{
  140. // width: 80%;
  141. .des2{
  142. width:415rpx;
  143. overflow: hidden;
  144. white-space: nowrap;
  145. text-overflow: ellipsis;
  146. }
  147. .mb30{
  148. margin-bottom: 10rpx;
  149. }
  150. .bottom{
  151. display: flex;
  152. align-items: center;
  153. margin-top: 20rpx;
  154. .money{
  155. font-size: 36rpx;
  156. font-weight: 600;
  157. margin-right: 0rpx;
  158. }
  159. .btn{
  160. background: #26B3A0;
  161. padding: 5rpx 15rpx;
  162. border-radius:25rpx;
  163. font-weight: 600;
  164. color: #fff;
  165. position: absolute;
  166. right: 50rpx;
  167. }
  168. }
  169. }
  170. }
  171. }
  172. }
  173. }