120 lines
1.7 KiB
Plaintext
120 lines
1.7 KiB
Plaintext
page {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.help-container {
|
|
padding: 0 20rpx;
|
|
}
|
|
|
|
.help-box {
|
|
border-bottom: 1px solid #f9fafc;
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
.help-user {
|
|
display: flex;
|
|
}
|
|
|
|
.help-user image {
|
|
border-radius: 50%;
|
|
height: 100rpx;
|
|
margin-right: 20rpx;
|
|
width: 100rpx;
|
|
}
|
|
|
|
.user-name {
|
|
font-size: 30rpx;
|
|
font-weight: 700;
|
|
margin: 10rpx 0;
|
|
}
|
|
|
|
.user-time {
|
|
color: #999;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.help-content {
|
|
color: #101010;
|
|
font-size: 32rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.new {
|
|
background-color: #ff4949;
|
|
border-radius: 50%;
|
|
bottom: 40rpx;
|
|
color: #fff;
|
|
font-size: 80rpx;
|
|
height: 120rpx;
|
|
line-height: 120rpx;
|
|
position: fixed;
|
|
right: 40rpx;
|
|
text-align: center;
|
|
width: 120rpx;
|
|
}
|
|
|
|
.help-photo {
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.help-photo-box {
|
|
display: inline-block;
|
|
height: 150rpx;
|
|
margin-bottom: 20rpx;
|
|
margin-right: 2%;
|
|
overflow: hidden;
|
|
position: relative;
|
|
text-align: center;
|
|
width: 32%;
|
|
}
|
|
|
|
.help-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%);
|
|
}
|
|
|
|
.help-video {
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.help-video,.help-video video {
|
|
width: 100%;
|
|
}
|
|
|
|
.help-more {
|
|
font-size: 32rpx;
|
|
line-height: 70rpx;
|
|
}
|
|
|
|
.load-more {
|
|
font-size: 32rpx;
|
|
line-height: 80rpx;
|
|
text-align: center;
|
|
} |