From c178ee6e70aaf88a5135066693417e54ace16cd2 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Mon, 20 Oct 2025 17:23:06 +0800 Subject: [PATCH] =?UTF-8?q?bike=E9=A1=B5=E9=9D=A2=E6=9B=B4=E6=94=B92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/pages/sharedSolutions/bike.vue | 18 ++---------------- public/cssBike/index.css | 28 ++++++++++++++++------------ 2 files changed, 18 insertions(+), 28 deletions(-) diff --git a/app/pages/sharedSolutions/bike.vue b/app/pages/sharedSolutions/bike.vue index b1b760e..25a910e 100644 --- a/app/pages/sharedSolutions/bike.vue +++ b/app/pages/sharedSolutions/bike.vue @@ -32,21 +32,7 @@ onMounted(() => { $('.index-solut ul li').on('click', function () { $(this).addClass('index-solut-li').siblings().removeClass('index-solut-li'); $('.solut-detail ul').eq($(this).index()).show().siblings().hide(); - if ($(this).index() == 0) { - $('#triangle-up').css({ - 'left': '45%' - }); - } - if ($(this).index() == 1) { - $('#triangle-up').css({ - 'left': '49.5%' - }); - } - if ($(this).index() == 2) { - $('#triangle-up').css({ - 'left': '54.5%' - }); - } + }); @@ -154,7 +140,7 @@ function initBanner() {