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
dbb38126f64a83da5c9b41d3852430cf68582655
1 parent
33368b7f
'商品名称三行'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
static/sass/_good.css
static/sass/_good.css
View file @
dbb3812
...
...
@@ -95,13 +95,17 @@
.good-detail-text
{
.name
a
{
display
:
block
;
margin
:
15px
0
10px
;
min-height
:
50px
;
color
:
#444
;
font-size
:
22px
;
line-height
:
30px
;
padding
:
5px
0
;
/* 商品标题限制行数的bug修复 增加元素的clientHeight */
display
:
-webkit-box
;
overflow
:
hidden
;
word-break
:
break-all
;
-webkit-box-orient
:
vertical
;
-webkit-line-clamp
:
2
}
.price
{
line-height
:
22px
;
...
...
Please
register
or
login
to post a comment