list.wxss 2.52 KB
/* stylelint-disable-next-line */
page {
    background-color: #ebebeb;
    height: 100%;
}

@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 3) {
    .brand-level:last-child {
        padding-bottom: 80rpx;
    }

    .letter-list {
        padding-bottom: 80rpx !important;
    }
}

.eps {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-page {
    width: 100%;
    max-width: 750rpx;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    color: #444;
    min-height: 100%;
}

.list-page .list-tab .tab-item {
    text-align: center;
    display: inline-block;
    line-height: 80rpx;
    height: 80rpx;
    width: 107.5rpx;
    box-sizing: border-box;
    border-bottom: solid 6rpx #fff;
    margin: 0 40rpx;
    color: #b2b2b2;
    font-size: 30rpx;
}

.list-page .list-tab .tab-item.active {
    color: #262626;
    border-bottom: solid 6rpx #222;
}

.list-page .top-tab {
    width: 100%;
    height: 80rpx;
    background-color: #fff;
    border-top: 1rpx solid #e0e0e0;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: scroll;
    white-space: nowrap;
    z-index: 3;
}

.list-page .top-tab .tab-item {
    width: 25%;
    height: 100%;
    display: inline-block;
}

.list-page .top-tab .tab-item .label {
    width: 92rpx;
    height: 76rpx;
    font-size: 24rpx;
    display: block;
    line-height: 76rpx;
    text-align: center;
    margin: 0 47rpx;
    color: #b0b0b0;
}

.list-page .top-tab .tab-item.act .label {
    border-bottom: 4rpx solid #000;
    color: #222;
}

.brand-level {
    background-color: #ebebeb;
}

.brand-level .level-1 {
    height: 88rpx;
    line-height: 88rpx;
    background-color: #f0f0f0;
    padding-left: 30rpx;
    font-size: 30rpx;
}

.brand-level .level-2-c {
    background-color: #fff;
    padding-left: 30rpx;
}

.brand-level .level-2 {
    box-sizing: border-box;
    height: 80rpx;
    line-height: 80rpx;
    background-color: #fff;
    border-bottom: solid 1rpx #e0e0e0;
    font-size: 28rpx;
}

.brand-level .level-2:last-child {
    border-bottom: 0;
}

.letter-fixed {
    width: 40rpx;
    position: fixed;
    top: 168rpx;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.letter-list {
    width: 40rpx;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20rpx 0;
}

.letter-list view {
    line-height: 38rpx;
    text-align: center;
    font-size: 20rpx;
    font-weight: bold;
}

.scroll-c {
    width: 100%;
    height: 100%;
    margin-top: 82rpx;
}