337 lines
7.0 KiB
CSS
Executable File
337 lines
7.0 KiB
CSS
Executable File
html,
|
|
body {
|
|
-ms-touch-action: none;
|
|
background: #000000;
|
|
padding: 0;
|
|
border: 0;
|
|
margin: 0;
|
|
height: 100%;
|
|
font: normal*100% Helvetica,Arial,sans-serif;
|
|
}
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
h1, p {
|
|
padding:0; margin:0;color: #c2d7ac;
|
|
}
|
|
|
|
|
|
.mwrapper {
|
|
width: 80%;
|
|
/*width: 350px;*/
|
|
position: relative;
|
|
right: 50%;
|
|
}
|
|
/*.mwrapper p a {color:#757575; text-decoration:none;}*/
|
|
.mwrapper .load-bar {
|
|
width: 100%;
|
|
height: 13px;
|
|
background-color: rgba(0, 0, 0, 0.43);
|
|
position: relative;
|
|
border-color: rgba(252, 239, 209, 0.19);;
|
|
border-style:solid;
|
|
border-width:1px;
|
|
}
|
|
/*.mwrapper .load-bar:hover .load-bar-inner, .mwrapper .load-bar:hover #counter {
|
|
animation-play-state: paused;
|
|
-moz-animation-play-state: paused;
|
|
-o-animation-play-state: paused;
|
|
-webkit-animation-play-state: paused;
|
|
}*/
|
|
.mwrapper .load-bar-inner {
|
|
width: 90%;
|
|
height: 10px;
|
|
background-color: #85baef;
|
|
animation: loader 2s linear infinite;
|
|
-moz-animation: loader 2s linear infinite;
|
|
-webkit-animation: loader 2s linear infinite;
|
|
-o-animation: loader 2s linear infinite;
|
|
}
|
|
|
|
.mwrapper .maskContainer img{
|
|
position: relative;
|
|
left: -100%;
|
|
height: 10px;
|
|
animation: loaderMask 2s linear infinite;
|
|
-moz-animation: loaderMask 2s linear infinite;
|
|
-webkit-animation: loaderMask 2s linear infinite;
|
|
-o-animation: loaderMask 2s linear infinite;
|
|
}
|
|
|
|
.mwrapper .guang img {
|
|
position: relative;
|
|
left:-10%;
|
|
animation: mguang 2s linear infinite;
|
|
-moz-animation: mguang 2s linear infinite;
|
|
-webkit-animation: mguang 2s linear infinite;
|
|
-o-animation: mguang 2s linear infinite;
|
|
}
|
|
|
|
.mwrapper #counter {
|
|
position: absolute;
|
|
|
|
padding: 5px 10px;
|
|
border-radius: 0.4em;
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 2px 4px 1px rgba(0, 0, 0, 0.2), 0 1px 3px 1px rgba(0, 0, 0, 0.1);
|
|
left: -25px;
|
|
top: -35px;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
width: 44px;
|
|
animation: counter 2s linear infinite;
|
|
-moz-animation: counter 2s linear infinite;
|
|
-webkit-animation: counter 2s linear infinite;
|
|
-o-animation: counter 2s linear infinite;
|
|
}
|
|
.mwrapper #counter:after { content: ""; position: absolute; width: 8px; height: 8px; background-color: #E7E6E3; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); left: 50%; margin-left: -4px; bottom: -4px; box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2), 1px 1px 1px 1px rgba(0, 0, 0, 0.1); border-radius: 0 0 3px 0; }
|
|
.mwrapper h1 {
|
|
font-size: 28px;
|
|
padding: 20px 0 8px 0;
|
|
}
|
|
.mwrapper p {
|
|
font-family: "SimHei";
|
|
font-size: 18px;
|
|
color: #eaeafd;
|
|
}
|
|
|
|
.wrapper {
|
|
/*width: 60%;*/
|
|
width: 600px;
|
|
position: relative;
|
|
right: 50%;
|
|
}
|
|
/*.wrapper p a {color:#757575; text-decoration:none;}*/
|
|
.wrapper .load-bar {
|
|
width: 100%;
|
|
height: 13px;
|
|
background-color: rgba(0, 0, 0, 0.43);
|
|
position: relative;
|
|
border-color: rgba(252, 239, 209, 0.19);;
|
|
border-style:solid;
|
|
border-width:1px;
|
|
}
|
|
/*.wrapper .load-bar:hover .load-bar-inner, .wrapper .load-bar:hover #counter .wrapper .load-bar:hover .maskContainer{
|
|
animation-play-state: paused;
|
|
-moz-animation-play-state: paused;
|
|
-o-animation-play-state: paused;
|
|
-webkit-animation-play-state: paused;
|
|
}*/
|
|
.wrapper .load-bar-inner {
|
|
width: 90%;
|
|
height: 10px;
|
|
position: relative;
|
|
background-color: #85baef;
|
|
/*animation: loader 2s linear infinite;
|
|
-moz-animation: loader 2s linear infinite;
|
|
-webkit-animation: loader 2s linear infinite;
|
|
-o-animation: loader 2s linear infinite; */
|
|
}
|
|
.wrapper .load-bar-inner span{
|
|
position: absolute;
|
|
top: -50px;
|
|
right: -40px;
|
|
color: #fff;
|
|
display: block;
|
|
font-size: 17px;
|
|
font-weight: bold;
|
|
padding: 5px 7px;
|
|
background: #333;
|
|
border-radius: 0 0 5px 5px;
|
|
}
|
|
|
|
|
|
.wrapper .maskContainer img {
|
|
position: relative;
|
|
left: -100%;
|
|
height: 10px;
|
|
/*animation: loaderMask 2s linear infinite;
|
|
-moz-animation: loaderMask 2s linear infinite;
|
|
-webkit-animation: loaderMask 2s linear infinite;
|
|
-o-animation: loaderMask 2s linear infinite; */
|
|
}
|
|
|
|
.wrapper .guang img {
|
|
position: relative;
|
|
left:-8%;
|
|
/*animation: guang 2s linear infinite;
|
|
-moz-animation: guang 2s linear infinite;
|
|
-webkit-animation: guang 2s linear infinite;
|
|
-o-animation: guang 2s linear infinite; */
|
|
}
|
|
|
|
.wrapper #counter {
|
|
position: absolute;
|
|
|
|
padding: 5px 10px;
|
|
border-radius: 0.4em;
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 2px 4px 1px rgba(0, 0, 0, 0.2), 0 1px 3px 1px rgba(0, 0, 0, 0.1);
|
|
left: -25px;
|
|
top: -35px;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
width: 44px;
|
|
animation: counter 2s linear infinite;
|
|
-moz-animation: counter 2s linear infinite;
|
|
-webkit-animation: counter 2s linear infinite;
|
|
-o-animation: counter 2s linear infinite;
|
|
}
|
|
.wrapper #counter:after { content: ""; position: absolute; width: 8px; height: 8px; background-color: #E7E6E3; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); left: 50%; margin-left: -4px; bottom: -4px; box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2), 1px 1px 1px 1px rgba(0, 0, 0, 0.1); border-radius: 0 0 3px 0; }
|
|
.wrapper h1 {
|
|
font-size: 28px;
|
|
padding: 20px 0 8px 0;
|
|
}
|
|
.wrapper p {
|
|
font-family: "SimHei";
|
|
font-size: 24px;
|
|
color: #eaeafd;
|
|
}
|
|
|
|
.startBtn img{
|
|
width: 640px;
|
|
height: 47px;
|
|
}
|
|
|
|
.mstartBtn img{
|
|
width: 384px;
|
|
height: 28px;
|
|
}
|
|
|
|
|
|
@keyframes loader {
|
|
from {
|
|
width: 0%;
|
|
}
|
|
to {
|
|
width: 100%;
|
|
}
|
|
}
|
|
@-moz-keyframes loader {
|
|
from {
|
|
width: 0%;
|
|
}
|
|
to {
|
|
width: 100%;
|
|
}
|
|
}
|
|
@-webkit-keyframes loader {
|
|
from {
|
|
width: 0%;
|
|
}
|
|
to {
|
|
width: 100%;
|
|
}
|
|
}
|
|
@-o-keyframes loader {
|
|
from {
|
|
width: 0%;
|
|
}
|
|
to {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
@keyframes loaderMask
|
|
{
|
|
from {left:-100%;}
|
|
to {left:0%;}
|
|
}
|
|
|
|
@-moz-keyframes loaderMask
|
|
{
|
|
from {left: -100%;}
|
|
to {left:0%;}
|
|
}
|
|
@-webkit-keyframes loaderMask {
|
|
from {left: -100%;}
|
|
to {left:0%;}
|
|
}
|
|
@-o-keyframes loaderMask {
|
|
from {left: -100%;}
|
|
to {left:0% ;}
|
|
}
|
|
|
|
@keyframes mguang
|
|
{
|
|
from {left:-10%;}
|
|
to {left:90%;}
|
|
}
|
|
|
|
@-moz-keyframes mguang
|
|
{
|
|
from {left:-10%;}
|
|
to {left:90%;}
|
|
}
|
|
@-webkit-keyframes mguang
|
|
{
|
|
from {left:-10%;}
|
|
to {left:90%;}
|
|
}
|
|
@-o-keyframes mguang
|
|
{
|
|
from {left:-10%;}
|
|
to {left:90%;}
|
|
}
|
|
|
|
@keyframes guang
|
|
{
|
|
from {left:-5%;}
|
|
to {left:95%;}
|
|
}
|
|
|
|
@-moz-keyframes guang
|
|
{
|
|
from {left:-5%;}
|
|
to {left:95%;}
|
|
}
|
|
@-webkit-keyframes guang
|
|
{
|
|
from {left:-5%;}
|
|
to {left:95%;}
|
|
}
|
|
@-o-keyframes guang
|
|
{
|
|
from {left:-5%;}
|
|
to {left:95%;}
|
|
}
|
|
|
|
@keyframes counter {
|
|
from {
|
|
left: -25px;
|
|
}
|
|
to {
|
|
left: 323px;
|
|
}
|
|
}
|
|
@-moz-keyframes counter {
|
|
from {
|
|
left: -25px;
|
|
}
|
|
to {
|
|
left: 323px;
|
|
}
|
|
}
|
|
@-webkit-keyframes counter {
|
|
from {
|
|
left: -25px;
|
|
}
|
|
to {
|
|
left: 323px;
|
|
}
|
|
}
|
|
@-o-keyframes counter {
|
|
from {
|
|
left: -25px;
|
|
}
|
|
to {
|
|
left: 323px;
|
|
}
|
|
}
|
|
@keyframes loader {
|
|
from {
|
|
width: 0%;
|
|
}
|
|
to {
|
|
width: 100%;
|
|
}
|
|
}
|