12345678910111213141516171819 |
- .custom-nav {color: #333;}
- .top-img{height: 340rpx;overflow: visible;padding-top: 200rpx;box-sizing: border-box;}
- .top-img::after{content: '';}
- .top-img .img{height: 100%;}
- .integral{position: relative;margin: 0 40rpx 60rpx;padding: 32rpx 65rpx;background-color: #fff;border-radius: 20rpx;}
- .integral-til{font-size: 28rpx;color: #333;font-weight: 500;line-height: 40rpx;margin-bottom: 9rpx;}
|