bike页面更改1

This commit is contained in:
WindowBird 2025-10-20 16:51:15 +08:00
parent 0044180bb7
commit 5676c2e8f1
2 changed files with 714 additions and 640 deletions

View File

@ -23,14 +23,10 @@ useHead({
onMounted(() => {
// DOM
setTimeout(() => {
// jQuery
if (typeof $ === 'undefined') {
console.error('jQuery未加载');
return;
}
//
$('.index-giant').height($(window).height());
// $('.index-giant').height($(window).height());
//
$('.index-solut ul li').on('click', function () {
@ -53,48 +49,6 @@ onMounted(() => {
}
});
//
(function offBar() {
let off = true;
$('.left-bar-1').on('click', function () {
if (off) {
$('.left-bar').animate({'right': 0}, "1000");
off = false;
} else {
$('.left-bar').animate({'right': '-32px'}, "slow");
off = true;
}
});
})();
//
$('.left-bar-2 a.wecate').hover(function () {
$('.left-bar-3').show();
}, function () {
$('.left-bar-3').hide();
});
// QQ
$('._tencent').hover(function () {
$('.left-bar-4').show();
}, function () {
$('.left-bar-4').hide();
});
//
$('._phone').hover(function () {
$('.left-bar-5').show();
}, function () {
$('.left-bar-5').hide();
});
//
$(".miaodian a").click(function () {
$("body").animate({
scrollTop: 3550
}, 1500);
return false;
});
//
initBanner();

File diff suppressed because it is too large Load Diff