Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Plain Diff
Browse Files
Authored by
姜枫
8 years ago
Commit
ccbc9f3a0d3d1799dc42742e46e69d90b0334692
2 parents
571161c2
5ca9aca0
Merge branch 'feature/font-size'
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
19 additions
and
11 deletions
public/scss/channel/_banner-center.css
public/scss/channel/_divide-image.css
public/scss/channel/_floor-header.css
public/scss/channel/_icons-enter.css
public/scss/common/_good.css
public/scss/layout/_footer.css
public/scss/channel/_banner-center.css
View file @
ccbc9f3
...
...
@@ -46,29 +46,29 @@
}
.banner-list
{
height
:
200px
;
height
:
100
PX
;
}
.banner-center-swiper
{
background
:
#fff
;
width
:
100%
;
height
:
200px
;
height
:
100
PX
;
overflow
:
hidden
;
.banner-list
{
height
:
200px
;
height
:
100
PX
;
li
{
float
:
left
;
width
:
100%
;
height
:
200px
;
height
:
100
PX
;
a
{
position
:
relative
;
display
:
block
;
width
:
100%
;
height
:
100%
;
line-height
:
200px
;
line-height
:
100
PX
;
font-size
:
0
;
}
...
...
public/scss/channel/_divide-image.css
View file @
ccbc9f3
.divide-image
{
height
:
26px
;
height
:
14
PX
;
width
:
100%
;
background-size
:
100%
100%
;
}
\ No newline at end of file
}
...
...
public/scss/channel/_floor-header.css
View file @
ccbc9f3
...
...
@@ -19,6 +19,11 @@
font-size
:
32px
;
color
:
#444
;
h2
{
font-size
:
15
PX
;
color
:
#000
;
}
.more-btn
{
position
:
absolute
;
right
:
30px
;
...
...
public/scss/channel/_icons-enter.css
View file @
ccbc9f3
.icons-wrapper
{
box-sizing
:
border-box
;
padding
:
30px
0
16px
;
padding
:
15
PX
0
2
PX
;
background
:
#fff
;
background-size
:
100%
100%
;
border-bottom
:
1px
solid
#e0e0e0
;
...
...
@@ -39,7 +39,7 @@
.linkbar
{
display
:
block
;
line-height
:
44px
;
line-height
:
22
PX
;
font-size
:
12
PX
;
color
:
#444
;
transform
:
scale
(
0.9
);
...
...
public/scss/common/_good.css
View file @
ccbc9f3
...
...
@@ -145,6 +145,7 @@
.good-detail-text
{
.name
a
{
transform
:
scale
(
0.9
);
margin
:
15px
0
10px
;
min-height
:
50px
;
color
:
#444
;
...
...
@@ -162,6 +163,7 @@
font-size
:
12
PX
;
line-height
:
22px
;
white-space
:
nowrap
;
transform
:
scale
(
0.9
);
.sale-price
{
color
:
#d62927
;
...
...
public/scss/layout/_footer.css
View file @
ccbc9f3
...
...
@@ -95,12 +95,13 @@
}
.copyright
{
height
:
120px
;
height
:
60
PX
;
border-top
:
1px
solid
#ccc
;
background-color
:
#eee
;
color
:
#666
;
text-align
:
center
;
line-height
:
120px
;
line-height
:
60
PX
;
font-size
:
12
PX
;
}
&
.bottom
{
...
...
Please
register
or
login
to post a comment