index.scss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. .home {
  2. width: 100vw;
  3. height: 100vh;
  4. background-color: rgb(247, 247, 247);
  5. position: relative;
  6. /* z-index: -1; */
  7. .bg-box {
  8. position: absolute;
  9. top: 0;
  10. left: 0;
  11. width: 100vw;
  12. // height: 654rpx;
  13. z-index: 1;
  14. background: linear-gradient(
  15. 136deg,
  16. rgba(239, 83, 14, 0.63) 13%,
  17. rgba(239, 83, 14, 0.27) 54%
  18. );
  19. // background: url('https://jufeng-shop-1317254189.cos.ap-guangzhou.myqcloud.com/1720408189735-bg_index.png') no-repeat center center;
  20. background-size: 100% 100%;
  21. }
  22. .header-top {
  23. margin-left: 32rpx;
  24. position: relative;
  25. z-index: 2;
  26. @include flex(flex-start, null, 12rpx);
  27. .shop-title {
  28. font-size: 36rpx;
  29. color: #000;
  30. }
  31. .shop-state {
  32. width: 148rpx;
  33. height: 48rpx;
  34. border-radius: 24rpx;
  35. background-color: #fff;
  36. box-sizing: border-box;
  37. padding: 0 16rpx;
  38. @include flex(space-between, null, 6rpx);
  39. text {
  40. font-size: 24rpx;
  41. }
  42. }
  43. }
  44. .main {
  45. position: relative;
  46. z-index: 2;
  47. border-radius: 36rpx 36rpx 0 0;
  48. margin-top: 30rpx;
  49. padding: 28rpx 0;
  50. box-sizing: border-box;
  51. width: 100%;
  52. // height: 479rpx;
  53. height: 352rpx;
  54. @include flex(center, column,30rpx);
  55. background: rgba(255, 255, 255, 0.8);
  56. .main-tool {
  57. width: 100%;
  58. .tool-list {
  59. @include flex(center);
  60. .tool-item {
  61. flex: 1;
  62. @include flex(center,column,10rpx);
  63. .item-img{
  64. width: 100rpx;
  65. height: 100rpx;
  66. border-radius: 50%;
  67. @include flex(center);
  68. image{
  69. width: 50rpx;
  70. height: 50rpx;
  71. display: block;
  72. }
  73. }
  74. .item-text{
  75. font-size: 28rpx;
  76. color: #666666;
  77. }
  78. }
  79. }
  80. }
  81. .main-container{
  82. width: 100%;
  83. .tube-list{
  84. @include flex(center);
  85. flex-wrap: wrap;
  86. .tube-item{
  87. width: 25%;
  88. @include flex(center,column,10rpx);
  89. margin-top: 20rpx;
  90. image{
  91. width: 40rpx;
  92. height: 40rpx;
  93. }
  94. text{
  95. font-size: 24rpx;
  96. color: #666666;
  97. }
  98. }
  99. }
  100. }
  101. }
  102. // .header-content {
  103. // position: relative;
  104. // z-index: 2;
  105. // width: 694rpx;
  106. // height: 294rpx;
  107. // margin: 60rpx auto 40rpx;
  108. // background: rgba(255, 255, 255, 0.5);
  109. // border-radius: 32rpx;
  110. // }
  111. // .main-tool {
  112. // position: relative;
  113. // z-index: 2;
  114. // .tool-list {
  115. // padding: 40rpx 60rpx 50rpx;
  116. // background-color: #fff;
  117. // height: 208rpx;
  118. // width: 100%;
  119. // border-radius: 28px 28px 0px 0px;
  120. // box-sizing: border-box;
  121. // @include flex(space-between, null, 60rpx);
  122. // .tool-item {
  123. // @include flex(center, column, 10rpx);
  124. // image {
  125. // width: 48rpx;
  126. // height: 48rpx;
  127. // }
  128. // text {
  129. // color: #666666;
  130. // font-size: 28rpx;
  131. // }
  132. // }
  133. // }
  134. // }
  135. .summarize-box {
  136. padding: 0 32rpx;
  137. box-sizing: border-box;
  138. @include flex(space-between);
  139. margin: 32rpx 0;
  140. margin-bottom: 14rpx;
  141. .summarize-left {
  142. font-size: 36rpx;
  143. font-weight: 600;
  144. color: #333333;
  145. }
  146. .summarize-right {
  147. @include flex(center, null);
  148. font-size: 28rpx;
  149. color: #999999;
  150. }
  151. }
  152. .data-list{
  153. width: 100%;
  154. padding: 0 12rpx;
  155. box-sizing: border-box;
  156. @include flex(space-between,null,null);
  157. flex-wrap: wrap;
  158. .data-box{
  159. margin-top: 18rpx;
  160. width: 354rpx;
  161. height: 248rpx;
  162. border-radius: 28rpx;
  163. background-color: #ffffff;
  164. // padding: 32rpx 0;
  165. // padding-left: 32rpx;
  166. padding: 32rpx 32rpx 100rpx 32rpx;
  167. box-sizing: border-box;
  168. @include flex(space-between,column,null);
  169. align-items: flex-start;
  170. text{
  171. &:nth-of-type(1){
  172. font-size: 28rpx;
  173. font-weight: 500;
  174. color: #666666;
  175. }
  176. &:nth-of-type(2){
  177. font-size: 36rpx;
  178. color: #FA6D30;
  179. font-weight: 600;
  180. }
  181. }
  182. }
  183. }
  184. // .statistics-list {
  185. // @include flex(space-between, null, 18rpx);
  186. // flex-wrap: wrap;
  187. // padding: 0 12rpx;
  188. // box-sizing: border-box;
  189. // .statistics-item {
  190. // width: 354rpx;
  191. // height: 286rpx;
  192. // padding: 32rpx;
  193. // box-sizing: border-box;
  194. // background-color: #fff;
  195. // border-radius: 28rpx;
  196. // .statistics-trans {
  197. // color: #666666;
  198. // font-size: 28rpx;
  199. // margin-bottom: 24rpx;
  200. // }
  201. // .statistics-price {
  202. // @include flex(space-between);
  203. // .price {
  204. // color: #333333;
  205. // font-size: 36rpx;
  206. // }
  207. // .text {
  208. // margin-right: 10rpx;
  209. // color: #666666;
  210. // font-size: 24rpx;
  211. // }
  212. // }
  213. // .proportion {
  214. // @include flex(flex-end);
  215. // margin: 20rpx 0 12rpx;
  216. // display: none;
  217. // .proportion-box {
  218. // @include flex(center, null, 5rpx);
  219. // text {
  220. // font-size: 28rpx;
  221. // }
  222. // image {
  223. // width: 20rpx;
  224. // height: 28rpx;
  225. // display: block;
  226. // }
  227. // }
  228. // }
  229. // .chart-img {
  230. // width: 100%;
  231. // height: 80rpx;
  232. // margin-top: 30rpx;
  233. // image {
  234. // width: 100%;
  235. // height: 100%;
  236. // }
  237. // }
  238. // .empty {
  239. // position: relative;
  240. // width: 100%;
  241. // height: 135rpx;
  242. // .left {
  243. // position: absolute;
  244. // right: 25rpx;
  245. // top: 20rpx;
  246. // width: 28rpx;
  247. // height: 5rpx;
  248. // background-color: #666666;
  249. // }
  250. // .bottom {
  251. // width: 100%;
  252. // position: absolute;
  253. // left: 0;
  254. // bottom: 0;
  255. // height: 5rpx;
  256. // background-color: #666666;
  257. // }
  258. // }
  259. // }
  260. // }
  261. }