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.
44 lines
715 B
44 lines
715 B
|
|
.icon-home {
|
|
|
|
padding-left: 55rpx;
|
|
font-size: 42rpx;
|
|
}
|
|
.nav {
|
|
height: 160rpx;
|
|
background-image: linear-gradient(130deg, #52D5A6 0%, #43C9CF 100%);
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0rpx 30rpx;
|
|
padding-top: 48rpx;
|
|
position: fixed;
|
|
box-sizing: border-box;
|
|
top: 0rpx;
|
|
left: 0;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
z-index: 9999;
|
|
justify-content: space-between;
|
|
}
|
|
.nav .navLeft {
|
|
display: flex;
|
|
}
|
|
.nav .navTitle {
|
|
font-family: SourceHanSansCN-Medium;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
letter-spacing: 0.37rpx;
|
|
line-height: 50rpx;
|
|
margin-left: 40rpx;
|
|
font-weight:600;
|
|
}
|
|
.nav .navLeft .icon-fanhui {
|
|
color: #FFFFFF;
|
|
font-size: 45rpx;
|
|
}
|
|
.navRight {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|