syshxcx/pages/news/newsDetail.wxss
dong_bo0602 a1f9e23f6d 0607
2022-06-07 15:43:05 +08:00

112 lines
1.7 KiB
Plaintext

page{
background-color: #fff;
}
.news-title{
padding-bottom: 20rpx;
border-bottom: 1px solid #FAFAFC;
margin-bottom: 20rpx;
}
.title{
font-size: 36rpx;
font-weight: bold;
margin-bottom: 10rpx;
}
.from-date{
display: flex;
justify-content: space-between;
font-size: 28rpx;
color: #bbb;
}
.news-content{
min-height: 600rpx;
font-size: 30rpx;
line-height: 60rpx;
border-bottom: 1px solid #FAFAFC 100%;
}
.comment{
margin: 20rpx 0 130rpx;
}
.comment-title{
font-size: 32rpx;
font-weight: bold;
}
.talk-user, .user-info{
display: flex;
justify-content: space-between;
margin-bottom: 10rpx;
}
.user-info image{
width: 80rpx;
height: 80rpx;
margin-right: 20rpx;
}
.good image{
width: 40rpx;
height: 40rpx;
margin-top: -8rpx;
vertical-align: middle;
}
.name{
font-size: 32rpx;
line-height: 50rpx;
}
.time{
font-size: 24rpx;
color: #888;
}
.good text{
line-height: 80rpx;
}
.comment-box{
margin-top: 20rpx;
border-bottom: 1px solid #FAFAFC 100%;
padding-bottom: 20rpx;
}
.talk-content{
font-size: 30rpx;
line-height: 40rpx;
}
.talk-time{
margin-top: 10rpx;
font-size: 28rpx;
color: #BBB;
}
.do-reply{
position: fixed;
bottom: 0;
left: 0;
right: 0;
padding: 35rpx 20rpx;
background-color: #fff;
z-index: 100;
display: flex;
border-top: 1px solid #FAFAFC 100%;
}
.do-reply input{
width: 80%;
height: 60rpx;
border-radius: 40rpx;
background-color: #F0F0F0;
padding: 0 20rpx;
box-sizing: border-box;
}
.collect{
width: 20%;
text-align: center;
height: 60rpx;
}
.collect image{
height: 100%;
}
.reply-row{
line-height: 60rpx;
background-color: #F7F7F7;
padding: 0 10rpx;
word-break: break-all;
}
.reply-row text{
font-weight: bold;
}