Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
9 years ago
Commit
08beb4d3f652976df7ef277e2a709b78026049d1
1 parent
139f4baa
多行文字只显示两行,多余文字显示成...
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
static/sass/me/_order.scss
static/sass/me/_order.scss
View file @
08beb4d
...
...
@@ -185,6 +185,12 @@
.name
{
font-size
:
28rem
/
$pxConvertRem
;
max-width
:
70%
;
text-overflow
:
-
o-ellipsis-lastline
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
display
:
-
webkit-box
;
-webkit-line-clamp
:
2
;
-webkit-box-orient
:
vertical
;
}
.row
:nth-child
(
2
)
{
...
...
Please
register
or
login
to post a comment