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