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.
44 lines
690 B
44 lines
690 B
page{
|
|
background: #ffffff;
|
|
box-sizing: border-box;
|
|
}
|
|
.page{
|
|
box-sizing: border-box;
|
|
}
|
|
swiper {
|
|
height: 1000px;
|
|
}
|
|
|
|
|
|
.newhot-tabs{
|
|
display: flex;
|
|
width: 100%;
|
|
padding: 10px;
|
|
height: 50rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.top{
|
|
width: 140rpx;
|
|
border-radius: 25rpx;
|
|
background: #fff;
|
|
height: 50rpx;
|
|
text-align: center;
|
|
line-height: 50rpx;
|
|
color: #2ab8a6;
|
|
margin-right: 30rpx;
|
|
border: 1px solid #2ab8a6;
|
|
}
|
|
.cur-tab{
|
|
background: #2ab8a6;
|
|
border: 1px solid #2ab8a6;
|
|
color: #fff;
|
|
}
|
|
/* 返回顶部 */
|
|
.goTop{
|
|
height: 128rpx;
|
|
width: 128rpx;
|
|
position: fixed;
|
|
bottom: 50rpx;
|
|
right: 30rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|