You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1013 B
63 lines
1013 B
//引入全局配置
|
|
@import "c/conf";
|
|
@import "c/mx";
|
|
@import "c/f";
|
|
@import "a/c";
|
|
|
|
.fixed-tit {
|
|
position: absolute;
|
|
height: 94rpx;
|
|
width: 100%;
|
|
background: #fff;
|
|
top: 0;
|
|
z-index: 9999;
|
|
}
|
|
|
|
.g-fixed_top {
|
|
position: absolute;
|
|
top: 90rpx;
|
|
left: 0;
|
|
width: 100%;
|
|
z-index: 9999;
|
|
}
|
|
|
|
.g-bd {
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
height: calc(100vh - env(safe-area-inset-bottom) / 2);
|
|
overflow: hidden;
|
|
}
|
|
|
|
.m-swiper_list {
|
|
position: relative;
|
|
height: 100%;
|
|
|
|
swiper-item {
|
|
}
|
|
}
|
|
|
|
.m-tabs {
|
|
position: absolute;
|
|
z-index: 10;
|
|
top: 160rpx;
|
|
left: 0;
|
|
width: 100%;
|
|
background-color: #fff;
|
|
height: 80rpx;
|
|
display: flex;
|
|
.tab {
|
|
margin: 20rpx 30rpx;
|
|
width: 120rpx;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
font-size: 26rpx;
|
|
text-align: center;
|
|
border-radius: 10rpx;
|
|
color: #999999;
|
|
background: #f7f7f7;
|
|
&.z-on {
|
|
background: #e3271c;
|
|
color: #fffefe;
|
|
}
|
|
}
|
|
}
|
|
|