zui.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. .home-header {
  2. height: 300rpx;
  3. width: 100%;
  4. position: relative;
  5. border-radius: 0rpx 0rpx 48rpx 48rpx;
  6. }
  7. .home-main {
  8. width: 100%;
  9. position: relative;
  10. margin-top: -156rpx;
  11. padding: 0 30rpx;
  12. }
  13. .home-mendian {
  14. width: 100%;
  15. height: 84rpx;
  16. background: rgba(255, 255, 255, 0.1);
  17. border-radius: 42rpx;
  18. }
  19. .integral-mall-header {
  20. position: relative;
  21. height: 320rpx;
  22. }
  23. .integral-mall-header .bg {
  24. width: 100%;
  25. height: 320rpx;
  26. }
  27. .integral-mall-header .main {
  28. position: absolute;
  29. left: 0;
  30. top: 0;
  31. width: 100%;
  32. height: 320rpx;
  33. }
  34. .swiper-integral {
  35. height: 32rpx;
  36. width: 100%;
  37. }
  38. .integral-mall-main {
  39. position: relative;
  40. /* margin-top: -104rpx; */
  41. }
  42. .integal-mall-menu {
  43. width: 100%;
  44. height: 190rpx;
  45. background: #FFFFFF;
  46. border-radius: 20rpx;
  47. }
  48. .integral-tuan-l {
  49. width: 100%;
  50. height: 280rpx;
  51. background: #f2f2f2;
  52. border-radius: 16rpx;
  53. }
  54. .integral-mall-coupon {
  55. background: #FFFFFF;
  56. position: relative;
  57. border-radius: 16rpx;
  58. overflow: hidden;
  59. }
  60. .integral-mall-coupon .top {
  61. padding: 0rpx 0rpx 24rpx 0rpx;
  62. border-bottom: 2rpx dashed #FEC675;
  63. }
  64. .integral-mall-coupon .y-l,
  65. .integral-mall-coupon .y-r {
  66. width: 20rpx;
  67. height: 20rpx;
  68. border-radius: 10rpx;
  69. background: #F5F6FA;
  70. position: absolute;
  71. z-index: 2;
  72. top: 284rpx;
  73. }
  74. .integral-mall-coupon .y-l {
  75. left: -10rpx;
  76. }
  77. .integral-mall-coupon .y-r {
  78. right: -10rpx;
  79. }
  80. .integral-mall-coupon .coupon-value {
  81. width: 100%;
  82. }
  83. .integral-mall-coupon .coupon-value image {
  84. width: 100%;
  85. }
  86. .integral-mall-coupon .coupon-value .num {
  87. width: 100%;
  88. height: 64rpx;
  89. display: flex;
  90. justify-content: center;
  91. align-items: center;
  92. position: absolute;
  93. left: 0;
  94. top: 0;
  95. }
  96. .integral-mall-goods {
  97. width: 100%;
  98. height: 280rpx;
  99. background: #F2F2F2;
  100. border-radius: 16upx;
  101. }
  102. .titleNview-placing {
  103. height: var(--status-bar-height);
  104. padding-top: 44px;
  105. box-sizing: content-box;
  106. }
  107. .tuan-product-l {
  108. width: 150rpx;
  109. height: 200rpx;
  110. border-radius: 16rpx;
  111. background: #F2F2F2;
  112. }
  113. .tuan-product-r {
  114. width: calc(100% - 150rpx);
  115. }
  116. .btn-vip-adviser {
  117. width: 150rpx;
  118. height: 60rpx;
  119. border-radius: 20rpx;
  120. display: flex;
  121. justify-content: center;
  122. align-items: center;
  123. font-size: 28rpx;
  124. /* font-weight: 600; */
  125. background: #FF6600;
  126. color: #FFFFFF;
  127. }