mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
图片路径问题
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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{
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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{
|
||||||
|
|||||||
@@ -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{
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user