/* 主导航栏 */ .banner-main{ display: flex; align-items: center; justify-content: space-between; padding: 30rpx; border-bottom: 15rpx #F7F7F7 solid; background: white; } .banner-left{ display: flex; } .banner-right{ display: flex; } .banner-icon{ width: 46rpx; height: 46rpx; } .banner-name{ margin-left: 30rpx; } .banner-tip{ color: #BABABA; font-size: 25rpx; margin-right: 10rpx; } /* 主导航栏结束 */