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.
71 lines
1.2 KiB
71 lines
1.2 KiB
page {
|
|
width: 100%;
|
|
min-height: 100vh;
|
|
background: #f7f7f7;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.member-detail {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding: 0 24rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.member-detail .info-item.line {
|
|
width: 100%;
|
|
height: 100rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.member-detail .info-item .label {
|
|
width: 130rpx;
|
|
height: 100rpx;
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
text-align: justify;
|
|
line-height: 100rpx;
|
|
}
|
|
|
|
.member-detail .info-item .label.long {
|
|
width: 165rpx;
|
|
}
|
|
|
|
.member-detail .info-item .label::after {
|
|
content: '';
|
|
width: 100%;
|
|
height: 0;
|
|
display: inline-block;
|
|
}
|
|
|
|
.member-detail .info-item .content {
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.member-detail .info-item .content.intro {
|
|
padding-bottom: 20rpx;
|
|
text-indent: 40rpx;
|
|
line-height: 50rpx;
|
|
}
|
|
|
|
.member-detail .info-item .content textarea {
|
|
width: 100%;
|
|
}
|
|
|
|
.member-detail .info-item .content .placeholder-textarea {
|
|
font-size: 28rpx;
|
|
color: #c1c1c1;
|
|
}
|
|
|
|
.member-detail .info-item.line .content {
|
|
width: calc(100% - 130rpx - 10rpx);
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
margin-left: 10rpx;
|
|
}
|
|
|
|
.member-detail .info-item + .info-item {
|
|
border-top: 1rpx solid #e7eeee;
|
|
}
|