Commit 2ccf144b authored by sujie@126.com's avatar sujie@126.com

dd

parent 420ed414
......@@ -406,23 +406,28 @@ page{
}
.detail-comment-content .response-item .response-detail{
display: flex;
align-items: center;
padding-left: 80rpx;
line-height: 30rpx;
}
.response-detail .response-title{
font-size:22rpx;
font-family:PingFang SC;
font-weight:400;
color:rgba(99,99,99,1);
min-width: 50rpx;
/* padding-right: 7rpx; */
min-width: 50rpx
}
.response-detail .nickname{
font-size:22rpx;
font-family:PingFang SC;
font-weight:bold;
color:rgba(108,122,151,1);
max-width: 80rpx;
max-width: 160rpx;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-left: 10rpx;
}
.response-detail .response-text{
font-size:22rpx;
......@@ -432,6 +437,9 @@ page{
flex: 1;
word-break: break-all;
}
.response-detail .maohao{
padding-right: 10rpx;
}
/* 老师标志 */
.teacher-tag{
width: 53rpx;
......
......@@ -313,9 +313,9 @@
}
.detail-comment-content .response-item .response-detail{
display: flex;
align-items: center;
padding-left: 80rpx;
line-height: 30rpx;
}
.response-detail .response-title{
font-size:22rpx;
......@@ -330,7 +330,11 @@
font-family:PingFang SC;
font-weight:bold;
color:rgba(108,122,151,1);
min-width: 80rpx;
max-width: 160rpx;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-left: 10rpx;
}
.response-detail .response-text{
font-size:22rpx;
......@@ -340,6 +344,9 @@
flex: 1;
word-break: break-all;
}
.response-detail .maohao{
padding-right: 10rpx;
}
/* 老师标志 */
.teacher-tag{
width: 53rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment