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.6 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 {
3 years ago
display: flex;
justify-content: center;
align-items: center;
3 years ago
color: #fff;
3 years ago
font-size: 34rpx;
3 years ago
}
.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;
3 years ago
height: 120rpx;
3 years ago
align-items: center;
background: #006BFF;
padding-left: 13rpx;
padding-right: 13rpx;
3 years ago
}
.bs-item {
display: flex;
justify-items: flex-start;
align-items: center;
padding: 15px 13px;
3 years ago
font-size: 30rpx;
color: #3C3C3C;
3 years ago
}
3 years ago
.bs-item-image {
display: inline-block;
3 years ago
width: 80rpx;
height: 80rpx;
margin-right: 20rpx;
3 years ago
}
3 years ago
.bs-block {
position: relative;
3 years ago
height: 430rpx;
3 years ago
}
.bs-bar {
position: relative;
3 years ago
3 years ago
}
.bs-bar .van-index-anchor-wrapper {
background: #F9F9F9;
}
3 years ago
.bs-bar .van-index-bar__sidebar {
3 years ago
top: 63% !important;
3 years ago
}
/*横向列表项*/
.bs-tabs {
width: 100%;
margin-top: 0px;
3 years ago
height: 150rpx;
3 years ago
background: #fff;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
3 years ago
padding-top: 30rpx;
3 years ago
box-shadow: 0 -2px 3px -1px rgba(0,0,0,0.2);
}
.bs-tab-sv {
width: 100%;
width: 100%;
white-space: nowrap;
display: flex;
3 years ago
justify-content: flex-start;
3 years ago
}
.bs-tab-sv-item {
text-align: center;
3 years ago
padding: 0rpx 36rpx;
3 years ago
}
.userAvatar{
3 years ago
width: 78rpx;
height: 78rpx;
3 years ago
border-radius: 4px;
}
.bs-tab-title{
3 years ago
font-size: 27rpx;
3 years ago
}