zui.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. .home-header {
  2. height: 300rpx;
  3. width: 100%;
  4. position: relative;
  5. border-radius: 0rpx 0rpx 48rpx 48rpx;
  6. }
  7. .history-box {
  8. display: flex;
  9. flex-direction: row;
  10. flex-wrap: wrap;
  11. }
  12. .history-item-box {
  13. display: flex;
  14. max-width: 22%;
  15. margin-left: .5rem;
  16. margin-bottom: .5rem;
  17. justify-content: center;
  18. flex-flow: column;
  19. }
  20. .history-add-box {
  21. height: 200rpx;
  22. align-items: center;
  23. }
  24. .history-item-box:first {
  25. margin-left: 0px;
  26. }
  27. .history-item-image {
  28. height: 200rpx;
  29. max-width: 100%;
  30. position: relative;
  31. border-radius: 20rpx;
  32. }
  33. .history-item-title {
  34. font-size: 28rpx;
  35. white-space: nowrap;
  36. overflow: hidden;
  37. text-overflow: ellipsis;
  38. text-align: left;
  39. }
  40. .add-icon {
  41. align-items: center;
  42. width: 60rpx;
  43. height: 60rpx;
  44. }
  45. .top-show {
  46. margin-bottom: .5rem;
  47. }
  48. .home-main {
  49. width: 100%;
  50. position: relative;
  51. margin-top: -156rpx;
  52. padding: 0 30rpx;
  53. }
  54. .home-mendian {
  55. width: 100%;
  56. height: 84rpx;
  57. background: rgba(255, 255, 255, 0.1);
  58. border-radius: 42rpx;
  59. }
  60. .integral-mall-header {
  61. position: relative;
  62. height: 320rpx;
  63. }
  64. .integral-mall-header .bg {
  65. width: 100%;
  66. height: 320rpx;
  67. }
  68. .integral-mall-header .main {
  69. position: absolute;
  70. left: 0;
  71. top: 0;
  72. width: 100%;
  73. height: 320rpx;
  74. }
  75. .swiper-integral {
  76. height: 32rpx;
  77. width: 100%;
  78. }
  79. .integral-mall-main {
  80. position: relative;
  81. /* margin-top: -104rpx; */
  82. }
  83. .integal-mall-menu {
  84. width: 100%;
  85. height: 190rpx;
  86. background: #FFFFFF;
  87. border-radius: 20rpx;
  88. }
  89. .integral-tuan-l {
  90. width: 100%;
  91. height: 280rpx;
  92. background: #f2f2f2;
  93. border-radius: 16rpx;
  94. }
  95. .integral-mall-coupon {
  96. background: #FFFFFF;
  97. position: relative;
  98. border-radius: 16rpx;
  99. overflow: hidden;
  100. }
  101. .integral-mall-coupon .top {
  102. padding: 0rpx 0rpx 24rpx 0rpx;
  103. border-bottom: 2rpx dashed #FEC675;
  104. }
  105. .integral-mall-coupon .y-l,
  106. .integral-mall-coupon .y-r {
  107. width: 20rpx;
  108. height: 20rpx;
  109. border-radius: 10rpx;
  110. background: #F5F6FA;
  111. position: absolute;
  112. z-index: 2;
  113. top: 284rpx;
  114. }
  115. .integral-mall-coupon .y-l {
  116. left: -10rpx;
  117. }
  118. .integral-mall-coupon .y-r {
  119. right: -10rpx;
  120. }
  121. .integral-mall-coupon .coupon-value {
  122. width: 100%;
  123. }
  124. .integral-mall-coupon .coupon-value image {
  125. width: 100%;
  126. }
  127. .integral-mall-coupon .coupon-value .num {
  128. width: 100%;
  129. height: 64rpx;
  130. display: flex;
  131. justify-content: center;
  132. align-items: center;
  133. position: absolute;
  134. left: 0;
  135. top: 0;
  136. }
  137. .integral-mall-goods {
  138. width: 100%;
  139. height: 280rpx;
  140. background: #F2F2F2;
  141. border-radius: 16upx;
  142. }
  143. .titleNview-placing {
  144. height: var(--status-bar-height);
  145. padding-top: 44px;
  146. box-sizing: content-box;
  147. }
  148. .tuan-product-l {
  149. width: 150rpx;
  150. height: 200rpx;
  151. border-radius: 16rpx;
  152. background: #F2F2F2;
  153. }
  154. .tuan-product-r {
  155. width: calc(100% - 150rpx);
  156. }
  157. .btn-vip-adviser {
  158. width: 150rpx;
  159. height: 60rpx;
  160. border-radius: 20rpx;
  161. display: flex;
  162. justify-content: center;
  163. align-items: center;
  164. font-size: 28rpx;
  165. /* font-weight: 600; */
  166. background: #FF6600;
  167. color: #FFFFFF;
  168. }
  169. .zuiju-box {
  170. display: flex;
  171. width: 100%;
  172. flex-direction: column;
  173. }
  174. .zuiju-box-item {
  175. display: flex;
  176. flex-direction: row;
  177. }
  178. .zuiju-box-item-cover {
  179. flex-grow: 1;
  180. min-width: 150rpx;
  181. max-width: 150rpx;
  182. height: 200rpx;
  183. border-radius: 16rpx;
  184. background: #F2F2F2;
  185. }
  186. .zuiju-box-item-info {
  187. max-width: 70%;
  188. display: flex;
  189. flex-grow: 4;
  190. padding: 0 5px;
  191. flex-direction: column;
  192. }
  193. .zuiju-box-item-info-title {
  194. display: block;
  195. font-size: 17px;
  196. height: 55px;
  197. line-height: 25px;
  198. overflow: hidden;
  199. text-overflow: ellipsis;
  200. text-align: left;
  201. font-weight: bold;
  202. grid-row: 4;
  203. }
  204. .zuiju-box-item-info-juji {
  205. grid-row: 1;
  206. display: block;
  207. font-size: 12px;
  208. line-height: 20px;
  209. white-space: nowrap;
  210. overflow: hidden;
  211. text-overflow: ellipsis;
  212. text-align: left;
  213. }
  214. .zuiju-box-item-info-gx {
  215. display: block;
  216. font-size: 12px;
  217. white-space: nowrap;
  218. overflow: hidden;
  219. text-overflow: ellipsis;
  220. text-align: left;
  221. line-height: 20px;
  222. grid-row: 1;
  223. }
  224. .zuiju-box-item-del-box {
  225. height: 100%;
  226. min-width: 30rpx;
  227. flex-grow: 1;
  228. display: flex;
  229. justify-content: center;
  230. align-items: center;
  231. height: 220rpx;
  232. align-items: center;
  233. }
  234. .del-icon {
  235. width: 20px;
  236. height: 20px;
  237. align-items: center;
  238. }
  239. .guankan{
  240. padding-left: 5px;
  241. color: #FF6600;
  242. }
  243. .update-ji{
  244. padding-left: 5px;
  245. font-weight: bold;
  246. }
  247. .zuiju-box-kong{
  248. display: flex;
  249. flex-direction: column;
  250. justify-content: center;
  251. align-items: center;
  252. align-items: center;
  253. padding-bottom: 50rpx;
  254. }
  255. .zuiju-box-kong image {
  256. width: 100px;
  257. height: 100px;
  258. }
  259. .zuiju-box-kong text {
  260. padding-top: 10rpx;
  261. color: #b2b2b2;
  262. }
  263. .zuiju-box-kong label {
  264. margin: 10rpx 0rpx;
  265. padding: 15rpx 60rpx;
  266. color: #fff;
  267. background-color: #FF6600;
  268. border-radius: 9rpx;
  269. }
  270. .body{
  271. background-color: #fff;
  272. }