微淘
@@ -93,10 +93,10 @@ p {
|
||||
|
||||
.idxLogo {
|
||||
width: 60%;
|
||||
padding-left:20%;
|
||||
padding-left:0%;
|
||||
cursor: pointer;
|
||||
padding-top:60px;
|
||||
padding-bottom:80px
|
||||
padding-top:60px;
|
||||
padding-bottom:80px
|
||||
}
|
||||
|
||||
.idxNav {
|
||||
@@ -1144,4 +1144,4 @@ width:calc( 100% - 10px ) !important;
|
||||
|
||||
.swiper-pagination-dian .swiper-pagination-bullet-active{
|
||||
background:#fff !important;
|
||||
}
|
||||
}
|
||||
|
||||
BIN
public/assets/index/images/banner_1.png
Normal file
|
After Width: | Height: | Size: 202 KiB |
BIN
public/assets/index/images/banner_2.png
Normal file
|
After Width: | Height: | Size: 326 KiB |
BIN
public/assets/index/images/banner_3.png
Normal file
|
After Width: | Height: | Size: 89 KiB |
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 92 KiB |
|
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 615 KiB |
BIN
public/assets/index/images/nys_bg01.png
Normal file
|
After Width: | Height: | Size: 566 KiB |
@@ -3,7 +3,8 @@ $('[data-href]').on('click', function(event) {
|
||||
if ($(this).hasClass('ajax-get') || $(this).hasClass('ajax-post')) {
|
||||
return;
|
||||
}
|
||||
location.href = $(this).data('href');
|
||||
window.open($(this).data('href'));
|
||||
// location.href = $(this).data('href');
|
||||
});
|
||||
|
||||
// ajax GET 请求
|
||||
|
||||