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.
39 lines
602 B
39 lines
602 B
page{
|
|
background: #ffffff;
|
|
}
|
|
swiper {
|
|
height: 1000px;
|
|
}
|
|
|
|
|
|
.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;
|
|
}
|
|
/* 返回顶部 */
|
|
.goTop{
|
|
height: 128rpx;
|
|
width: 128rpx;
|
|
position: fixed;
|
|
bottom: 50rpx;
|
|
right: 30rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|