Showing
2 changed files
with
10 additions
and
4 deletions
@@ -403,8 +403,8 @@ $subNav.on({ | @@ -403,8 +403,8 @@ $subNav.on({ | ||
403 | } | 403 | } |
404 | param.content_code = $show.data().code; | 404 | param.content_code = $show.data().code; |
405 | param.client_type = 'web'; | 405 | param.client_type = 'web'; |
406 | - param.width = 174; | ||
407 | - param.height = 155; | 406 | + param.width = 337; |
407 | + param.height = 250; | ||
408 | param._ = new Date(); | 408 | param._ = new Date(); |
409 | $.getJSON('http://new.yohobuy.com/common/getbanner?callback=?', param, function(JsonData) { | 409 | $.getJSON('http://new.yohobuy.com/common/getbanner?callback=?', param, function(JsonData) { |
410 | if (JsonData.code === 200) { | 410 | if (JsonData.code === 200) { |
@@ -563,8 +563,8 @@ | @@ -563,8 +563,8 @@ | ||
563 | background-image: resolve('layout/new.png'); | 563 | background-image: resolve('layout/new.png'); |
564 | background-repeat: no-repeat; | 564 | background-repeat: no-repeat; |
565 | position: absolute; | 565 | position: absolute; |
566 | - margin-top: -20px; | ||
567 | - margin-left: 16px; | 566 | + right: -29px; |
567 | + top: -6px; | ||
568 | } | 568 | } |
569 | 569 | ||
570 | a { | 570 | a { |
@@ -572,6 +572,7 @@ | @@ -572,6 +572,7 @@ | ||
572 | font-size: 14px; | 572 | font-size: 14px; |
573 | line-height: 14px; | 573 | line-height: 14px; |
574 | display: inline-block; | 574 | display: inline-block; |
575 | + position: relative; | ||
575 | } | 576 | } |
576 | 577 | ||
577 | li:hover a { | 578 | li:hover a { |
@@ -775,4 +776,9 @@ | @@ -775,4 +776,9 @@ | ||
775 | .head-wrapper .main-logo { | 776 | .head-wrapper .main-logo { |
776 | left: 39%; | 777 | left: 39%; |
777 | } | 778 | } |
779 | + | ||
780 | + .show-detail img { | ||
781 | + width: 174px; | ||
782 | + height: 155px; | ||
783 | + } | ||
778 | } | 784 | } |
-
Please register or login to post a comment