dev
xiaowen 3 years ago
parent a038c448b9
commit 455cb13b09

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 778 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 792 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 664 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1001 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 215 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

@ -14,7 +14,7 @@
</view>
</view>
<view class="bs-block"></view>
<van-index-bar class="bs-bar" sticky-offset-top="207">
<van-index-bar class="bs-bar" sticky-offset-top="178">
<view>
<van-index-anchor index="A" />
<view class="bs-item">

@ -6,8 +6,8 @@
.bs-top-title {
text-align: center;
color: #fff;
font-size: 14px;
padding-top: 30px;
font-size: 28rpx;
padding-top: 60rpx;
}
.nav-top {
position: fixed;
@ -20,29 +20,29 @@
.bs-top {
display: flex;
justify-content: flex-start;
height: 67px;
height: 120rpx;
align-items: center;
background: #006BFF;
padding-left: 13rpx;
padding-right: 13rpx;
padding-top: 5px;
padding-top: 10rpx;
}
.bs-item {
display: flex;
justify-items: flex-start;
align-items: center;
padding: 15px 13px;
font-size: 14px;
font-size: 27rpx;
}
.bs-item-image {
display: inline-block;
width: 42px;
height: 42px;
margin-right: 15px;
width: 54rpx;
height: 54rpx;
margin-right: 15rpx;
}
.bs-block {
position: relative;
height: 207px;
height: 370rpx;
}
.bs-bar {
position: relative;
@ -52,17 +52,17 @@
background: #F9F9F9;
}
.bs-bar .van-index-bar__sidebar {
top: 63% !important;
top: 810rpx !important;
}
/*横向列表项*/
.bs-tabs {
width: 100%;
margin-top: 0px;
height: 70px;
height: 120rpx;
background: #fff;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
padding-top: 15px;
padding-top: 30rpx;
box-shadow: 0 -2px 3px -1px rgba(0,0,0,0.2);
}
@ -79,10 +79,10 @@
display: inline-block;
}
.userAvatar{
width: 48px;
height: 40px;
width: 68rpx;
height: 60rpx;
border-radius: 4px;
}
.bs-tab-title{
font-size: 13px;
font-size: 27rpx;
}
Loading…
Cancel
Save