图片路径

This commit is contained in:
lmj
2022-10-15 17:35:34 +08:00
parent 6db89f2dc0
commit a4e22c2989
2 changed files with 4 additions and 4 deletions

View File

@@ -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;
}

View File

@@ -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;
}