Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张泽世
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to dashboard
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
ccbikai
2016-07-05 16:10:27 +0800
Commit
6fb5c184657d5fb91d907cdbc84d8d53ca0d2db7
1 parent
be3d37ca
SALE 页面样式优化
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
35 deletions
doraemon/views/partial/resources/thumb-row.hbs
public/scss/channel/_banner-top.css
public/scss/channel/_thumb-row.css
public/scss/outlet/_left-right.css
public/scss/product/sale/_goods-list.css
public/scss/product/sale/_sale.css
doraemon/views/partial/resources/thumb-row.hbs
View file @
6fb5c18
<div
id
=
"thumb-row"
>
<div
class
=
"thumb-row"
>
{{#
data
}}
<a
href=
"
{{
url
}}
"
>
<div
class=
"thumb-row-box"
style=
"background-image:url(
{{
image
src
275
160
}}
)"
></div>
...
...
public/scss/channel/_banner-top.css
View file @
6fb5c18
...
...
@@ -32,12 +32,12 @@
.banner-swiper
{
position
:
relative
;
height
:
310.303px
;
max-
height
:
310.303px
;
overflow
:
hidden
;
ul
{
position
:
relative
;
height
:
310.303px
;
max-
height
:
310.303px
;
li
{
float
:
left
;
...
...
public/scss/channel/_thumb-row.css
View file @
6fb5c18
#
thumb-row
{
.
thumb-row
{
background-color
:
#f0f0f0
;
text-align
:
center
;
padding
:
32px
0
0
;
...
...
public/scss/outlet/_left-right.css
View file @
6fb5c18
.outlet-page
{
#
thumb-row
{
.
thumb-row
{
.thumb-row-box
{
height
:
132px
;
border-radius
:
0
;
...
...
public/scss/product/sale/_goods-list.css
View file @
6fb5c18
.goods-page
{
.banner-swiper
{
height
:
200px
;
max-height
:
200px
;
ul
{
height
:
200px
;
max-height
:
200px
;
}
}
.list-nav
{
border-top
:
1px
solid
#e6e6e6
;
border-bottom
:
1px
solid
#e6e6e6
;
...
...
public/scss/product/sale/_sale.css
View file @
6fb5c18
...
...
@@ -55,26 +55,9 @@
overflow
:
hidden
;
background-color
:
#f0f0f0
;
#thumb-row
{
overflow
:
hidden
;
padding-left
:
30px
;
height
:
auto
;
background
:
#fff
;
text-align
:
left
;
a
{
float
:
left
;
margin-right
:
30px
;
width
:
275px
;
height
:
130px
;
}
.thumb-row-box
{
margin
:
0
auto
;
width
:
100%
;
height
:
100%
;
border-radius
:
20px
;
}
.thumb-row
{
padding-top
:
10px
;
padding-bottom
:
0
;
}
.list-nav
,
...
...
Please
register
or
login
to post a comment