|
@@ -617,12 +617,37 @@ img {
|
|
|
transform: translate(0, -50%); }
|
|
|
|
|
|
.warp {
|
|
|
+ display:none;
|
|
|
width: 10rem;
|
|
|
margin: 0 auto;
|
|
|
position: relative;
|
|
|
height: 100vh;
|
|
|
background: url(../img/loading/bg.jpg) no-repeat 0 0/cover; }
|
|
|
|
|
|
+.loading2 {
|
|
|
+ display:none;
|
|
|
+ position: fixed;
|
|
|
+ top: 0;
|
|
|
+ left: 50%;
|
|
|
+ width: 10rem;
|
|
|
+ height: 100vh;
|
|
|
+ margin-left: -5rem;
|
|
|
+ background: url(../img/loading/bg.jpg) no-repeat 0 0/cover;
|
|
|
+ z-index: 100;
|
|
|
+ /*display: none;*/ }
|
|
|
+ .loading2 .curtain-box2 {
|
|
|
+ position: absolute;
|
|
|
+ top: 50%;
|
|
|
+ left: 50%;
|
|
|
+ width: 10.42188rem;
|
|
|
+ height: 14.04688rem;
|
|
|
+ margin-left: -5.21094rem;
|
|
|
+ background: url(../img/loading/bg21.png) no-repeat 0 0/100% auto;
|
|
|
+ -webkit-transform: translate(0, -50%);
|
|
|
+ -moz-transform: translate(0, -50%);
|
|
|
+ -ms-transform: translate(0, -50%);
|
|
|
+ -o-transform: translate(0, -50%);
|
|
|
+ transform: translate(0, -50%); }
|
|
|
.loading {
|
|
|
position: fixed;
|
|
|
top: 0;
|