解决苹果

master
chen 2021-12-13 14:17:59 +08:00
parent ecebd6e558
commit e13e0d11e9
1 changed files with 11 additions and 0 deletions

View File

@ -201,7 +201,18 @@
height: 100vh;
}
.box-content::before{
content: "";
background: url(../imgs/public/massage-icon.png) no-repeat;
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 100%;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover;
background-size: cover !important;
z-index: -1;
}
.bao-box {
position: fixed;