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.
140 lines
2.6 KiB
140 lines
2.6 KiB
2 years ago
|
//引入全局配置
|
||
|
@import "c/conf";
|
||
|
@import "c/mx";
|
||
|
@import "c/f";
|
||
|
|
||
|
.nav {
|
||
|
display: flex;
|
||
|
box-sizing: border-box;
|
||
|
padding: 0 20rpx;
|
||
|
width: 100%;
|
||
|
height: 94rpx;
|
||
|
border-top: 1rpx solid rgba(#fff, 0.1);
|
||
|
background: #e3271c;
|
||
|
color: #fff;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
font-family: Source Han Serif SC;
|
||
|
|
||
|
.nav-left {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
> image {
|
||
|
width: 13rpx;
|
||
|
height: 24rpx;
|
||
|
margin-left: 10rpx;
|
||
|
// margin-right: 10rpx;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.nav-logo {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
width: 60rpx;
|
||
|
height: 60rpx;
|
||
|
// border-radius: 30rpx;
|
||
|
margin-right: 10rpx;
|
||
|
overflow: hidden;
|
||
|
image {
|
||
|
width: 46rpx;
|
||
|
height: 46rpx;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.nav-subjection {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
font-size: 34rpx;
|
||
|
// color: #ff4c52;
|
||
|
margin-left: 6rpx;
|
||
|
// font-size: 24rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 800;
|
||
|
color: #ffffff;
|
||
|
|
||
|
&.z-long {
|
||
|
text {
|
||
|
max-width: 450rpx;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
text {
|
||
|
@include toe;
|
||
|
display: block;
|
||
|
max-width: 420rpx;
|
||
|
line-height: 60rpx;
|
||
|
}
|
||
|
|
||
|
image {
|
||
|
width: 13rpx;
|
||
|
height: 24rpx;
|
||
|
margin-left: 10rpx;
|
||
|
margin-right: 10rpx;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.nav-next {
|
||
|
width: 26rpx;
|
||
|
height: 40rpx;
|
||
|
position: relative;
|
||
|
margin-left: 12rpx;
|
||
|
|
||
|
image {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
margin-top: 10rpx;
|
||
|
width: 16rpx;
|
||
|
height: 26rpx;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.nav-right {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
flex-shrink: 0;
|
||
|
align-items: center;
|
||
|
|
||
|
.headimg {
|
||
|
margin-left: 10rpx;
|
||
|
width: 60rpx;
|
||
|
height: 60rpx;
|
||
|
border-radius: 50%;
|
||
|
overflow: hidden;
|
||
|
image {
|
||
|
width: 60rpx;
|
||
|
height: 60rpx;
|
||
|
border-radius: 50%;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
}
|
||
|
.nav-right-text {
|
||
|
position: relative;
|
||
|
top: 0;
|
||
|
width: 19rpx;
|
||
|
font-size: 18rpx;
|
||
|
line-height: 24rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 800;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
.nav-right-point {
|
||
|
margin-left: 6rpx;
|
||
|
font-size: 44rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 800;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
.nav-right-my {
|
||
|
box-sizing: border-box;
|
||
|
margin-left: 20rpx;
|
||
|
padding-left: 20rpx;
|
||
|
font-size: 34rpx;
|
||
|
font-weight: 500;
|
||
|
color: #fff;
|
||
|
border-left: 1rpx solid #c7c7c7;
|
||
|
}
|
||
|
}
|
||
|
}
|