475 lines
8.2 KiB
Plaintext
475 lines
8.2 KiB
Plaintext
/* pages/member/article/articleContent/articleContent.wxss */
|
|
|
|
.text-padding {
|
|
padding: 0 20rpx 20rpx 0;
|
|
}
|
|
|
|
#article {
|
|
padding: 20rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.head-title {
|
|
text-align: left;
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.title {
|
|
font-size: 28rpx;
|
|
color: #666;
|
|
text-align: left;
|
|
}
|
|
|
|
.content {
|
|
width: 100%;
|
|
font-size: 32rpx;
|
|
text-align: left;
|
|
white-space: pre-wrap;
|
|
padding-top: 20rpx;
|
|
padding-bottom: 60rpx;
|
|
}
|
|
|
|
.content view {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.article {
|
|
border: 4rpx solid #ebebeb;
|
|
padding: 10rpx;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
|
|
.thumb {
|
|
width: 100%;
|
|
}
|
|
|
|
.info {
|
|
color: #8a8a8a;
|
|
padding: 0 10rpx;
|
|
text-align: left;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.foot {
|
|
display: flex;
|
|
color: #8a8a8a;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.read-content {
|
|
flex: 1;
|
|
}
|
|
|
|
.report {
|
|
/* flex: 1; */
|
|
min-width: 80rpx;
|
|
text-align: right;
|
|
}
|
|
|
|
.qrCode {
|
|
margin-top: 20rpx;
|
|
padding-bottom: 40rpx;
|
|
}
|
|
|
|
.qr {
|
|
height: 8rpx;
|
|
line-height: 80rpx;
|
|
font-size: 32rpx;
|
|
text-align: left;
|
|
padding: 0 28rpx;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.code-content {
|
|
text-align: center;
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
/* image {
|
|
width: 100% !important;
|
|
} */
|
|
|
|
.codeUrl {
|
|
width: 240rpx !important;
|
|
height: 240rpx;
|
|
overflow: hidden;
|
|
background: #f5f5f5;
|
|
margin: 20rpx auto;
|
|
}
|
|
|
|
/* 文章评论 */
|
|
.commentInput-slot-style {
|
|
height: 48rpx;
|
|
line-height: 64rpx;
|
|
text-align: left;
|
|
padding-left: 28rpx;
|
|
}
|
|
|
|
.commentInput-slot-style .selcolor {
|
|
color: #1c96fe;
|
|
}
|
|
|
|
.commentMore {
|
|
font-size: 25.92rpx;
|
|
color: #4d88df;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.comment {
|
|
background-color: #fff;
|
|
padding-bottom: 62.08rpx;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.comment .replyInp {
|
|
height: 100.16rpx;
|
|
background-color: #fff;
|
|
padding-left: 30.08rpx;
|
|
padding-right: 40.96rpx;
|
|
overflow: hidden;
|
|
display: flex;
|
|
align-items: center;
|
|
box-shadow: -0.32rpx 2.88rpx 29.12rpx 0rpx rgba(188, 188, 188, 0.57);
|
|
}
|
|
|
|
.comment .replyInp .userImg {
|
|
width: 70.08rpx;
|
|
height: 70.08rpx;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.comment .replyInp .userImg image {
|
|
width: 70.08rpx;
|
|
height: 70.08rpx;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.comment .replyInp .inpNav {
|
|
flex: 1;
|
|
height: 60.16rpx;
|
|
background: #f5f5f5;
|
|
border-radius: 30.08rpx;
|
|
padding-left: 31.04rpx;
|
|
margin-left: 21.12rpx;
|
|
}
|
|
|
|
.comment .replyInp .inpNav input {
|
|
width: 100%;
|
|
height: 100%;
|
|
outline: none;
|
|
border: none;
|
|
}
|
|
|
|
.comment .title {
|
|
font-size: 32rpx;
|
|
color: #202020;
|
|
text-align: left;
|
|
padding-top: 33.92rpx;
|
|
padding-left: 31.04rpx;
|
|
padding-bottom: 37.12rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.comment .commentList {
|
|
padding: 36.16rpx 30.08rpx;
|
|
}
|
|
|
|
.comment .commentList .firstComment .userTop {
|
|
display: flex;
|
|
}
|
|
|
|
.comment .commentList .firstComment .userTop .user {
|
|
flex: 1;
|
|
text-align: left;
|
|
height: 100%;
|
|
}
|
|
|
|
.comment .commentList .firstComment .userTop .user .userName {
|
|
font-size: 32rpx;
|
|
color: #2e2e2e;
|
|
}
|
|
|
|
.comment .commentList .firstComment .userTop .user .dateDay {
|
|
font-size: 20.16rpx;
|
|
color: #767676;
|
|
}
|
|
|
|
.comment .commentList .firstComment .userTop .user .contenBox {
|
|
margin-top: 28.16rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.comment .commentList .firstComment .userTop .user .contenBox .txt {
|
|
font-size: 30.08rpx;
|
|
color: #2e2e2e;
|
|
margin-bottom: 20.16rpx;
|
|
}
|
|
|
|
.comment .commentList .firstComment .userTop .user .contenBox .contenImg {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.comment .commentList .firstComment .userTop .user .contenBox .contenImg image {
|
|
width: 96rpx;
|
|
height: 96rpx;
|
|
background-color: #c1c1c1;
|
|
border-radius: 4.16rpx;
|
|
margin: 0;
|
|
}
|
|
|
|
.comment .commentList .firstComment .userTop .image {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
background-color: #b5b5b5;
|
|
border-radius: 50%;
|
|
margin-right: 20.16rpx;
|
|
}
|
|
|
|
.comment .commentList .firstComment .userTop .image image {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.comment .commentList .firstComment .userTop .reply {
|
|
font-size: 28.16rpx;
|
|
line-height: 40.64rpx;
|
|
letter-spacing: 0.64rpx;
|
|
color: #f15353;
|
|
}
|
|
|
|
.comment .commentList .firstComment .commentLis {
|
|
margin-top: 30.08rpx;
|
|
margin-left: 37.12rpx;
|
|
}
|
|
|
|
.comment .commentList .firstComment .commentLis .userTop {
|
|
display: flex;
|
|
}
|
|
|
|
.comment .commentList .firstComment .commentLis .userTop .user {
|
|
flex: 1;
|
|
text-align: left;
|
|
height: 100%;
|
|
}
|
|
|
|
.comment .commentList .firstComment .commentLis .userTop .user .userName {
|
|
font-size: 28.16rpx;
|
|
color: #2e2e2e;
|
|
}
|
|
|
|
.comment .commentList .firstComment .commentLis .userTop .user .dateDay {
|
|
font-size: 20.16rpx;
|
|
color: #767676;
|
|
}
|
|
|
|
.comment .commentList .firstComment .commentLis .userTop .user .contenBox {
|
|
margin-top: 28.16rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.comment .commentList .firstComment .commentLis .userTop .user .contenBox .txt {
|
|
font-size: 28.16rpx;
|
|
color: #2e2e2e;
|
|
margin-bottom: 20.16rpx;
|
|
display: flex;
|
|
}
|
|
|
|
.comment .commentList .firstComment .commentLis .userTop .user .contenBox .contenImg {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.comment .commentList .firstComment .commentLis .userTop .user .contenBox .contenImg image {
|
|
width: 96rpx;
|
|
height: 96rpx;
|
|
background-color: #c1c1c1;
|
|
border-radius: 4.16rpx;
|
|
margin: 0;
|
|
}
|
|
|
|
.comment .commentList .firstComment .commentLis .userTop .image {
|
|
width: 60.16rpx;
|
|
height: 60.16rpx;
|
|
background-color: #b5b5b5;
|
|
border-radius: 50%;
|
|
margin-right: 20.16rpx;
|
|
}
|
|
|
|
.comment .commentList .firstComment .commentLis .userTop .image image {
|
|
width: 60.16rpx;
|
|
height: 60.16rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.comment .commentList .firstComment .commentLis .userTop .reply {
|
|
font-size: 22.08rpx;
|
|
line-height: 40.64rpx;
|
|
letter-spacing: 0.64rpx;
|
|
color: #f15353;
|
|
}
|
|
|
|
.replyMainComment {
|
|
display: flex;
|
|
align-items: center;
|
|
padding-top: 25.6rpx;
|
|
|
|
/* padding-bottom: 25.6rpx; */
|
|
padding-left: 32rpx;
|
|
}
|
|
|
|
.replyMainComment .left {
|
|
width: 580.16rpx;
|
|
background-color: #f5f5f5;
|
|
border-radius: 30.08rpx;
|
|
}
|
|
|
|
.replyMainComment .left textarea {
|
|
border: none;
|
|
width: 100%;
|
|
line-height: 18px;
|
|
padding: 0 28rpx;
|
|
margin: 18rpx 0;
|
|
text-align: left;
|
|
box-sizing: border-box;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.replyMainComment .replyMainComment-img {
|
|
margin: 0 18rpx 18rpx;
|
|
}
|
|
|
|
.replyMainComment .replyMainComment-img .comment-img-child,
|
|
.replyMainComment .replyMainComment-img .comment-img-child image {
|
|
width: 80rpx;
|
|
}
|
|
|
|
.replyMainComment .right {
|
|
width: 96rpx;
|
|
height: 60.16rpx;
|
|
font-size: 30.08rpx;
|
|
line-height: 60.16rpx;
|
|
color: #333;
|
|
text-align: center;
|
|
}
|
|
|
|
.replyMainComment .replyMainComment-img {
|
|
margin: 0 18rpx 18rpx;
|
|
}
|
|
|
|
.comment-img {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.comment-img-child .icon-guanbi {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
font-size: 10px;
|
|
display: flex;
|
|
height: 15px;
|
|
border-top-left-radius: 15px;
|
|
border-bottom-left-radius: 15px;
|
|
width: 15px;
|
|
color: #fff;
|
|
background-color: rgba(0, 0, 0, 1);
|
|
overflow: hidden;
|
|
}
|
|
|
|
.comment-img .comment-img-child {
|
|
margin-right: 16rpx;
|
|
margin-top: 16rpx;
|
|
background: #fbfbfb;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
|
|
.comment-img .comment-img-child image {
|
|
object-fit: contain;
|
|
width: 96rpx;
|
|
height: 96rpx;
|
|
margin: 0;
|
|
display: block;
|
|
}
|
|
|
|
.comment-img .comment-img-child .icon-guanbi {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
font-size: 10px;
|
|
display: flex;
|
|
height: 15px;
|
|
border-top-left-radius: 15px;
|
|
border-bottom-left-radius: 15px;
|
|
width: 15px;
|
|
color: #fff;
|
|
background-color: rgba(0, 0, 0, 1);
|
|
overflow: hidden;
|
|
}
|
|
|
|
/* 回复弹窗 */
|
|
.replyComment {
|
|
padding: 32rpx 0 0 0;
|
|
}
|
|
|
|
.replyComment .top {
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
.replyComment .top .left {
|
|
font-size: 28.16rpx;
|
|
line-height: 36.16rpx;
|
|
color: #333;
|
|
text-align: left;
|
|
padding-left: 32rpx;
|
|
}
|
|
|
|
.replyComment .top .left .selcolor {
|
|
color: #1c96fe;
|
|
}
|
|
|
|
.replyComment .bottom {
|
|
height: 256rpx;
|
|
background-color: #f5f5f5;
|
|
border-radius: 30.08rpx;
|
|
position: relative;
|
|
padding: 16rpx;
|
|
}
|
|
|
|
.replyComment .bottom textarea {
|
|
height: 192rpx;
|
|
width: 100%;
|
|
overflow: auto;
|
|
background-color: #f5f5f5;
|
|
border: none;
|
|
text-align: left;
|
|
}
|
|
|
|
.replyComment .bottom .replysubmit {
|
|
position: absolute;
|
|
bottom: 16rpx;
|
|
right: 32rpx;
|
|
width: 81.92rpx;
|
|
height: 32rpx;
|
|
line-height: 32rpx;
|
|
font-size: 28.16rpx;
|
|
}
|
|
|
|
.firstComment {
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.operate-boxs .operate-btn {
|
|
margin-left: 36rpx;
|
|
}
|
|
|
|
.operate-boxs .operate-btn icon {
|
|
font-size: 20px;
|
|
}
|