166 lines
2.4 KiB
Plaintext
166 lines
2.4 KiB
Plaintext
.help-detail {
|
|
background-color: #fff;
|
|
padding: 20rpx;
|
|
}
|
|
|
|
.talk-user,.user-info {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.user-info image {
|
|
border-radius: 50%;
|
|
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: 32rpx;
|
|
line-height: 40rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.help-type {
|
|
margin: 10rpx 0;
|
|
}
|
|
|
|
.help-date,.help-type {
|
|
color: #bbb;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.explain {
|
|
background-color: #fff;
|
|
margin-top: 20rpx;
|
|
padding: 20rpx;
|
|
}
|
|
|
|
.explain-title {
|
|
font-size: 32rpx;
|
|
font-weight: 700;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.explain-detail {
|
|
font-size: 30rpx;
|
|
line-height: 60rpx;
|
|
min-height: 300rpx;
|
|
}
|
|
|
|
.answer {
|
|
background-color: #fff;
|
|
border-top: 1px solid #ddd;
|
|
bottom: 0;
|
|
left: 0;
|
|
padding: 35rpx 20rpx;
|
|
position: fixed;
|
|
right: 0;
|
|
}
|
|
|
|
.answer input {
|
|
background-color: #f0f0f0;
|
|
border-radius: 40rpx;
|
|
box-sizing: border-box;
|
|
font-size: 32rpx;
|
|
height: 70rpx;
|
|
padding: 0 20rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.reply {
|
|
background-color: #fff;
|
|
margin-bottom: 140rpx;
|
|
margin-top: 10rpx;
|
|
padding: 20rpx;
|
|
}
|
|
|
|
.reply-title {
|
|
font-size: 32rpx;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.reply-box {
|
|
border-bottom: 1px solid #ddd;
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
.reply-box:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.photo-box {
|
|
display: inline-block;
|
|
height: 180rpx;
|
|
margin-bottom: 15rpx;
|
|
margin-right: 2%;
|
|
overflow: hidden;
|
|
position: relative;
|
|
text-align: center;
|
|
width: 32%;
|
|
}
|
|
|
|
.photo-box:nth-child(3n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.photo-one {
|
|
height: auto;
|
|
max-height: 600rpx;
|
|
width: 50%;
|
|
}
|
|
|
|
.photo-one image {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.photo-four image {
|
|
left: 50%;
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translate(-50%,-50%);
|
|
}
|
|
|
|
.photo-four:nth-child(3) {
|
|
margin-right: 2%;
|
|
}
|
|
|
|
.photo-more image {
|
|
left: 50%;
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translate(-50%,-50%);
|
|
}
|
|
|
|
.reply-row {
|
|
background-color: #f7f7f7;
|
|
line-height: 60rpx;
|
|
padding: 0 10rpx;
|
|
word-break: break-all;
|
|
}
|
|
|
|
.reply-row text {
|
|
font-weight: 700;
|
|
} |