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
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
abca2bd8c3e4d06ff3c6a03d7959fd5878dc52a1
2 parents
a327a069
fc8b583d
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
130 additions
and
161 deletions
template/www.yohobuy.com/partials/layout/header.phtml
web-static/js/common.js
web-static/sass/_footer.scss
web-static/sass/index.scss
web-static/sass/product/_filter-box.scss
web-static/sass/product/_index.scss
web-static/sass/product/_latest-walk.scss
web-static/sass/product/_list.scss
web-static/sass/product/_new-sale.scss
web-static/sass/product/_search.scss
template/www.yohobuy.com/partials/layout/header.phtml
View file @
abca2bd
...
...
@@ -11,39 +11,15 @@
<title>
{{title}}
</title>
{{#if rlsEnv}}
<link
rel=
"stylesheet"
href=
"http://cdn.yoho.cn/yohobuy/{{version}}/index.css"
>
<!--[if lt IE 9]>
<script src="http://cdn.yoho.cn/yohobuy/respond/respond.min.js"></script>
<link href="http://cdn.yoho.cn/yohobuy/respond/respond-proxy.html" id="respond-proxy" rel="respond-proxy" />
<script src="http://cdn.yoho.cn/yohobuy/respond/respond.proxy.js"></script>
<link href="http://cdn.yoho.cn/yohobuy/respond/respond.proxy.gif" id="respond-redirect" rel="respond-redirect" />
<![endif]-->
{{/if}}
{{#if preEnv}}
<link
rel=
"stylesheet"
href=
"http://cdn.yoho.cn/yohobuy/{{version}}/index.css"
>
<!--[if lt IE 9]>
<script src="http://cdn.yoho.cn/yohobuy/respond/respond.min.js"></script>
<link href="http://cdn.yoho.cn/yohobuy/respond/respond-proxy.html" id="respond-proxy" rel="respond-proxy" />
<script src="http://cdn.yoho.cn/yohobuy/respond/respond.proxy.js"></script>
<link href="http://cdn.yoho.cn/yohobuy/respond/respond.proxy.gif" id="respond-redirect" rel="respond-redirect" />
<![endif]-->
{{/if}}
{{#if testEnv}}
<link
rel=
"stylesheet"
href=
"http://static.buy.test.yoho.cn/dist/yohobuy/{{version}}/index.css"
>
<!--[if lt IE 9]>
<script src="http://static.buy.test.yoho.cn/dist/yohobuy/respond/respond.min.js"></script>
<link href="http://static.buy.test.yoho.cn/dist/yohobuy/respond/respond-proxy.html" id="respond-proxy" rel="respond-proxy" />
<script src="http://static.buy.test.yoho.cn/dist/yohobuy/respond/respond.proxy.js"></script>
<link href="http://static.buy.test.yoho.cn/dist/yohobuy/respond/respond.proxy.gif" id="respond-redirect" rel="respond-redirect" />
<![endif]-->
{{/if}}
{{#if devEnv}}
<link
rel=
"stylesheet"
href=
"http://webstatic.dev.yohobuy.com/css/index.css"
>
<!--[if lt IE 9]>
<script src="http://webstatic.dev.yohobuy.com/plugin/page/respond/respond.min.js"></script>
<link href="http://webstatic.dev.yohobuy.com/plugin/page/respond/respond-proxy.html" id="respond-proxy" rel="respond-proxy" />
<script src="http://webstatic.dev.yohobuy.com/plugin/page/respond/respond.proxy.js"></script>
<link href="http://webstatic.dev.yohobuy.com/plugin/page/respond/respond.proxy.gif" id="respond-redirect" rel="respond-redirect" />
<![endif]-->
{{/if}}
</head>
<body>
...
...
web-static/js/common.js
View file @
abca2bd
...
...
@@ -5,9 +5,9 @@
*/
var
$
=
require
(
'yoho.jquery'
);
require
(
'./footer'
);
var
$body
=
$
(
'body'
);
require
(
'./footer'
);
function
cookie
(
name
)
{
...
...
@@ -96,20 +96,20 @@ function getShoppingKey() {
}
//YAS统计代码
//(function(w, d, s, j, f) {
// var a = d.createElement(s);
// var m = d.getElementsByTagName(s)[0];
//
// w.YohoAcquisitionObject = f;
//
// w[f] = function() {
// w[f].p = arguments;
// };
//
// a.async = 1;
// a.src = j;
// m.parentNode.insertBefore(a, m);
//})(window, document, 'script', 'http://cdn.yoho.cn/yas-jssdk/1.0.14/yas.js', '_yas');
(
function
(
w
,
d
,
s
,
j
,
f
)
{
var
a
=
d
.
createElement
(
s
);
var
m
=
d
.
getElementsByTagName
(
s
)[
0
];
w
.
YohoAcquisitionObject
=
f
;
w
[
f
]
=
function
()
{
w
[
f
].
p
=
arguments
;
};
a
.
async
=
1
;
a
.
src
=
j
;
m
.
parentNode
.
insertBefore
(
a
,
m
);
})(
window
,
document
,
'script'
,
'http://cdn.yoho.cn/yas-jssdk/1.0.14/yas.js'
,
'_yas'
);
(
function
()
{
var
uid
=
getUid
();
...
...
@@ -123,6 +123,25 @@ function getShoppingKey() {
}
}());
//window.resize在width<1180时适配成990
$
(
window
).
on
(
'resize'
,
function
()
{
var
w
=
$
(
this
).
width
();
//return top
if
(
w
<
1360
)
{
$
(
'.return-top'
).
addClass
(
'min'
);
}
else
{
$
(
'.return-top'
).
removeClass
(
'min'
);
}
//body
if
(
w
<
1180
)
{
$body
.
addClass
(
'min-screen'
);
}
else
{
$body
.
removeClass
(
'min-screen'
);
}
}).
trigger
(
'resize'
);
window
.
cookie
=
cookie
;
window
.
setCookie
=
setCookie
;
...
...
@@ -132,9 +151,3 @@ window.getUser = getUser;
window
.
getUid
=
getUid
;
window
.
getShoppingKey
=
getShoppingKey
;
if
(
$
(
'.simple-header'
).
hasClass
(
'simple-header'
)){
require
(
'./simple-header'
);
}
else
{
require
(
'./header'
);
}
...
...
web-static/sass/_footer.scss
View file @
abca2bd
...
...
@@ -355,51 +355,46 @@
}
}
@media
(
max-width
:
1360px
)
{
.yoho-footer
.return-top
{
left
:
100%
;
right
:
20px
;
margin-left
:
auto
;
}
.yoho-footer
.return-top.min
{
left
:
100%
;
right
:
20px
;
margin-left
:
auto
;
}
@media
(
max-width
:
1180px
)
{
.yoho-footer
{
.index-foot
dd
{
width
:
316px
;
.two-dim
{
margin-top
:
26px
;
margin-bottom
:
10px
;
overflow
:
hidden
;
}
.min-screen
.yoho-footer
{
.index-foot
dd
{
width
:
316px
;
.dim-img
{
width
:
69px
;
height
:
69px
;
}
.two-dim
{
margin-top
:
26px
;
margin-bottom
:
10px
;
overflow
:
hidden
;
}
.mobile
img
{
width
:
85px
;
height
:
108px
;
}
.dim-img
{
width
:
69px
;
height
:
69px
;
}
.promise
.left
{
margin-right
:
45px
;
.mobile
img
{
width
:
85px
;
height
:
108px
;
}
}
.subscribe
{
width
:
200px
;
.promise
.left
{
margin-right
:
45px
;
}
input
{
width
:
140px
;
}
}
.subscribe
{
width
:
200px
;
.footer-help
li
{
width
:
150px
;
input
{
width
:
140px
;
}
}
.footer-help
li
{
width
:
150px
;
}
}
\ No newline at end of file
...
...
web-static/sass/index.scss
View file @
abca2bd
...
...
@@ -80,10 +80,8 @@ input,textarea {
margin-right
:
auto
;
}
@media
(
max-width
:
1180px
)
{
.center-content
{
width
:
990px
;
}
.min-screen
.center-content
{
width
:
990px
;
}
@import
"home/index"
,
"product/index"
,
"guang/index"
,
"passport/index"
,
"error"
,
"order/index"
,
"sale/index"
;
...
...
web-static/sass/product/_filter-box.scss
View file @
abca2bd
...
...
@@ -387,8 +387,6 @@
}
}
@media
(
max-width
:
1180px
)
{
.filter-box
.brand
.attr
{
width
:
25%
;
}
.min-screen
.filter-box
.brand
.attr
{
width
:
25%
;
}
...
...
web-static/sass/product/_index.scss
View file @
abca2bd
...
...
@@ -51,36 +51,33 @@
}
/*990px*/
@media
(
max-width
:
1180px
)
{
.min-screen
.product-list-page
,
.new-sale-page
{
.product-list-page
,
.new-sale-page
{
.list-right
{
width
:
810px
;
}
.goods-container
{
height
:
auto
;
padding-top
:
25px
;
position
:
relative
;
width
:
810px
+
10px
;
//每列增加右边距
.list-right
{
width
:
810px
;
}
.good-info
{
width
:
195px
;
.goods-container
{
height
:
auto
;
padding-top
:
25px
;
position
:
relative
;
width
:
810px
+
10px
;
//每列增加右边距
.good-detail-img
{
height
:
261px
;
}
}
.good-info
{
width
:
195px
;
.block-next-page
{
width
:
195px
;
.good-detail-img
{
height
:
261px
;
}
}
.filter-box
.brand
.attr-content
{
max-width
:
570px
;
.block-next-page
{
width
:
195px
;
height
:
261px
;
}
}
.filter-box
.brand
.attr-content
{
max-width
:
570px
;
}
}
\ No newline at end of file
...
...
web-static/sass/product/_latest-walk.scss
View file @
abca2bd
...
...
@@ -56,20 +56,18 @@
}
}
@media
(
max-width
:
1180px
)
{
.latest-walk
{
.goods
{
width
:
820px
;
height
:
301px
;
}
.min-screen
.latest-walk
{
.goods
{
width
:
820px
;
height
:
301px
;
}
.good
{
margin-right
:
10px
;
}
.good
{
margin-right
:
10px
;
}
img
{
width
:
195px
;
height
:
261px
;
}
img
{
width
:
195px
;
height
:
261px
;
}
}
...
...
web-static/sass/product/_list.scss
View file @
abca2bd
...
...
@@ -212,21 +212,19 @@
}
}
@media
(
max-width
:
1180px
)
{
.product-list-page
.sort-intro
{
.texts
{
width
:
346px
;
height
:
248px
;
padding
:
0
30px
;
}
.min-screen
.product-list-page
.sort-intro
{
.texts
{
width
:
346px
;
height
:
248px
;
padding
:
0
30px
;
}
.name
{
margin-top
:
30px
;
}
.name
{
margin-top
:
30px
;
}
.img
{
width
:
400px
;
height
:
250px
;
}
.img
{
width
:
400px
;
height
:
250px
;
}
}
...
...
web-static/sass/product/_new-sale.scss
View file @
abca2bd
...
...
@@ -190,8 +190,6 @@
}
}
@media
(
max-width
:
1180px
)
{
.new-sale-page
.new-brands
.brands-wrap
{
width
:
730px
;
}
.min-screen
.new-sale-page
.new-brands
.brands-wrap
{
width
:
730px
;
}
\ No newline at end of file
...
...
web-static/sass/product/_search.scss
View file @
abca2bd
...
...
@@ -19,30 +19,28 @@
/*990px*/
@media
(
max-width
:
1180px
)
{
.product-search-page
{
.goods-container
{
height
:
auto
;
padding-top
:
25px
;
position
:
relative
;
width
:
990px
+
10px
;
//每列增加右边距
.good-info
{
width
:
190px
;
.good-detail-img
{
height
:
255px
;
}
}
.min-screen
.product-search-page
{
.goods-container
{
height
:
auto
;
padding-top
:
25px
;
position
:
relative
;
width
:
990px
+
10px
;
//每列增加右边距
.block-next-page
{
width
:
190px
;
.good-info
{
width
:
190px
;
.good-detail-img
{
height
:
255px
;
}
}
.filter-box
.brand
.attr-content
{
max-width
:
750px
;
.block-next-page
{
width
:
190px
;
height
:
255px
;
}
}
.filter-box
.brand
.attr-content
{
max-width
:
750px
;
}
}
...
...
Please
register
or
login
to post a comment