84 lines
1.4 KiB
Plaintext
84 lines
1.4 KiB
Plaintext
/* packageD//member/myrelationship/detail/detail.wxss */
|
|
.overview-module {
|
|
margin: 60rpx 30rpx;
|
|
padding: 25rpx 35rpx;
|
|
border-radius: 20rpx;
|
|
background-color: white;
|
|
}
|
|
|
|
.member-header {
|
|
transform: translateY(-66rpx);
|
|
}
|
|
|
|
.member-avatar {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.member-nickname {
|
|
margin-left: 20rpx;
|
|
font-size: 32rpx;
|
|
color: #202020;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
vertical-align: text-bottom;
|
|
}
|
|
|
|
.member-performed-statistics {
|
|
display: flex;
|
|
align-self: center;
|
|
justify-content: space-around;
|
|
text-align: center;
|
|
}
|
|
|
|
.member-performed-sta-item {
|
|
width: 50%;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.member-performed-statistics .sta-count {
|
|
overflow: hidden;
|
|
line-height: 32rpx;
|
|
font-size: 32rpx;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
color: #202020;
|
|
}
|
|
|
|
.member-performed-statistics .sta-title {
|
|
margin-top: 18rpx;
|
|
line-height: 30rpx;
|
|
font-size: 30rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.member-promotion-statistics {
|
|
display: grid;
|
|
grid-template-columns: repeat(3, 33.333%);
|
|
align-items: center;
|
|
row-gap: 38rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.member-performed-sta-item {
|
|
width: 33.333%;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.member-promotion-statistics .sta-count {
|
|
overflow: hidden;
|
|
line-height: 32rpx;
|
|
font-size: 32rpx;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
color: #202020;
|
|
}
|
|
|
|
.member-promotion-statistics .sta-title {
|
|
margin-top: 18rpx;
|
|
line-height: 30rpx;
|
|
font-size: 30rpx;
|
|
color: #666;
|
|
}
|