You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
440 B
28 lines
440 B
/* 主导航栏 */
|
|
.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;
|
|
}
|
|
/* 主导航栏结束 */ |