61 lines
1.0 KiB
Plaintext
61 lines
1.0 KiB
Plaintext
/* packageH/stock/_page_components/header/header.wxss */
|
|
@import "/mycss/iconfont.wxss";
|
|
|
|
.header {
|
|
height: 229rpx;
|
|
overflow: hidden;
|
|
color: white;
|
|
background: #ee2e2b;
|
|
}
|
|
|
|
.member-info {
|
|
display: flex;
|
|
align-content: center;
|
|
padding: 54rpx 50rpx 30rpx;
|
|
}
|
|
|
|
.member-avatar {
|
|
flex-shrink: 0;
|
|
width: 97.002rpx;
|
|
height: 97.002rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.member-details {
|
|
flex-grow: 1;
|
|
margin-left: 20rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.member-nickname {
|
|
width: 532rpx;
|
|
overflow: hidden;
|
|
font-size: 31.002rpx;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.member-level {
|
|
display: inline-block;
|
|
padding: 4.002rpx 14rpx;
|
|
margin-top: 7.802rpx;
|
|
font-size: 22rpx;
|
|
border-radius: 22.08rpx;
|
|
background: rgba(255, 255, 255, 0.29);
|
|
}
|
|
|
|
.member-income {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-content: center;
|
|
height: 49rpx;
|
|
line-height: 49rpx;
|
|
padding: 0 30rpx 0 50rpx;
|
|
font-size: 24rpx;
|
|
background: rgba(255, 255, 255, 0.2);
|
|
}
|
|
|
|
.member-income_view-icon {
|
|
font-size: 20rpx;
|
|
}
|