Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
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
Plain Diff
Browse Files
Authored by
ccbikai
9 years ago
Commit
f00009ba8ac4e606c0173bd11daf1796278178e8
2 parents
d88524e4
fff57cc7
Merge branch 'bugfix' into develop
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
23 additions
and
15 deletions
static/sass/guang/_detail.scss
static/sass/guang/_info-list.scss
static/sass/home/_home-header.scss
static/sass/home/_hot-brands.scss
static/sass/home/_side-nav.scss
static/sass/layout/_header.scss
static/sass/product/_new-arrival.scss
yohobuy/m.yohobuy.com/application/models/Index/Side.php
static/sass/guang/_detail.scss
View file @
f00009b
...
...
@@ -24,6 +24,10 @@ $clothes: sprite-map("guang/clothes/*.png");
}
.guang-detail-page
{
#wrapper
{
background
:
#f0f0f0
;
}
#wrapper
.ios
{
position
:
absolute
;
top
:
0
;
...
...
static/sass/guang/_info-list.scss
View file @
f00009b
...
...
@@ -73,6 +73,7 @@
.info-list-container
{
overflow-x
:
hidden
;
background
:
#f0f0f0
;
}
.info-list.hide
{
...
...
static/sass/home/_home-header.scss
View file @
f00009b
...
...
@@ -29,8 +29,8 @@
}
} */
.home-header
{
height
:
88rem
/
$pxConvertRem
;
line-height
:
88rem
/
$pxConvertRem
;
height
:
90rem
/
$pxConvertRem
;
line-height
:
90rem
/
$pxConvertRem
;
@include
background-image
(
linear-gradient
(
#323232
,
#414141
));
position
:
relative
;
.iconfont
{
...
...
static/sass/home/_hot-brands.scss
View file @
f00009b
...
...
@@ -14,16 +14,18 @@
border-right
:
1px
solid
#e0e0e0
;
border-top
:
1px
solid
#e0e0e0
;
overflow
:
hidden
;
background
:
#fff
;
.brand-logo
{
width
:
100%
;
display
:
table-cell
;
width
:
3
.95rem
;
height
:
128rem
/
$pxConvertRem
;
line-height
:
128rem
/
$pxConvertRem
;
text-align
:
center
;
font-size
:
0
;
vertical-align
:
middle
;
img
{
vertical-align
:
middle
;
max-width
:
100%
;
max-height
:
100%
;
}
...
...
@@ -52,7 +54,8 @@
width
:
317rem
/
$pxConvertRem
;
height
:
174rem
/
$pxConvertRem
;
border-top
:
1px
solid
#e0e0e0
;
background
:
#fff
;
a
{
display
:
block
;
width
:
100%
;
...
...
@@ -68,7 +71,7 @@
background
:
#fff
;
width
:
100%
;
height
:
140rem
/
$pxConvertRem
;
margin-bottom
:
28rem
/
$pxConvertRem
;
//
margin-bottom: 28rem / $pxConvertRem;
border-top
:
1px
solid
#e0e0e0
;
overflow
:
hidden
;
...
...
static/sass/home/_side-nav.scss
View file @
f00009b
...
...
@@ -30,11 +30,11 @@
.nav-icon
,
.nav-img
{
position
:
absolute
;
width
:
60rem
/
$pxConvertRem
;
height
:
60rem
/
$pxConvertRem
;
width
:
48rem
/
$pxConvertRem
;
height
:
48rem
/
$pxConvertRem
;
top
:
50%
;
margin-top
:
-30rem
/
$pxConvertRem
;
left
:
24rem
/
$pxConvertRem
;
margin-top
:
-24rem
/
$pxConvertRem
;
left
:
30rem
/
$pxConvertRem
;
}
.enter-subnav
{
...
...
static/sass/layout/_header.scss
View file @
f00009b
...
...
@@ -4,8 +4,8 @@
color
:
#fff
;
width
:
100%
;
overflow
:
hidden
;
height
:
88rem
/
$pxConvertRem
;
line-height
:
88rem
/
$pxConvertRem
;
height
:
90rem
/
$pxConvertRem
;
line-height
:
90rem
/
$pxConvertRem
;
&
.boys
{
@include
background-image
(
linear-gradient
(
#323232
,
#414141
));
...
...
static/sass/product/_new-arrival.scss
View file @
f00009b
...
...
@@ -3,7 +3,7 @@
.swiper-container
{
width
:
100%
;
height
:
2
4
0rem
/
$pxConvertRem
;
height
:
2
0
0rem
/
$pxConvertRem
;
img
{
height
:
100%
;
...
...
@@ -23,7 +23,7 @@
.banner-top-single
{
width
:
100%
;
height
:
2
4
0rem
/
$pxConvertRem
;
height
:
2
0
0rem
/
$pxConvertRem
;
img
{
display
:
block
;
height
:
100%
;
...
...
yohobuy/m.yohobuy.com/application/models/Index/Side.php
View file @
f00009b
...
...
@@ -48,7 +48,7 @@ class SideModel
$result
[
$key
][
'textEn'
]
=
$value
[
'sort_name_en'
];
$result
[
$key
][
'styleClass'
]
=
strtolower
(
$value
[
'sort_name_en'
]);
$result
[
$key
][
'url'
]
=
Helpers
::
getFilterUrl
(
$value
[
'sort_url'
]);
$result
[
$key
][
'img'
]
=
Helpers
::
getImageUrl
(
$value
[
'sort_ico'
],
60
,
60
);
$result
[
$key
][
'img'
]
=
Helpers
::
getImageUrl
(
$value
[
'sort_ico'
],
60
,
60
,
1
);
}
}
...
...
Please
register
or
login
to post a comment