70 lines
864 B
Plaintext
70 lines
864 B
Plaintext
|
|
.detail-page {
|
||
|
|
padding: 24rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.loading {
|
||
|
|
padding: 80rpx 24rpx;
|
||
|
|
text-align: center;
|
||
|
|
color: #999999;
|
||
|
|
}
|
||
|
|
|
||
|
|
.card {
|
||
|
|
background: #ffffff;
|
||
|
|
border-radius: 24rpx;
|
||
|
|
padding: 28rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.header {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
margin-bottom: 24rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.avatar {
|
||
|
|
width: 120rpx;
|
||
|
|
height: 120rpx;
|
||
|
|
border-radius: 60rpx;
|
||
|
|
background: #f0f0f0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.avatar-placeholder {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
color: #999999;
|
||
|
|
}
|
||
|
|
|
||
|
|
.base-info {
|
||
|
|
margin-left: 20rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.nickname {
|
||
|
|
font-size: 34rpx;
|
||
|
|
font-weight: 600;
|
||
|
|
margin-bottom: 8rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.matched-at {
|
||
|
|
color: #999999;
|
||
|
|
font-size: 24rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.section {
|
||
|
|
padding: 18rpx 0;
|
||
|
|
border-top: 1rpx solid #f2f2f2;
|
||
|
|
}
|
||
|
|
|
||
|
|
.label {
|
||
|
|
color: #999999;
|
||
|
|
font-size: 24rpx;
|
||
|
|
margin-bottom: 8rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.value {
|
||
|
|
color: #333333;
|
||
|
|
font-size: 28rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.intro {
|
||
|
|
line-height: 1.7;
|
||
|
|
}
|