锦水居民端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

131 lines
2.7 KiB

.detail-content {
width: 100%;
height: auto;
background: #fff;
border-radius: 16rpx;
box-sizing: border-box;
padding: 38rpx 25rpx 0;
margin-bottom: 25rpx;
overflow: hidden;
}
.detail-content .tags {
color: #FFB400;
font-size: 28rpx;
margin: 30rpx 0rpx;
}
.detail-content .user-info {
width: 100%;
height: 64rpx;
display: flex;
align-items: center;
}
.detail-content .user-info .avatar {
width: 64rpx;
height:64rpx;
border-radius: 8rpx;
object-fit: cover;
margin-right: 13rpx;
}
.detail-content .user-info .right {
width: calc(100% - 64rpx - 13rpx);
display: flex;
flex-direction: column;
justify-content: space-between;
}
.detail-content .user-info .right .identify {
display: flex;
align-items: center;
}
.detail-content .user-info .right .identify .nickname {
color: #333;
font-size: 28rpx;
object-fit: cover;
font-weight: bolder;
}
.detail-content .user-info .right .identify .party-flag {
width: 27rpx;
height: 27rpx;
object-fit: cover;
margin-left: 7rpx;
}
.detail-content .user-info .right .right-bottom {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.detail-content .user-info .right .right-bottom .time {
font-size: 20rpx;
color: #999;
}
.detail-content .user-info .right .right-bottom .look-num {
display: flex;
align-items: center;
}
.detail-content .user-info .right .right-bottom .look-num image{
width: 26rpx;
height: 26rpx;
object-fit: cover;
}
.detail-content .user-info .right .right-bottom .look-num text {
font-size: 20rpx;
color: #999;
margin-left: 10rpx;
}
.detail-content .issue-content {
color: #333;
font-size: 34rpx;
line-height: 50rpx;
margin: 25rpx 0 30rpx;
}
.detail-content .image-list {
width: 100%;
margin-bottom: 90rpx;
}
.detail-content .image-list image {
width: 100%;
border-radius: 16rpx;
}
.detail-content .image-list image + image {
margin-top: 20rpx;
}
.detail-content .altitude {
width: 100%;
height: 85rpx;
display: flex;
justify-content: center;
padding: 0 15rpx;
box-sizing: border-box;
margin-bottom: 60rpx;
}
.detail-content .altitude .normal {
width: calc(50% - 17rpx);
height: 84rpx;
border: 1rpx solid #B8B8B8;
border-radius: 42rpx;
display: flex;
align-items: center;
justify-content: center;
}
.detail-content .altitude .normal + .normal {
margin-left: 35rpx;
}
.detail-content .altitude .normal image {
width: 44rpx;
height: 44rpx;
object-fit: cover;
margin-right: 8rpx;
}
.detail-content .altitude .normal text {
font-size: 30rpx;
color: #999;
}
.detail-content .altitude .selected {
border: 1rpx solid #FFAB00;
}
.detail-content .altitude .selected text {
color: #FFAB00;
}