From f70a08bc45116c0b335359f81e77899ed19399d8 Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Thu, 20 Oct 2022 11:29:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=8E=89=E5=9D=97=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/portal-index.scss | 12 ++++++++++++ src/components/HomePage/homePage.vue | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/assets/styles/portal-index.scss b/src/assets/styles/portal-index.scss index 1bf5e56d..863fdb78 100644 --- a/src/assets/styles/portal-index.scss +++ b/src/assets/styles/portal-index.scss @@ -444,6 +444,9 @@ } // boe-index @media screen and (max-width: 1366px){ + .btn-user{ + width: 70px; + } .course-banner {// 首页banner导航条样式 .swiper-button-prev{ left: 42%; @@ -714,6 +717,9 @@ } } @media screen and (max-width: 1680px) and (min-width:1367px){ + .btn-user{ + width: 75px; + } .course-banner {// 首页banner导航条样式 .swiper-button-prev{ left: 43%; @@ -968,6 +974,9 @@ } @media screen and (max-width: 1920px) and (min-width: 1681px){ + .btn-user{ + width: 80px; + } .course-banner {// 首页banner导航条样式 .swiper-button-prev{ left: 43.5%; @@ -1228,6 +1237,9 @@ } @media screen and (min-width: 1921px){ + .btn-user{ + width: 80px; + } .course-banner {// 首页banner导航条样式 .swiper-button-prev{ left: 44%; diff --git a/src/components/HomePage/homePage.vue b/src/components/HomePage/homePage.vue index 9e95384a..e2efd0ca 100644 --- a/src/components/HomePage/homePage.vue +++ b/src/components/HomePage/homePage.vue @@ -296,7 +296,6 @@ height: 56px; .btn-user{ margin-top: 6px; - width: 80px; height: 30px; border-radius: 20px; border: 1px solid #0060FF;