|
@@ -824,18 +824,20 @@ header .colorRed{
|
|
|
position: fixed;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- background: rgba(0, 0, 0, 0.1);
|
|
|
+ background: rgba(221, 218, 218, 0.1);
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
z-index: 99999999999;
|
|
|
}
|
|
|
.loading{
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
display: none;
|
|
|
}
|
|
|
.loading div{
|
|
|
position: fixed;
|
|
|
- width: 98vw;
|
|
|
- height: 100vh;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
}
|
|
|
.loading p{
|
|
|
position: absolute;
|
|
@@ -851,11 +853,11 @@ header .colorRed{
|
|
|
display: inline-block;
|
|
|
font-size: 30px;
|
|
|
color: #17a2b8;
|
|
|
- transition: all .2s ease-in-out;
|
|
|
+ transition: all 1s ease-in-out;
|
|
|
}
|
|
|
.loading p span.active{
|
|
|
margin-left: -4px;
|
|
|
- transition: all .2s ease-in;
|
|
|
+ transition: all 1s ease-in;
|
|
|
}
|
|
|
/* banner */
|
|
|
.carousel{
|