This commit is contained in:
2022-03-09 13:41:06 +08:00
parent 7037180850
commit 2288b76e4e
10 changed files with 13 additions and 14 deletions

View File

@@ -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;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 KiB

After

Width:  |  Height:  |  Size: 615 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 566 KiB

View File

@@ -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 请求