Commit b8e595cf authored by 刘殿昕's avatar 刘殿昕

less路径

parent 79f8dc95
......@@ -37,7 +37,6 @@ export default {
.default_img {
width: 1282px;
height: 629px;
background: url("~@/./assets/imgs/img_default_jszc.png");
.default_title {
color: #264dd9;
font-size: 44px;
......@@ -51,4 +50,9 @@ export default {
}
}
}
</style>
<style scoped>
.default_img {
background: url("~@/assets/imgs/img_default_jszc.png") no-repeat center center;
}
</style>
\ No newline at end of file
......@@ -45,7 +45,6 @@ export default {
.default_img {
width: 1282px;
height: 629px;
background: url("~@/./assets/imgs/img_default_jszc.png");
.default_title {
color: #264dd9;
font-size: 44px;
......@@ -59,4 +58,9 @@ export default {
}
}
}
</style>
<style scoped>
.default_img {
background: url("~@/assets/imgs/img_default_jszc.png") no-repeat center center;
}
</style>
\ No newline at end of file
......@@ -124,7 +124,6 @@ export default {
.default_img {
width: 1282px;
height: 629px;
background: url("~@/./assets/imgs/img_default_jszc.png");
.default_title {
color: #264dd9;
font-size: 44px;
......@@ -138,4 +137,9 @@ export default {
}
}
}
</style>
<style scoped>
.default_img {
background: url("~@/assets/imgs/img_default_jszc.png") no-repeat center center;
}
</style>
\ No newline at end of file
......@@ -48,7 +48,6 @@ export default {
.default_img {
width: 1282px;
height: 629px;
background: url("~@/./assets/imgs/img_default_jszc.png");
.default_title {
color: #264dd9;
font-size: 44px;
......@@ -64,3 +63,8 @@ export default {
}
}
</style>
<style scoped>
.default_img {
background: url("~@/assets/imgs/img_default_jszc.png") no-repeat center center;
}
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment