76 lines
1.0 KiB
Plaintext
76 lines
1.0 KiB
Plaintext
page {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.talk-user,.user-info {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.user-info image {
|
|
height: 80rpx;
|
|
margin-right: 20rpx;
|
|
width: 80rpx;
|
|
}
|
|
|
|
.good image {
|
|
height: 40rpx;
|
|
margin-top: -8rpx;
|
|
vertical-align: middle;
|
|
width: 40rpx;
|
|
}
|
|
|
|
.name {
|
|
font-size: 32rpx;
|
|
line-height: 50rpx;
|
|
}
|
|
|
|
.time {
|
|
color: #888;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.good text {
|
|
line-height: 80rpx;
|
|
}
|
|
|
|
.talk-content {
|
|
font-size: 30rpx;
|
|
line-height: 40rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.talk-box {
|
|
border-bottom: 1px solid #f9fafc;
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
.talk-box:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.talk-count {
|
|
color: #bbb;
|
|
display: flex;
|
|
font-size: 28rpx;
|
|
justify-content: space-between;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.photo-box {
|
|
display: inline-block;
|
|
height: 150rpx;
|
|
margin-bottom: 15rpx;
|
|
margin-right: 2%;
|
|
text-align: center;
|
|
width: 32%;
|
|
}
|
|
|
|
.photo-box:nth-child(3n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.photo-box image {
|
|
height: 100%;
|
|
} |