1234567891011121314151617181920212223242526272829303132333435363738 |
- .home-header {
- /* height: 300rpx; */
- width: 100%;
- position: relative;
- border-radius: 0rpx 0rpx 48rpx 48rpx;
- }
- .home-mendian {
- width: 100%;
- height: 84rpx;
- background: rgba(255, 255, 255, 0.1);
- border-radius: 42rpx;
- }
- .integral-mall-main {
- position: relative;
- /* margin-top: -104rpx; */
- }
- .integal-mall-menu {
- width: 100%;
- height: 190rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- }
- .integral-mall-goods {
- width: 210rpx;
- height: 280rpx;
- background: #F2F2F2;
- border-radius: 16upx;
- }
- .titleNview-placing {
- height: var(--status-bar-height);
- padding-top: 44px;
- box-sizing: content-box;
- }
|