解决苹果
parent
ecebd6e558
commit
e13e0d11e9
|
@ -201,7 +201,18 @@
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
.box-content::before{
|
.box-content::before{
|
||||||
|
content: "";
|
||||||
background: url(../imgs/public/massage-icon.png) no-repeat;
|
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 {
|
.bao-box {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
Loading…
Reference in New Issue