图片路径问题

This commit is contained in:
lmj
2022-10-15 17:33:25 +08:00
parent 75c7d055ba
commit 6db89f2dc0
10 changed files with 10 additions and 10 deletions

View File

@@ -165,7 +165,7 @@
padding-top: 90px; padding-top: 90px;
width: 190px; width: 190px;
// background: #387DF7; // background: #387DF7;
background: url('/images/homeWu/guide-bg.png') no-repeat 101% / 101%; background: url('../../../public/images/homeWu/guide-bg.png') no-repeat 101% / 101%;
border-radius: 10px 0 0 10px; border-radius: 10px 0 0 10px;
.left-title{ .left-title{
width: 190px; width: 190px;

View File

@@ -293,7 +293,7 @@ export default {
<style scoped lang="scss"> <style scoped lang="scss">
.article-banner{ .article-banner{
height: 240px; height: 240px;
background: url('/images/article-banner.png'); background: url('../../../../public/images/article-banner.png');
} }
.course-resources{ .course-resources{

View File

@@ -409,7 +409,7 @@ export default {
} }
.article-banner{ .article-banner{
height: 240px; height: 240px;
background: url('/images/article-banner.png'); background: url('../../../../public/images/article-banner.png');
} }
.write-art{ .write-art{
width: 410px; width: 410px;

View File

@@ -542,7 +542,7 @@ export default {
.case-banner{ .case-banner{
height: 240px; height: 240px;
background: url('/images/case-banner.png'); background: url('../../../../public/images/case-banner.png');
} }
.course-resources{ .course-resources{
margin-top: 26px; margin-top: 26px;

View File

@@ -751,7 +751,7 @@ export default {
} }
.case-banner{ .case-banner{
height: 240px; height: 240px;
background: url('/images/case-banner.png'); background: url('../../../../public/images/case-banner.png');
} }
::v-deep .el-checkbox{ ::v-deep .el-checkbox{

View File

@@ -1006,7 +1006,7 @@ export default {
.course-banner{ .course-banner{
height: 240px; height: 240px;
background: url('/images/course-banner.png'); background: url('../../../../public/images/course-banner.png');
} }
::v-deep .el-radio-button{ ::v-deep .el-radio-button{

View File

@@ -890,7 +890,7 @@ export default {
} }
.qa-banner{ .qa-banner{
height: 240px; height: 240px;
background: url('/images/qa-banner.png'); background: url('../../../../public/images/qa-banner.png');
} }
.course-resources{ .course-resources{
margin-top: 26px; margin-top: 26px;

View File

@@ -740,7 +740,7 @@ export default {
<style scoped lang="scss"> <style scoped lang="scss">
.qa-banner{ .qa-banner{
height: 240px; height: 240px;
background: url('/images/qa-banner.png'); background: url('../../../../public/images/qa-banner.png');
} }
.course-resources{ .course-resources{
// width: 410px; // width: 410px;

View File

@@ -455,7 +455,7 @@ export default {
} }
.qa-banner{ .qa-banner{
height: 240px; height: 240px;
background: url('/images/qa-banner.png'); background: url('../../../../public/images/qa-banner.png');
} }
.el-card{ .el-card{
border: none; border: none;

View File

@@ -708,7 +708,7 @@ export default {
::v-deep.el-dialog__header{ ::v-deep.el-dialog__header{
background: url('/images/daochubg.png') 100% / 100% !important; background: url('../../../public/images/daochubg.png') 100% / 100% !important;
} }
.textbut-box{ .textbut-box{
// position: absolute; // position: absolute;