Authored by 郭成尧

Merge branch 'feature/sale' of http://git.dev.yoho.cn/web/yohobuy-node into feature/sale

 the commit.
... ... @@ -229,7 +229,7 @@
}
.icon-hamburger {
background: resolve('layout/hamburger.png') no-repeat;
background: url('/layout/hamburger.png') no-repeat;
width: 16px;
height: 12px;
display: inline-block;
... ... @@ -237,35 +237,35 @@
}
.icon-bottomarrow {
background: resolve('layout/bottom-arrow.png') no-repeat;
background: url('/layout/bottom-arrow.png') no-repeat;
width: 10px;
height: 5px;
margin-top: -2px;
}
.icon-papers {
background: resolve('layout/paper.png') no-repeat;
background: url('/layout/paper.png') no-repeat;
width: 10px;
height: 14px;
margin-top: -2px;
}
.icon-heart {
background: resolve('layout/heart.png') no-repeat;
background: url('/layout/heart.png') no-repeat;
width: 12px;
height: 11px;
margin-top: -2px;
}
.icon-mail {
background: resolve('layout/mail.png') no-repeat;
background: url('/layout/mail.png') no-repeat;
width: 16px;
height: 10px;
margin-top: -2px;
}
.icon-phone {
background: resolve('layout/iphone.png') no-repeat;
background: url('/layout/iphone.png') no-repeat;
width: 8px;
height: 14px;
margin-top: -2px;
... ... @@ -304,6 +304,16 @@
}
}
.outlets-logo {
background: resolve('layout/outlets.png') no-repeat center center;
width: 200px;
height: 34px;
left: 42%;
margin-top: 28px;
position: absolute;
display: none;
}
.main-logo {
background: resolve('layout/logo-en.png') no-repeat center center;
width: 182px;
... ... @@ -328,6 +338,7 @@
width: 378px;
padding-right: 18px;
margin-top: 45px;
margin-bottom: 12px;
}
.search-2016 {
... ... @@ -533,14 +544,12 @@
position: relative;
.sub-nav-list {
float: left;
li {
float: left;
line-height: 40px;
padding-right: 46px;
box-sizing: border-box;
margin-right: 38px;
display: inline-block;
}
.newlogo {
... ... @@ -700,6 +709,49 @@
}
}
.yoho-header.outlets {
.head-wrapper {
background: #3a3a3a;
}
.nav-wrapper {
background: #e6e6e6;
}
.main-logo,
.main-nav-list,
.search-2016 {
display: none;
}
.outlets-logo {
display: block;
}
.go-cart .iconfont {
color: #fff;
}
.sub-nav-list {
padding-left: 15%;
a {
color: #222;
}
li {
padding: 0;
margin: 0;
width: 14%;
text-align: center;
}
li:hover a {
border-color: #555;
}
}
}
.min-screen {
.head-wrapper .main-nav-list > li {
padding: 8px 14px 5px;
... ...