Showing
3 changed files
with
68 additions
and
1 deletions
1 | {{#headerdata}} | 1 | {{#headerdata}} |
2 | -<div class="yoho-header"> | 2 | +<div class="yoho-header {{#if outlets}} outlets{{/if}}"> |
3 | <div class="header-topwrapper clearfix"> | 3 | <div class="header-topwrapper clearfix"> |
4 | <div class="header-top"> | 4 | <div class="header-top"> |
5 | <div class="leftpart float-left"> | 5 | <div class="leftpart float-left"> |
@@ -125,6 +125,7 @@ | @@ -125,6 +125,7 @@ | ||
125 | </li> | 125 | </li> |
126 | {{/ navbars}} | 126 | {{/ navbars}} |
127 | </ul> | 127 | </ul> |
128 | + <div class="outlets-logo"></div> | ||
128 | <div class="icon-logo"><a href="http://www.yohobuy.com/" class="main-link"></a></div> | 129 | <div class="icon-logo"><a href="http://www.yohobuy.com/" class="main-link"></a></div> |
129 | <div class="header-tool float-right"> | 130 | <div class="header-tool float-right"> |
130 | <div class="search float-left {{searchcate}}" > | 131 | <div class="search float-left {{searchcate}}" > |
web-static/img/header/outlets.png
0 → 100644
2.67 KB
@@ -743,6 +743,16 @@ | @@ -743,6 +743,16 @@ | ||
743 | margin-top: -2px; | 743 | margin-top: -2px; |
744 | } | 744 | } |
745 | 745 | ||
746 | + .outlets-logo { | ||
747 | + background: resolve(header/outlets.png) no-repeat center center; | ||
748 | + width: 200px; | ||
749 | + height: 34px; | ||
750 | + left: 42%; | ||
751 | + margin-top: 28px; | ||
752 | + position: absolute; | ||
753 | + display: none; | ||
754 | + } | ||
755 | + | ||
746 | .icon-logo { | 756 | .icon-logo { |
747 | background: resolve(/header/logo.png) no-repeat center center; | 757 | background: resolve(/header/logo.png) no-repeat center center; |
748 | width: 182px; | 758 | width: 182px; |
@@ -1116,6 +1126,62 @@ | @@ -1116,6 +1126,62 @@ | ||
1116 | } | 1126 | } |
1117 | } | 1127 | } |
1118 | 1128 | ||
1129 | +.yoho-header.outlets { | ||
1130 | + .header-navwrapper { | ||
1131 | + background-color: #3a3a3a; | ||
1132 | + | ||
1133 | + .sub-nav-wrapper { | ||
1134 | + background-color: #e6e6e6; | ||
1135 | + margin-top: 37px; | ||
1136 | + } | ||
1137 | + | ||
1138 | + .third-nav-wrapper { | ||
1139 | + border-top: 0; | ||
1140 | + } | ||
1141 | + } | ||
1142 | + | ||
1143 | + .outlets-logo { | ||
1144 | + display: block; | ||
1145 | + } | ||
1146 | + | ||
1147 | + .icon-logo { | ||
1148 | + display: none; | ||
1149 | + } | ||
1150 | + | ||
1151 | + .first-nav-item.cure { | ||
1152 | + background: none; | ||
1153 | + } | ||
1154 | + | ||
1155 | + .first-nav-item > h3{ | ||
1156 | + display: none; | ||
1157 | + } | ||
1158 | + | ||
1159 | + .header-tool > .search { | ||
1160 | + display: none; | ||
1161 | + } | ||
1162 | + | ||
1163 | + .sub-nav-list { | ||
1164 | + padding-left: 15%; | ||
1165 | + | ||
1166 | + .sub-nav-item { | ||
1167 | + width: 14%; | ||
1168 | + text-align: center; | ||
1169 | + | ||
1170 | + & > a { | ||
1171 | + color: #222!important; | ||
1172 | + } | ||
1173 | + } | ||
1174 | + | ||
1175 | + .sub-nav-item:hover a { | ||
1176 | + border-color: #555; | ||
1177 | + } | ||
1178 | + | ||
1179 | + .third-nav { | ||
1180 | + text-align: left; | ||
1181 | + } | ||
1182 | + } | ||
1183 | +} | ||
1184 | + | ||
1119 | .simple-header { | 1185 | .simple-header { |
1120 | height: 66px; | 1186 | height: 66px; |
1121 | margin: 0 0 20px 0; | 1187 | margin: 0 0 20px 0; |
-
Please register or login to post a comment