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.

88 lines
1.5 KiB

3 years ago
.view-page {
3 years ago
width: 100%;
3 years ago
color: #333333;
background: #fff;
3 years ago
}
3 years ago
.bs-top-title {
text-align: center;
color: #fff;
font-size: 14px;
padding-top: 30px;
}
.nav-top {
position: fixed;
width: 100%;
height: auto;
top: 0px;
left: 0px;
z-index: 5000;
}
3 years ago
.bs-top {
display: flex;
justify-content: flex-start;
height: 67px;
align-items: center;
background: #006BFF;
padding-left: 13rpx;
padding-right: 13rpx;
3 years ago
padding-top: 5px;
}
.bs-item {
display: flex;
justify-items: flex-start;
align-items: center;
padding: 15px 13px;
font-size: 14px;
3 years ago
}
3 years ago
.bs-item-image {
display: inline-block;
width: 42px;
height: 42px;
margin-right: 15px;
}
3 years ago
.bs-block {
position: relative;
height: 207px;
}
.bs-bar {
position: relative;
3 years ago
}
.bs-bar .van-index-anchor-wrapper {
background: #F9F9F9;
}
3 years ago
.bs-bar .van-index-bar__sidebar {
top: 63%;
}
/*横向列表项*/
.bs-tabs {
width: 100%;
margin-top: 0px;
height: 70px;
background: #fff;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
padding-top: 15px;
box-shadow: 0 -2px 3px -1px rgba(0,0,0,0.2);
}
.bs-tab-sv {
width: 100%;
width: 100%;
white-space: nowrap;
display: flex;
}
.bs-tab-sv-item {
width: 20%;
height: 100rpx;
text-align: center;
display: inline-block;
}
.userAvatar{
width: 48px;
height: 40px;
border-radius: 4px;
}
.bs-tab-title{
font-size: 13px;
}