diff --git a/public/images/homeWu/guide-bg.png b/public/images/homeWu/guide-bg.png new file mode 100644 index 00000000..9313dee5 Binary files /dev/null and b/public/images/homeWu/guide-bg.png differ diff --git a/src/assets/styles/portal-index.scss b/src/assets/styles/portal-index.scss index c15ebb79..46bb4011 100644 --- a/src/assets/styles/portal-index.scss +++ b/src/assets/styles/portal-index.scss @@ -456,7 +456,7 @@ margin: 0px 5%; } .portal-content { - // margin: 26px 87px 0px 87px; + margin: 26px 87px 0px 87px; // width: 100%; .breadcrumb-nav { margin-bottom: 15px; diff --git a/src/components/Portal/guideBox.vue b/src/components/Portal/guideBox.vue index 41363966..97e08ee5 100644 --- a/src/components/Portal/guideBox.vue +++ b/src/components/Portal/guideBox.vue @@ -2,9 +2,11 @@ + width="900px">
+
新功能查看
@@ -124,6 +126,13 @@ display: flex; border-radius: 10px; box-sizing: border-box; + position: relative; + .close-right{ + position: absolute; + right:-136px; + top:45px; + } + ::v-deep .swiper-wrapper{ padding-bottom: 60px; } @@ -148,7 +157,8 @@ .gui-box-left{ padding-top: 90px; width: 190px; - background: #387DF7; + // background: #387DF7; + background: url('/images/homeWu/guide-bg.png') no-repeat 101% / 101%; border-radius: 10px 0 0 10px; .left-title{ width: 190px; @@ -173,7 +183,7 @@ flex: 1; width: 100%; background: #e6effb; - padding: 74px 100px 64px 100px; + padding: 74px 0 64px 0; border-radius:0 10px 10px 0; text-align: center; .gui-text{ diff --git a/src/components/Portal/interestCollection.vue b/src/components/Portal/interestCollection.vue index 50dc362a..889e2cb6 100644 --- a/src/components/Portal/interestCollection.vue +++ b/src/components/Portal/interestCollection.vue @@ -2,6 +2,7 @@
diff --git a/src/components/PortalHeader.vue b/src/components/PortalHeader.vue index 84b26c76..9ca44857 100644 --- a/src/components/PortalHeader.vue +++ b/src/components/PortalHeader.vue @@ -117,12 +117,16 @@
+ +