123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- .home-header {
- height: 300rpx;
- width: 100%;
- position: relative;
- border-radius: 0rpx 0rpx 48rpx 48rpx;
- }
- .home-main {
- width: 100%;
- position: relative;
- margin-top: -156rpx;
- padding: 0 30rpx;
- }
- .home-mendian {
- width: 100%;
- height: 84rpx;
- background: rgba(255, 255, 255, 0.1);
- border-radius: 42rpx;
- }
- .integral-mall-header {
- position: relative;
- height: 320rpx;
- }
- .integral-mall-header .bg {
- width: 100%;
- height: 320rpx;
- }
- .integral-mall-header .main {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 320rpx;
- }
- .swiper-integral {
- height: 32rpx;
- width: 100%;
- }
- .integral-mall-main {
- position: relative;
- /* margin-top: -104rpx; */
- }
- .integal-mall-menu {
- width: 100%;
- height: 190rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- }
- .integral-tuan-l {
- width: 100%;
- height: 280rpx;
- background: #f2f2f2;
- border-radius: 16rpx;
- }
- .integral-mall-coupon {
- background: #FFFFFF;
- position: relative;
- border-radius: 16rpx;
- overflow: hidden;
- }
- .integral-mall-coupon .top {
- padding: 0rpx 0rpx 24rpx 0rpx;
- border-bottom: 2rpx dashed #FEC675;
- }
- .integral-mall-coupon .y-l,
- .integral-mall-coupon .y-r {
- width: 20rpx;
- height: 20rpx;
- border-radius: 10rpx;
- background: #F5F6FA;
- position: absolute;
- z-index: 2;
- top: 284rpx;
- }
- .integral-mall-coupon .y-l {
- left: -10rpx;
- }
- .integral-mall-coupon .y-r {
- right: -10rpx;
- }
- .integral-mall-coupon .coupon-value {
- width: 100%;
- }
- .integral-mall-coupon .coupon-value image {
- width: 100%;
- }
- .integral-mall-coupon .coupon-value .num {
- width: 100%;
- height: 64rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- position: absolute;
- left: 0;
- top: 0;
- }
- .integral-mall-goods {
- width: 100%;
- height: 280rpx;
- background: #F2F2F2;
- border-radius: 16upx;
- }
- .titleNview-placing {
- height: var(--status-bar-height);
- padding-top: 44px;
- box-sizing: content-box;
- }
- .tuan-product-l {
- width: 150rpx;
- height: 200rpx;
- border-radius: 16rpx;
- background: #F2F2F2;
- }
- .tuan-product-r {
- width: calc(100% - 150rpx);
- }
- .btn-vip-adviser {
- width: 150rpx;
- height: 60rpx;
- border-radius: 20rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 28rpx;
- /* font-weight: 600; */
- background: #FF6600;
- color: #FFFFFF;
- }
|