mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-09 19:06:47 +08:00
feat:修改图片路径
This commit is contained in:
@@ -142,7 +142,7 @@ function close() {
|
|||||||
</script>
|
</script>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.pathDetailback {
|
.pathDetailback {
|
||||||
background-image: url(@/assets/image/pathdetails/pathDetailBack.png);
|
background-image: url("../assets/image/pathDetails/pathDetailBack.png");
|
||||||
}
|
}
|
||||||
.pathDetail {
|
.pathDetail {
|
||||||
width: 410px;
|
width: 410px;
|
||||||
@@ -168,10 +168,10 @@ function close() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nameBack {
|
.nameBack {
|
||||||
background-image: url(@/assets/image/pathdetails/pathDetailImg.png);
|
background-image: url("../assets/image/pathDetails/pathDetailImg.png");
|
||||||
}
|
}
|
||||||
.currentBack {
|
.currentBack {
|
||||||
background-image: url(@/assets/image/pathdetails/pathDetailImgSelect.png);
|
background-image: url("../assets/image/pathDetails/pathDetailImgSelect.png");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user