diff --git a/src/assets/styles/portal.scss b/src/assets/styles/portal.scss index f78f3d35..4050cca0 100644 --- a/src/assets/styles/portal.scss +++ b/src/assets/styles/portal.scss @@ -118,18 +118,18 @@ body {margin: 0px;padding: 0px;} //排行块的背景 .ranking-bg{ - background: url('/images/qa-box.png') no-repeat top left; + background: url('../../../public/images/qa-box.png') no-repeat top left; // background: linear-gradient(180deg, #C3DEF8 0%, #FFFFFF 37%); //background-size:100% 100%; background-size:cover; } .ranking-bg1{ - background: url('/images/list-or.png') no-repeat top left; + background: url('../../../public/images/list-or.png') no-repeat top left; //background-size:100% 100%; background-size:cover; } .ranking-bg2{ - background: url('/images/list-pink.png') no-repeat top left; + background: url('../../../public/images/list-pink.png') no-repeat top left; //background-size:100% 100%; background-size:cover; } diff --git a/src/components/Portal/interestCollection.vue b/src/components/Portal/interestCollection.vue index 62b0f423..6dceb75c 100644 --- a/src/components/Portal/interestCollection.vue +++ b/src/components/Portal/interestCollection.vue @@ -121,7 +121,7 @@ margin-left: 0 !important; } ::v-deep .el-dialog{ - background: #fff url('/images/homeWu/interest.png') no-repeat; + background: #fff url('../../../public/images/homeWu/interest.png') no-repeat; border-radius: 8px; // height: 840px; }