index.wxss 935 Bytes
.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%;
}