2022-06-07 15:43:05 +08:00
|
|
|
.neighbor-top{
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.top-bg, .top-bg image{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.neighbor-info{
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
background-color: rgba(0,0,0,0.6);
|
|
|
|
padding: 20rpx;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.neighbor-info picker{
|
|
|
|
font-size: 40rpx;
|
|
|
|
margin-bottom: 30rpx;
|
|
|
|
}
|
|
|
|
.neighbor-info .warm-tip{
|
|
|
|
font-size: 30rpx;
|
|
|
|
}
|
|
|
|
.topic{
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
}
|
|
|
|
.topic-box{
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 30rpx;
|
|
|
|
line-height: 45rpx;
|
|
|
|
height: 45rpx;
|
|
|
|
padding: 0 15rpx;
|
|
|
|
background-color: rgba(255,255,255,0.35);
|
|
|
|
border-radius: 24rpx;
|
|
|
|
margin-right: 20rpx;
|
|
|
|
}
|
|
|
|
.neighbor-container{
|
|
|
|
margin-top: -100rpx;
|
|
|
|
padding: 20rpx 20rpx 0;
|
|
|
|
background-color: #fff;
|
|
|
|
position: relative;
|
|
|
|
border-top-left-radius: 30rpx;
|
|
|
|
border-top-right-radius: 30rpx;
|
|
|
|
}
|
|
|
|
.tab-box{
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 30rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #797979;
|
|
|
|
line-height: 60rpx;
|
|
|
|
}
|
|
|
|
.tab-box.active{
|
|
|
|
color: #000;
|
|
|
|
font-weight: bold;
|
|
|
|
border-bottom: 2px solid #FF4949;
|
|
|
|
}
|
|
|
|
.help-box{
|
|
|
|
padding: 20rpx 0;
|
|
|
|
border-bottom: 1px solid #F9FAFC;
|
|
|
|
}
|
|
|
|
.help-user{
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.help-user image{
|
|
|
|
width: 100rpx;
|
|
|
|
height: 100rpx;
|
|
|
|
border-radius: 50%;
|
|
|
|
margin-right: 20rpx;
|
|
|
|
}
|
|
|
|
.user-name{
|
|
|
|
font-size: 30rpx;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 10rpx 0;
|
|
|
|
}
|
|
|
|
.user-name text{
|
|
|
|
background-color: #FF4949;
|
|
|
|
color: #fff;
|
|
|
|
padding: 5rpx 15rpx;
|
|
|
|
border-radius: 24rpx;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 26rpx;
|
|
|
|
}
|
|
|
|
.user-time{
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
.help-content{
|
|
|
|
margin-top: 20rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #101010;
|
|
|
|
}
|
|
|
|
.new{
|
|
|
|
position: fixed;
|
|
|
|
bottom: 40rpx;
|
|
|
|
right: 40rpx;
|
|
|
|
font-size: 0;
|
|
|
|
width: 120rpx;
|
|
|
|
height: 120rpx;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
/* text-align: center; */
|
|
|
|
/* line-height: 120rpx; */
|
|
|
|
color: #fff;
|
|
|
|
border-radius: 50%;
|
|
|
|
background-color: #FF4949;
|
|
|
|
}
|
|
|
|
.new image{
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%,-50%);
|
|
|
|
height: 60rpx;
|
|
|
|
}
|
|
|
|
.help-photo{
|
|
|
|
margin-top: 20rpx;
|
|
|
|
}
|
|
|
|
.help-photo-box{
|
|
|
|
display: inline-block;
|
|
|
|
width: 32%;
|
2022-06-09 15:40:43 +08:00
|
|
|
height: 180rpx;
|
2022-06-07 15:43:05 +08:00
|
|
|
margin-right: 2%;
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
text-align: center;
|
2022-06-09 15:40:43 +08:00
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
2022-06-07 15:43:05 +08:00
|
|
|
}
|
|
|
|
.help-photo-box:nth-child(3n){
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2022-06-09 15:40:43 +08:00
|
|
|
/* .help-photo-box image{
|
2022-06-07 15:43:05 +08:00
|
|
|
height: 100%;
|
2022-06-09 15:40:43 +08:00
|
|
|
} */
|
|
|
|
.photo-one{
|
|
|
|
width: 50%;
|
|
|
|
height: auto;
|
|
|
|
max-height: 600rpx;
|
|
|
|
}
|
|
|
|
.photo-one image{
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
.photo-four image{
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
}
|
|
|
|
.photo-four:nth-child(3){
|
|
|
|
margin-right: 2%;
|
|
|
|
}
|
|
|
|
.photo-more image{
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
2022-06-07 15:43:05 +08:00
|
|
|
}
|
|
|
|
.help-video{
|
|
|
|
margin-top: 20rpx;
|
2022-06-09 15:40:43 +08:00
|
|
|
width: 65%;
|
2022-06-07 15:43:05 +08:00
|
|
|
}
|
2022-06-09 15:40:43 +08:00
|
|
|
.help-video video{
|
2022-06-07 15:43:05 +08:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.help-more{
|
|
|
|
font-size: 32rpx;
|
|
|
|
line-height: 70rpx;
|
|
|
|
}
|
|
|
|
.no-data{
|
|
|
|
padding: 50rpx 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.no-data image{
|
|
|
|
width: 300rpx;
|
|
|
|
}
|
|
|
|
.neighbor-tab{
|
|
|
|
margin-bottom: 30rpx;
|
|
|
|
}
|
2022-06-09 15:40:43 +08:00
|
|
|
.picker image{
|
|
|
|
width: 28rpx;
|
|
|
|
height: 28rpx;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-top: -10rpx;
|
|
|
|
}
|