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
13b9d30204ad3ee8a641d2cf9ace734d3805f94d
1 parent
fa703674
促销活动,超过一行显示“...”
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
static/sass/product/_detail.scss
static/sass/product/_detail.scss
View file @
13b9d30
...
...
@@ -350,12 +350,18 @@ $basicBtnC:#eb0313;
background-color
:
#fff
;
border-bottom
:
1px
solid
$borderC
;
h1
{
padding
:
pxToRem
(
30px
)
pxToRem
(
28px
);
position
:
relative
;
padding
:
pxToRem
(
30px
)
pxToRem
(
60px
)
pxToRem
(
30px
)
pxToRem
(
28px
);
line-height
:
pxToRem
(
36px
);
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
// line-height: pxToRem(88px);
}
.iconfont
{
display
:
inline-block
;
position
:
absolute
;
top
:
pxToRem
(
30px
);
right
:
pxToRem
(
36px
);
width
:
pxToRem
(
35px
);
font-size
:
pxToRem
(
45px
);
float
:
right
;
...
...
Please
register
or
login
to post a comment