diff --git a/src/assets/images/icon/ban-left.png b/src/assets/images/icon/ban-left.png new file mode 100644 index 00000000..6b68cbb2 Binary files /dev/null and b/src/assets/images/icon/ban-left.png differ diff --git a/src/assets/images/icon/ban-right.png b/src/assets/images/icon/ban-right.png new file mode 100644 index 00000000..8b329c20 Binary files /dev/null and b/src/assets/images/icon/ban-right.png differ diff --git a/src/assets/styles/portal-index.scss b/src/assets/styles/portal-index.scss index f49e0c9e..3fa4b8eb 100644 --- a/src/assets/styles/portal-index.scss +++ b/src/assets/styles/portal-index.scss @@ -740,7 +740,7 @@ } .case-inter{ left: 20px; - bottom:20px; + bottom:30px; // .interact-bar-index{ // display: none !important; // } @@ -968,7 +968,7 @@ } .case-inter{ left: 20px; - bottom:20px; + bottom:30px; // .interact-bar-index{ // display: none !important; // } diff --git a/src/components/PortalHeader.vue b/src/components/PortalHeader.vue index fd6998eb..f5bab7bc 100644 --- a/src/components/PortalHeader.vue +++ b/src/components/PortalHeader.vue @@ -67,7 +67,7 @@ 搜索 -
+
@@ -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 {