[Fix] wrong svg path

This commit is contained in:
hyperbola 2021-01-19 19:53:52 +08:00
parent 8b399b493a
commit 70bf0dbecc
No known key found for this signature in database
GPG Key ID: D987B1D59478B51F

View File

@ -519,7 +519,7 @@ $buttonHoverBg: #226bb4;
margin-top: 40px;
margin-left: -80px;
transform: scale(0.9);
background: url(./assets/images/cfp/Mobile/Path_763.svg) no-repeat;
background: url(~@/assets/images/cfp/Mobile/Path_763.svg) no-repeat;
padding-top: -565px;
margin-bottom: -665px;
}
@ -569,7 +569,7 @@ $buttonHoverBg: #226bb4;
@media screen and(max-width: 414px) {
//content: url() no-repeat;//../../assets/images/cfp/Mobile/Mobile-background.svg
//visibility: hidden;
background: url(./assets/images/cfp/Mobile/Mobile-background.svg) !important;
background: url(~@/assets/images/cfp/Mobile/Mobile-background.svg) !important;
object-position: -99999px 99999px;
overflow: hidden;
margin-left: -20%;