index.wxss
935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.my-scroll-top {
padding-bottom: 88rpx;
}
.my-scroll-nav {
border-top: 1rpx solid #eee;
border-bottom: 1rpx solid #eee;
width: 100%;
height: 88rpx;
line-height: 88rpx;
background-color: #fff;
white-space: nowrap;
position: fixed;
z-index: 888;
}
.my-scroll-nav .nav-item {
display: inline-block;
width: 230rpx;
text-align: center;
font-family: PingFang-SC-Regular, sans-serif;
font-size: 28rpx;
color: #B0B0B0;
letter-spacing: -0.4rpx;
padding: 0 10rpx;
overflow: hidden;
}
.my-scroll-nav .nav-item.active text {
font-family: PingFang-SC-Medium, sans-serif;
color: #444;
font-weight: bold;
position: relative;
}
.my-scroll-nav .nav-item.active text:after {
width: 95%;
height: 5rpx;
text-align: center;
content: "";
background: #444;
position: absolute;
font-weight: bold;
bottom: -20rpx;
left: 2.5%;
}