city_card/pages/neighbor/neighbor.wxss
2023-07-15 14:25:28 +08:00

211 lines
3.1 KiB
Plaintext

.neighbor-top {
position: relative;
}
.top-bg,.top-bg image {
width: 100%;
}
.neighbor-info {
background-color: rgba(0,0,0,.6);
bottom: 0;
color: #fff;
left: 0;
padding: 20rpx;
position: absolute;
right: 0;
top: 0;
}
.neighbor-info picker {
font-size: 40rpx;
margin-bottom: 30rpx;
}
.neighbor-info .warm-tip {
font-size: 30rpx;
}
.topic {
margin-bottom: 20rpx;
}
.topic-box {
background-color: hsla(0,0%,100%,.35);
border-radius: 24rpx;
display: inline-block;
font-size: 30rpx;
height: 45rpx;
line-height: 45rpx;
margin-right: 20rpx;
padding: 0 15rpx;
}
.neighbor-container {
background-color: #fff;
border-top-left-radius: 30rpx;
border-top-right-radius: 30rpx;
margin-top: -100rpx;
padding: 20rpx 20rpx 0;
position: relative;
}
.tab-box {
color: #797979;
display: inline-block;
font-size: 32rpx;
line-height: 60rpx;
margin-right: 30rpx;
}
.tab-box.active {
border-bottom: 2px solid #ff4949;
color: #000;
font-weight: 700;
}
.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-name text {
background-color: #ff4949;
border-radius: 24rpx;
color: #fff;
font-size: 26rpx;
font-weight: 400;
padding: 5rpx 15rpx;
}
.user-time {
color: #999;
font-size: 28rpx;
}
.help-content {
color: #101010;
font-size: 32rpx;
margin-top: 20rpx;
}
.new {
align-items: center;
background-color: #ff4949;
border-radius: 50%;
bottom: 40rpx;
color: #fff;
display: flex;
font-size: 0;
height: 120rpx;
justify-content: center;
position: fixed;
right: 40rpx;
width: 120rpx;
}
.new image {
height: 60rpx;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%,-50%);
}
.help-photo {
margin-top: 20rpx;
}
.help-photo-box {
display: inline-block;
height: 180rpx;
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;
width: 65%;
}
.help-video video {
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;
}
.picker image {
height: 28rpx;
margin-top: -10rpx;
vertical-align: middle;
width: 28rpx;
}