| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391 |
- /*加载动画1*/
- .loading1,.loading3 {
- position: fixed;
- left: 0;
- top: 0;
- bottom: 0;
- right: 0;
- display: none;
- background-color: transparent;
- z-index: 2147483647;
- }
- .loadEffect {
- position: fixed;
- width: 200px;
- height: 200px;
- margin: 0 auto;
- margin-top: 100px;
- position: relative;
- top: 50%;
- margin-top: -100px;
- }
- .loadEffect div {
- width: 100%;
- height: 100%;
- position: absolute;
- -webkit-animation: load 2.08s linear infinite;
- }
- .loadEffect div .bg-danger { background-color: #f43438; }
- .loadEffect div .bg-default { background-color: #00bfff; }
- .loadEffect div .bg-info { background-color: forestgreen; }
- .loadEffect div .bg-success { background-color: greenyellow; }
- .loadEffect div .bg-warning { background-color: rosybrown; }
- .loadEffect div span {
- display: inline-block;
- width: 30px;
- height: 30px;
- border-radius: 50%;
- /*background: lightgreen;*/
- position: absolute;
- left: 50%;
- margin-top: -10px;
- margin-left: -10px;
- }
- @-webkit-keyframes load {
- 0% { -webkit-transform: rotate(0deg); }
- 10% { -webkit-transform: rotate(45deg); }
- 50% {
- opacity: 1;
- -webkit-transform: rotate(160deg);
- }
- 62% { opacity: 0; }
- 65% {
- opacity: 0;
- -webkit-transform: rotate(200deg);
- }
- 90% { -webkit-transform: rotate(340deg); }
- 100% { -webkit-transform: rotate(360deg); }
- }
- .loadEffect div:nth-child(1) { -webkit-animation-delay: 0s; }
- .loadEffect div:nth-child(2) { -webkit-animation-delay: 0.2s; }
- .loadEffect div:nth-child(3) { -webkit-animation-delay: 0.4s; }
- .loadEffect div:nth-child(4) { -webkit-animation-delay: 0.6s; }
- .loadEffect div:nth-child(5) { -webkit-animation-delay: 0.8s; }
- .loadEffect div:nth-child(6) { -webkit-animation-delay: 1s; }
- /*加载动画1结束*/
- /*#region 加载动画2 */
- .loading2 {
- position: fixed;
- background-image: linear-gradient(0deg, rgba(57, 94, 203, 0) 0%, rgba(54, 87, 190, 0.3) 35%, rgba(36, 33, 97, 0.3) 75%, rgba(26, 5, 49, 0) 100%);
- left: 0;
- display: none;
- right: 0;
- bottom: 0;
- right: 0;
- top: 0;
- z-index: 2147483647;
- }
- .bg0 {
- width: 500px;
- height: 500px;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- background: url(./images/bg0.png) no-repeat center center;
- background-size: 150%;
- }
- .bg1 {
- width: 100%;
- height: 100%;
- background: url(./images/bg1.png) no-repeat center center;
- }
- .hx-box {
- top: 50%;
- left: 50%;
- width: 500px;
- height: 500px;
- transform-style: preserve-3d;
- transform: translate(-50%, -50%) rotateY(75deg);
- }
- .hx-box ul {
- width: 500px;
- height: 500px;
- transform-style: preserve-3d;
- animation: hxz 20s linear infinite;
- }
- @keyframes hxz {
- 0% { transform: rotateX(0deg); }
- 100% { transform: rotateX(-360deg); }
- }
- .hx-box ul li {
- width: 500px;
- height: 500px;
- border: 4px solid #5ec0ff;
- border-radius: 1000px;
- }
- .hx-box ul li span {
- display: block;
- width: 100%;
- height: 100%;
- background: url(./images/hx.png) no-repeat center center;
- background-size: 100% 100%;
- animation: hx 4s linear infinite;
- }
- @keyframes hx { to { transform: rotate(360deg); } }
- .hx-k2 { transform: rotateX(60deg) rotateZ(60deg) }
- .hx-k3 { transform: rotateX(-60deg) rotateZ(-60deg) }
- .browserupgrade {
- margin: .2em 0;
- background: #ccc;
- color: #000;
- padding: .2em 0
- }
- .dv {
- border: 0;
- clip: rect(0 0 0 0);
- height: 1px;
- margin: -1px;
- overflow: hidden;
- padding: 0;
- position: absolute;
- width: 1px
- }
- .dv.dvv:active, .dv.dvv:focus {
- clip: auto;
- height: auto;
- margin: 0;
- overflow: visible;
- position: static;
- width: auto
- }
- .dn { display: none }
- .db { display: block }
- .fix:after, .fix:before {
- content: " ";
- display: table
- }
- .fix:after { clear: both }
- .fl { float: left }
- .fr { float: right }
- .pr { position: relative }
- .pa, .pa0 { position: absolute }
- .pa0 {
- left: 0;
- top: 0
- }
- .oh { overflow: hidden }
- .wh {
- width: 100%;
- height: 100%
- }
- .bo { border: 1px solid red }
- .mg {
- margin-left: auto;
- margin-right: auto
- }
- .tc { text-align: center; }
- .wp { margin: 0 auto }
- /*#endregion */
- /*#region loading3 */
- .c {
- list-style: none;
- margin: 0;
- padding: 0;
- position: fixed;
- width: 5em;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .c li {
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- top: 0;
- margin: auto;
- border-radius: 50%;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-transform-origin: center center;
- transform-origin: center center;
- -webkit-animation: anim 1s ease-in-out infinite;
- animation: anim 1s ease-in-out infinite;
- will-change: transform, filter;
- }
- .c li:nth-child(1) {
- width: 1em;
- height: 1em;
- }
- .c li:nth-child(1):after {
- content: '';
- display: block;
- font-size: 25%;
- width: 1em;
- height: 1em;
- border-radius: 50%;
- -webkit-box-shadow: 1em 0 0 rgba(72, 157, 138, 0.2), -1em 0 0 rgba(50, 70, 80, 0.2), 0 1em 0 rgba(211, 75, 76, 0.2), 0 -1em 0 rgba(232, 169, 97, 0.2);
- box-shadow: 1em 0 0 rgba(72, 157, 138, 0.2), -1em 0 0 rgba(50, 70, 80, 0.2), 0 1em 0 rgba(211, 75, 76, 0.2), 0 -1em 0 rgba(232, 169, 97, 0.2);
- }
- .c li:nth-child(2) {
- -webkit-animation-delay: .1s;
- animation-delay: .1s;
- width: 2em;
- height: 2em;
- }
- .c li:nth-child(2):after {
- content: '';
- display: block;
- font-size: 50%;
- width: 1em;
- height: 1em;
- border-radius: 50%;
- -webkit-box-shadow: 1.5em 0 0 rgba(72, 157, 138, 0.4), -1.5em 0 0 rgba(50, 70, 80, 0.4), 0 1.5em 0 rgba(211, 75, 76, 0.4), 0 -1.5em 0 rgba(232, 169, 97, 0.4);
- box-shadow: 1.5em 0 0 rgba(72, 157, 138, 0.4), -1.5em 0 0 rgba(50, 70, 80, 0.4), 0 1.5em 0 rgba(211, 75, 76, 0.4), 0 -1.5em 0 rgba(232, 169, 97, 0.4);
- }
- .c li:nth-child(3) {
- -webkit-animation-delay: .15s;
- animation-delay: .15s;
- width: 3em;
- height: 3em;
- }
- .c li:nth-child(3):after {
- content: '';
- display: block;
- font-size: 75%;
- width: 1em;
- height: 1em;
- border-radius: 50%;
- -webkit-box-shadow: 2em 0 0 rgba(72, 157, 138, 0.6), -2em 0 0 rgba(50, 70, 80, 0.6), 0 2em 0 rgba(211, 75, 76, 0.6), 0 -2em 0 rgba(232, 169, 97, 0.6);
- box-shadow: 2em 0 0 rgba(72, 157, 138, 0.6), -2em 0 0 rgba(50, 70, 80, 0.6), 0 2em 0 rgba(211, 75, 76, 0.6), 0 -2em 0 rgba(232, 169, 97, 0.6);
- }
- .c li:nth-child(4) {
- -webkit-animation-delay: .2s;
- animation-delay: .2s;
- width: 4em;
- height: 4em;
- }
- .c li:nth-child(4):after {
- content: '';
- display: block;
- font-size: 100%;
- width: 1em;
- height: 1em;
- border-radius: 50%;
- -webkit-box-shadow: 2.5em 0 0 rgba(72, 157, 138, 0.8), -2.5em 0 0 rgba(50, 70, 80, 0.8), 0 2.5em 0 rgba(211, 75, 76, 0.8), 0 -2.5em 0 rgba(232, 169, 97, 0.8);
- box-shadow: 2.5em 0 0 rgba(72, 157, 138, 0.8), -2.5em 0 0 rgba(50, 70, 80, 0.8), 0 2.5em 0 rgba(211, 75, 76, 0.8), 0 -2.5em 0 rgba(232, 169, 97, 0.8);
- }
- .c li:nth-child(5) {
- -webkit-animation-delay: .25s;
- animation-delay: .25s;
- width: 5em;
- height: 5em;
- }
- .c li:nth-child(5):after {
- content: '';
- display: block;
- font-size: 125%;
- width: 1em;
- height: 1em;
- border-radius: 50%;
- -webkit-box-shadow: 3em 0 0 #489D8A, -3em 0 0 #324650, 0 3em 0 #D34B4C, 0 -3em 0 #E8A961;
- box-shadow: 3em 0 0 #489D8A, -3em 0 0 #324650, 0 3em 0 #D34B4C, 0 -3em 0 #E8A961;
- }
- @-webkit-keyframes anim {
- 50% {
- -webkit-filter: blur(2px);
- filter: blur(2px);
- }
- 90%, 100% {
- -webkit-transform: rotate(1turn);
- transform: rotate(1turn);
- -webkit-filter: blur(0);
- filter: blur(0);
- }
- }
- @keyframes anim {
- 50% {
- -webkit-filter: blur(2px);
- filter: blur(2px);
- }
- 90%, 100% {
- -webkit-transform: rotate(1turn);
- transform: rotate(1turn);
- -webkit-filter: blur(0);
- filter: blur(0);
- }
- }
- /*#endregion */
|