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.
74 lines
1.3 KiB
74 lines
1.3 KiB
.view-page {
|
|
width: 100%;
|
|
color: #333333;
|
|
background: #fff;
|
|
}
|
|
.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;
|
|
}
|
|
.bs-top {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
height: 67px;
|
|
align-items: center;
|
|
background: #006BFF;
|
|
padding-left: 13rpx;
|
|
padding-right: 13rpx;
|
|
padding-top: 5px;
|
|
}
|
|
.bs-item {
|
|
display: flex;
|
|
justify-items: flex-start;
|
|
align-items: center;
|
|
padding: 15px 13px;
|
|
font-size: 14px;
|
|
}
|
|
.bs-item-image {
|
|
display: inline-block;
|
|
width: 42px;
|
|
height: 42px;
|
|
margin-right: 15px;
|
|
}
|
|
.bs-block {
|
|
position: relative;
|
|
height: 207px;
|
|
}
|
|
.bs-bar {
|
|
position: relative;
|
|
|
|
}
|
|
.bs-bar .van-index-anchor-wrapper {
|
|
background: #F9F9F9;
|
|
}
|
|
.bs-bar .van-index-bar__sidebar {
|
|
top: 63%;
|
|
}
|
|
.v-t-outer {
|
|
margin-top: 16px;
|
|
}
|
|
.v-t-outer .van-tab {
|
|
color: #999999 !important;
|
|
}
|
|
.v-t-outer .van-tabs__scroll--card {
|
|
border-style: none;
|
|
}
|
|
|
|
.v-t-outer .van-tabs__nav--card .van-tab {
|
|
border-right-style: none;
|
|
}
|
|
.v-t-outer .van-tabs__nav--card .van-tab.van-tab--active {
|
|
background-color: transparent;
|
|
color: #0084FF !important;
|
|
}
|
|
|