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.
62 lines
1.0 KiB
62 lines
1.0 KiB
5 years ago
|
page{
|
||
|
background: #ffffff;
|
||
|
}
|
||
|
swiper {
|
||
|
height: 1000px;
|
||
|
}
|
||
|
.toptabs{
|
||
|
border-bottom: 1px solid #EDEFF0;
|
||
|
position: fixed;
|
||
|
top: 0;
|
||
|
z-index: 999999;
|
||
|
width: 100%;
|
||
|
background: #ffffff;
|
||
|
}
|
||
|
.wux-tabs__tab {
|
||
|
font-size:32rpx!important;
|
||
|
color: #8393A0!important;
|
||
|
}
|
||
|
.wux-tabs__tab--current {
|
||
|
color:#333333!important;
|
||
|
font-weight: bold;
|
||
|
font-size: 40rpx!important;
|
||
|
}
|
||
|
.wux-tabs__tab-bar{
|
||
|
background: #ffffff!important;
|
||
|
}
|
||
|
.newhot-tabs{
|
||
|
display: flex;
|
||
|
width: 100%;
|
||
|
margin: 10px;
|
||
|
height: 50rpx;
|
||
|
}
|
||
|
.top{
|
||
|
width: 140rpx;
|
||
|
border-radius: 25rpx;
|
||
|
background: #F3F3F3;
|
||
|
height: 50rpx;
|
||
|
text-align: center;
|
||
|
line-height: 50rpx;
|
||
|
color: #8393A0;
|
||
|
margin-right: 30rpx;
|
||
|
border: 1px solid #f3f3f3;
|
||
|
}
|
||
|
.cur-tab{
|
||
|
background: #e3eaff;
|
||
|
border: 1px solid #b0c7ff;
|
||
|
color: #3C6CFC;
|
||
|
}
|
||
|
|
||
|
.swiper-item-con{
|
||
|
padding-top: 88rpx;
|
||
|
}
|
||
|
/* 返回顶部 */
|
||
|
.goTop{
|
||
|
height: 128rpx;
|
||
|
width: 128rpx;
|
||
|
position: fixed;
|
||
|
bottom: 50rpx;
|
||
|
right: 30rpx;
|
||
|
border-radius: 50%;
|
||
|
z-index: 999
|
||
|
}
|