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.
|
|
|
/**index.wxss**/
|
|
|
|
.scrollList{
|
|
|
|
width: calc(100% - 48rpx);
|
|
|
|
display: flex;
|
|
|
|
text-align: center;
|
|
|
|
justify-content: center;
|
|
|
|
height: 80rpx;
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
.scrollList text{
|
|
|
|
background: #F6F6F6;
|
|
|
|
border-radius: 2px;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #999999;
|
|
|
|
margin:0 8rpx;
|
|
|
|
padding: 18rpx 24rpx;
|
|
|
|
height: min-content;
|
|
|
|
flex-shrink: 0;
|
|
|
|
}
|
|
|
|
.scrollList .actived{
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #027AFF;
|
|
|
|
background: #F0F5FF;
|
|
|
|
}
|
|
|
|
.top {
|
|
|
|
/* background-color: #006BFF; */
|
|
|
|
height: 556rpx;
|
|
|
|
width: 100%;
|
|
|
|
border-bottom-left-radius: 56rpx;
|
|
|
|
/* display: flex; */
|
|
|
|
/* overflow: scroll; */
|
|
|
|
/* padding-left: 1rem;
|
|
|
|
padding-right: 1rem; */
|
|
|
|
/* position: sticky; */
|
|
|
|
top: 0rpx;
|
|
|
|
z-index: 5;
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
/*隐藏滚轮*/
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.top_box {
|
|
|
|
background-color: white;
|
|
|
|
/* padding-top: 0.4rem; */
|
|
|
|
flex-shrink: 0;
|
|
|
|
width: 300rpx;
|
|
|
|
height: 350rpx;
|
|
|
|
border-radius: 10%;
|
|
|
|
text-align: center;
|
|
|
|
/* display: flex; */
|
|
|
|
justify-content: center;
|
|
|
|
padding-left: 36rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.box_image {
|
|
|
|
width: 70rpx;
|
|
|
|
height: 70rpx;
|
|
|
|
border-radius: 6rem;
|
|
|
|
box-shadow: #FFDEC5 0rem 0.5rem 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.box_title {
|
|
|
|
color: #999999;
|
|
|
|
font-size: 24rpx;
|
|
|
|
margin-bottom: 16rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.box_num {
|
|
|
|
font-weight: 900;
|
|
|
|
font-size: 28rpx;
|
|
|
|
}
|