Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxuelai
wechatapp.shangjiadao.com
Commits
2ccf144b
Commit
2ccf144b
authored
Nov 04, 2019
by
sujie@126.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
420ed414
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
5 deletions
+20
-5
reviewdetail.wxss
business/pages/classservice/reviewdetail.wxss
+11
-3
reviewdetail.wxss
src/pages/papersquare/reviewdetail.wxss
+9
-2
No files found.
business/pages/classservice/reviewdetail.wxss
View file @
2ccf144b
...
...
@@ -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;
...
...
src/pages/papersquare/reviewdetail.wxss
View file @
2ccf144b
...
...
@@ -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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment