.main_tab{ display: flex; align-items: flex-end; height: 88rpx; padding: 0 40rpx; .item{ width: 76rpx; font-size: 32rpx; color: #555555; margin-right: 60rpx; .name{} .border{ width: 60rpx; height: 10rpx; background: #fff; } } .active{ font-weight: 600; font-size: 38rpx; color: #222222; .border{ background: linear-gradient( 270deg, rgba(255,255,255,0.56) 0%, rgba(206,144,111,0.88) 100%); } } } .container{ } .main_content{ }