From fce6779a4aaa4112efcbbf8635c060b0ed532932 Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Tue, 18 Oct 2022 20:20:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E8=BD=AE=E6=92=AD=E5=9B=BE?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/images/icon/ban-left.png | Bin 0 -> 516 bytes src/assets/images/icon/ban-right.png | Bin 0 -> 449 bytes src/assets/styles/portal-index.scss | 4 +- src/components/PortalHeader.vue | 4 +- src/icons/svg/messfff.svg | 24 +++++++++++- src/views/Index.vue | 53 +++++++++++++++++++++++++-- 6 files changed, 77 insertions(+), 8 deletions(-) create mode 100644 src/assets/images/icon/ban-left.png create mode 100644 src/assets/images/icon/ban-right.png diff --git a/src/assets/images/icon/ban-left.png b/src/assets/images/icon/ban-left.png new file mode 100644 index 0000000000000000000000000000000000000000..6b68cbb20a7ef7507527384c052e15d72096d89b GIT binary patch literal 516 zcmV+f0{i`mP)Px$zDYzuR7gv;*1t=YQ5?td_a})$5F8pJ9CC4Ka&qx*8G;UiE$Sd4ToXYZMB0S5 zaMPAjK?QNqK~Rv&hRDIGzrs!7LJ)}5M-JR8N4-CvdwP~lC)3@su&yF6ToNS0q|bZV!hbCVB4MsR*HdtC+R~Y*e%fZeE2;etkayN zxgr+-SBQ)Izh|qLHDniqZ(Fjd9=p!`U zRU|^61K)wtW$Bfq^O|$H+L3eTI(H(ew<$1uEa`=_T=mz?MZYEXd4G!l0000Px$dr3q=R7gwB)?G_gK@`UE|KnSCViAH!8YYS*zEP;)C-(#NLZT>wH-Z=uh=_<* z8r2gc>%>-%p0m$c7tYn*4E*-2*=uGkkvvp9+si;dup#NPn{PD0HQ*`m9rz&WXQyZb z8~|2!3Hl3i=Ls4*UW> zN;+#7y#of?3%mt}f!~3iwu3eW1MLBpfDzyi@JZ51EA(D4&@#UWj0XBy((yy+gJ1=n z1IB>Ak^D#Zp)J7*It#ok2MgGg^sO1%7FfyE*TAcI-;(t8Hd+ge)lLIb0c}hAQblWn zfldN50qsgUXrLW|fldH#0@{98v>&=搜索 -
+
@@ -76,7 +76,7 @@ - + diff --git a/src/icons/svg/messfff.svg b/src/icons/svg/messfff.svg index c4b2e0fa..93fd2404 100644 --- a/src/icons/svg/messfff.svg +++ b/src/icons/svg/messfff.svg @@ -1 +1,23 @@ - \ No newline at end of file + + + 编组 2 + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/Index.vue b/src/views/Index.vue index 24bd2e64..2344b592 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -10,6 +10,8 @@
+
+
@@ -205,7 +207,7 @@
-
+

案例排行榜

  • @@ -308,7 +310,7 @@
-
+

文章排行榜

    @@ -365,7 +367,7 @@
-
+

问答排行榜

  • @@ -1183,6 +1185,51 @@ .course-banner { height: 520px; // background: url('/images/course-banner.png'); + .swiper-button-prev{ + height: 38px; + left: 44%; + top:auto; + background: url('../assets/images/icon/ban-left.png') no-repeat; + bottom: 66px; + } + .swiper-button-next{ + height: 38px; + right: 53%; + bottom: 66px; + top:auto; + background: url('../assets/images/icon/ban-right.png') no-repeat; + } + .swiper-pagination-bullets{ + // background: #000; + left: 60px; + bottom: 66px; + } + ::v-deep .swiper-pagination{ + height: 38px; + line-height: 34px; + background: rgba($color: #000000, $alpha: 0.1); + width: auto; + left:48%; + padding: 0 20px; + border-radius: 19px; + .swiper-pagination-bullet{ + background: #000; + width: 16px; + height: 2px; + background: rgba($color: #fff, $alpha: 0.5); + border-radius: 2px; + } + .swiper-pagination-bullet-active{ + height: 2px; + width: 16px; + background: rgba($color: #fff, $alpha: 0.8); + border-radius: 2px; + } + .swiper-container{ + // background-color: rgba($color: #000000, $alpha: 0.2); + } + + } } .case-orginfo {