guangrongpaihang.wxss 1.3 KB
page {

    background-color: rgb(240, 240, 240);
}

.goods_index {
    padding: 20rpx 0;
}

/* 导航条开始 */
.navbar {
    padding: 0 62rpx;
    display: flex;
    justify-content: space-around;
    /* background  : linear-gradient(136deg,#4e8fff 2%, #55c2fa); */
    font-size: 30rpx;
    color: #969799;
    border-radius: 2px 0px 0px 2px;

}

.navbar .item {
    width: 346rpx;
    height: 64rpx;
    line-height: 64rpx;
    font-size: 24rpx;
    position: relative;
    text-align: center;
    /* background-color: #FFC909; */
    /* border-radius   : 19px; */

}

.navbar .item.choose {
    color: black;
    /* background: linear-gradient(136deg, #4e8fff 2%, #55c2fa); */

}

.navbar .item.choose:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80rpx;
    height: 6rpx;
    background: #21AE58;
    margin: 0 auto;
}

/* 导航条结束 */
.goods_groups {
    padding: 0 72rpx;
    height: 88rpx;
    line-height: 88rpx;
    display: flex;
    justify-content: space-between;
    color: #323233;
    font-size: 28rpx;
}


.goods_groups view {
    width: 25%;
}

.goods_groups :nth-child(2){
    text-align: left;
    
}
.goods_groups :nth-child(3){
    text-align: center;
    
}
.goods_groups :nth-child(4){
    text-align: right;
    
}