Showing
15 changed files
with
24 additions
and
25 deletions
@@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||
14 | {{/ newReport}} | 14 | {{/ newReport}} |
15 | {{! 优选品牌}} | 15 | {{! 优选品牌}} |
16 | {{# preferenceBrands}} | 16 | {{# preferenceBrands}} |
17 | - {{> floor-header}} | 17 | + {{> common/floor-header}} |
18 | {{#if boysChannel}} | 18 | {{#if boysChannel}} |
19 | {{>boy-brands}} | 19 | {{>boy-brands}} |
20 | {{/if}} | 20 | {{/if}} |
1 | {{# tplrecommend}} | 1 | {{# tplrecommend}} |
2 | <div class="tpl-recommend clearfix"> | 2 | <div class="tpl-recommend clearfix"> |
3 | - {{> floor-header}} | 3 | + {{> common/floor-header}} |
4 | <div class="tpl-body clearfix"> | 4 | <div class="tpl-body clearfix"> |
5 | <div class="tpl-nav"> | 5 | <div class="tpl-nav"> |
6 | <div class="tpl-keywords"> | 6 | <div class="tpl-keywords"> |
1 | {{# tplrecommend}} | 1 | {{# tplrecommend}} |
2 | <div class="tpl-recommend clearfix"> | 2 | <div class="tpl-recommend clearfix"> |
3 | - {{> floor-header}} | 3 | + {{> common/floor-header}} |
4 | <div class="tpl-body clearfix"> | 4 | <div class="tpl-body clearfix"> |
5 | <div class="tpl-nav"> | 5 | <div class="tpl-nav"> |
6 | <div class="tpl-keywords"> | 6 | <div class="tpl-keywords"> |
1 | <div class="commodity clearfix"> | 1 | <div class="commodity clearfix"> |
2 | - {{> floor-header}} | 2 | + {{> common/floor-header}} |
3 | <div class="commodity-list"> | 3 | <div class="commodity-list"> |
4 | <ul class="g-list imgopacity clearfix"> | 4 | <ul class="g-list imgopacity clearfix"> |
5 | {{#each imgHot}} | 5 | {{#each imgHot}} |
@@ -6952,6 +6952,11 @@ _:-ms-fullscreen, :root .senior-up-icon{ | @@ -6952,6 +6952,11 @@ _:-ms-fullscreen, :root .senior-up-icon{ | ||
6952 | top: 0; | 6952 | top: 0; |
6953 | left: 0; | 6953 | left: 0; |
6954 | } | 6954 | } |
6955 | +.outlets-page .main-banner li > a{ | ||
6956 | + width: 100%; | ||
6957 | + height: 100%; | ||
6958 | + display: block; | ||
6959 | +} | ||
6955 | .outlets-page .main-banner .slide-switch{ | 6960 | .outlets-page .main-banner .slide-switch{ |
6956 | position: relative; | 6961 | position: relative; |
6957 | width: 1150px; | 6962 | width: 1150px; |
This diff could not be displayed because it is too large.
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | var $ = require('yoho-jquery'), | 7 | var $ = require('yoho-jquery'), |
8 | lazyLoad = require('yoho-jquery-lazyload'); | 8 | lazyLoad = require('yoho-jquery-lazyload'); |
9 | 9 | ||
10 | -(function($) { | 10 | +(function() { |
11 | var Slider = function(element, options) { | 11 | var Slider = function(element, options) { |
12 | this.$element = $(element); | 12 | this.$element = $(element); |
13 | this.options = $.extend({}, $.fn.slider.defaults, options); | 13 | this.options = $.extend({}, $.fn.slider.defaults, options); |
@@ -45,8 +45,8 @@ var $ = require('yoho-jquery'), | @@ -45,8 +45,8 @@ var $ = require('yoho-jquery'), | ||
45 | _createOrient: function() { | 45 | _createOrient: function() { |
46 | 46 | ||
47 | var orientHtml = '<div class="slide-switch">' + | 47 | var orientHtml = '<div class="slide-switch">' + |
48 | - '<a class="prev" href="javascript:;"><span class="iconfont"></span></a>' + | ||
49 | - '<a class="next" href="javascript:;"><span class="iconfont"></span></a>' + | 48 | + '<a class="prev" href="javascript:;"><span class="iconfont"></span></a>' + |
49 | + '<a class="next" href="javascript:;"><span class="iconfont"></span></a>' + | ||
50 | '</div>'; | 50 | '</div>'; |
51 | 51 | ||
52 | if (this.$element.find('.slide-switch').length > 0) { | 52 | if (this.$element.find('.slide-switch').length > 0) { |
@@ -314,6 +314,12 @@ | @@ -314,6 +314,12 @@ | ||
314 | left: 0; | 314 | left: 0; |
315 | } | 315 | } |
316 | 316 | ||
317 | + li > a { | ||
318 | + width: 100%; | ||
319 | + height: 100%; | ||
320 | + display: block; | ||
321 | + } | ||
322 | + | ||
317 | .slide-switch { | 323 | .slide-switch { |
318 | position: relative; | 324 | position: relative; |
319 | width: 1150px; | 325 | width: 1150px; |
-
Please register or login to post a comment