Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王水玲
8 years ago
Commit
3c79d5ea9972024eb1be9839e08480daadaa5f54
1 parent
ce0dc822
blk mac样式显示问题修改
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
public/scss/channel/_editorial.css
public/scss/help/_detail.css
public/scss/product/_item.css
public/scss/channel/_editorial.css
View file @
3c79d5e
...
...
@@ -33,13 +33,14 @@
width
:
100%
;
height
:
70px
;
position
:
absolute
;
bottom
:
0
;
bottom
:
-1px
;
background
:
resolve
(
"channel/jb-bg.png"
)
repeat-x
;
color
:
#fff
;
font-size
:
14px
;
line-height
:
70px
;
padding
:
0
$
space
;
border
:
0
!important
;
background-position-y
:
-1px
;
div
{
line-height
:
1.6
;
...
...
public/scss/help/_detail.css
View file @
3c79d5e
...
...
@@ -214,14 +214,14 @@
.
title
:
before
{
content
:
"\e6e4"
;
position
:
absolute
;
left
:
0
;
left
:
1px
;
font-size
:
18px
;
}
.cont
:before
{
content
:
"\e6e5"
;
position
:
absolute
;
left
:
0
;
left
:
1px
;
font-size
:
18px
;
}
}
...
...
public/scss/product/_item.css
View file @
3c79d5e
...
...
@@ -599,6 +599,6 @@
}
.min-height
{
height
:
250
px
;
height
:
396
px
;
}
}
...
...
Please
register
or
login
to post a comment