| @@ -0,0 +1,21 @@ | |||||
| <div id="mask"> | |||||
| <div class="loadingWrap"> | |||||
| <div id="loading-page"> | |||||
| <div class="rect1"></div> | |||||
| <div class="rect2"></div> | |||||
| <div class="rect3"></div> | |||||
| <div class="rect4"></div> | |||||
| <div class="rect5"></div> | |||||
| </div> | |||||
| <div | |||||
| style=" | |||||
| margin-top: 10%; | |||||
| font-size: 14px; | |||||
| color: #101010; | |||||
| font-family: SourceHanSansSC-regular; | |||||
| " | |||||
| > | |||||
| 任务正在准备中,喝杯水回来再看看~ | |||||
| </div> | |||||
| </div> | |||||
| </div> | |||||
| @@ -28,18 +28,7 @@ | |||||
| white-space: nowrap !important; | white-space: nowrap !important; | ||||
| } | } | ||||
| </style> | </style> | ||||
| <!-- <div class="ui page dimmer"> | |||||
| <div class="ui text loader">{{.i18n.Tr "loading"}}</div> | |||||
| </div> --> | |||||
| <div id="mask"> | |||||
| <div id="loadingPage"> | |||||
| <div class="rect1"></div> | |||||
| <div class="rect2"></div> | |||||
| <div class="rect3"></div> | |||||
| <div class="rect4"></div> | |||||
| <div class="rect5"></div> | |||||
| </div> | |||||
| </div> | |||||
| {{template "custom/global_mask" .}} | |||||
| <div class="repository"> | <div class="repository"> | ||||
| {{template "repo/header" .}} | {{template "repo/header" .}} | ||||
| <div class="ui container"> | <div class="ui container"> | ||||
| @@ -36,15 +36,7 @@ | |||||
| white-space: nowrap !important; | white-space: nowrap !important; | ||||
| } | } | ||||
| </style> | </style> | ||||
| <div id="mask"> | |||||
| <div id="loadingPage"> | |||||
| <div class="rect1"></div> | |||||
| <div class="rect2"></div> | |||||
| <div class="rect3"></div> | |||||
| <div class="rect4"></div> | |||||
| <div class="rect5"></div> | |||||
| </div> | |||||
| </div> | |||||
| {{template "custom/global_mask" .}} | |||||
| <div class="repository"> | <div class="repository"> | ||||
| {{template "repo/header" .}} | {{template "repo/header" .}} | ||||
| <div class="ui container"> | <div class="ui container"> | ||||
| @@ -1,56 +1,6 @@ | |||||
| {{template "base/head" .}} | {{template "base/head" .}} | ||||
| <style> | <style> | ||||
| #mask1 { | |||||
| position: fixed; | |||||
| top: 0px; | |||||
| left: 0px; | |||||
| right: 0px; | |||||
| bottom: 0px; | |||||
| filter: alpha(opacity=60); | |||||
| background-color: rgba(119,119,119,0.8); | |||||
| z-index: 1000; | |||||
| display: none; | |||||
| /* opacity: 0.8; | |||||
| -moz-opacity: 0.5; */ | |||||
| /* padding-top: 100px; */ | |||||
| color: #000000; | |||||
| } | |||||
| #loadingPage1 { | |||||
| width: 50px; | |||||
| height: 40px; | |||||
| text-align: center; | |||||
| font-size: 10px; | |||||
| display: block; | |||||
| } | |||||
| #loadingPage1 > div { | |||||
| background-color: green; | |||||
| height: 100%; | |||||
| width: 6px; | |||||
| display: inline-block; | |||||
| -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out; | |||||
| animation: sk-stretchdelay 1.2s infinite ease-in-out; | |||||
| } | |||||
| #loadingPage1 .rect2 { | |||||
| -webkit-animation-delay: -1.1s; | |||||
| animation-delay: -1.1s; | |||||
| } | |||||
| #loadingPage1 .rect3 { | |||||
| -webkit-animation-delay: -1s; | |||||
| animation-delay: -1s; | |||||
| } | |||||
| #loadingPage1 .rect4 { | |||||
| -webkit-animation-delay: -0.9s; | |||||
| animation-delay: -0.9s; | |||||
| } | |||||
| #loadingPage1 .rect5 { | |||||
| -webkit-animation-delay: -0.8s; | |||||
| animation-delay: -0.8s; | |||||
| } | |||||
| /* 遮罩层css效果图 */ | /* 遮罩层css效果图 */ | ||||
| .inline.required.field.cloudbrain_benchmark { | .inline.required.field.cloudbrain_benchmark { | ||||
| display: none; | display: none; | ||||
| @@ -63,39 +13,11 @@ | |||||
| .inline.required.field.cloudbrain_brainscore { | .inline.required.field.cloudbrain_brainscore { | ||||
| display: none; | display: none; | ||||
| } | } | ||||
| .loadingWrap{ | |||||
| width: 20%; | |||||
| height:25%; | |||||
| border: 1px solid #bbb; | |||||
| background-color:#fff; | |||||
| margin:auto; | |||||
| position: absolute; | |||||
| left: 0; | |||||
| right: 0; | |||||
| top: 0; | |||||
| bottom: 0; | |||||
| display: flex; | |||||
| justify-content: center; | |||||
| align-items: center; | |||||
| flex-direction: column; | |||||
| border-radius: 20px; | |||||
| } | |||||
| </style> | </style> | ||||
| <div id="mask1"> | |||||
| <div class="loadingWrap"> | |||||
| <div id="loadingPage1"> | |||||
| <div class="rect1"></div> | |||||
| <div class="rect2"></div> | |||||
| <div class="rect3"></div> | |||||
| <div class="rect4"></div> | |||||
| <div class="rect5"></div> | |||||
| </div> | |||||
| <div style="margin-top: 10%;font-size: 14px;color:#101010;font-family: SourceHanSansSC-regular;">任务正在准备中,喝杯水回来再看看~</div> | |||||
| </div> | |||||
| </div> | |||||
| {{template "custom/global_mask" .}} | |||||
| <div class="repository"> | <div class="repository"> | ||||
| {{template "repo/header" .}} | {{template "repo/header" .}} | ||||
| @@ -269,7 +191,6 @@ | |||||
| <script> | <script> | ||||
| let form = document.getElementById('form_id'); | let form = document.getElementById('form_id'); | ||||
| $('#messageInfo').css('display', 'none') | $('#messageInfo').css('display', 'none') | ||||
| document.getElementById("mask").style.display = "block" | |||||
| function clearValue() { | function clearValue() { | ||||
| context = inputs[0] | context = inputs[0] | ||||
| context.value = '' | context.value = '' | ||||
| @@ -64,18 +64,7 @@ | |||||
| } | } | ||||
| </style> | </style> | ||||
| <!-- <div class="ui page dimmer"> | |||||
| <div class="ui text loader">{{.i18n.Tr "loading"}}</div> | |||||
| </div> --> | |||||
| <div id="mask"> | |||||
| <div id="loadingPage"> | |||||
| <div class="rect1"></div> | |||||
| <div class="rect2"></div> | |||||
| <div class="rect3"></div> | |||||
| <div class="rect4"></div> | |||||
| <div class="rect5"></div> | |||||
| </div> | |||||
| </div> | |||||
| {{template "custom/global_mask" .}} | |||||
| <div class="repository"> | <div class="repository"> | ||||
| {{template "repo/header" .}} | {{template "repo/header" .}} | ||||
| <div class="ui container"> | <div class="ui container"> | ||||
| @@ -19,90 +19,6 @@ | |||||
| height: 100%; | height: 100%; | ||||
| } | } | ||||
| /* 弹窗 */ | |||||
| #mask { | |||||
| position: fixed; | |||||
| top: 0px; | |||||
| left: 0px; | |||||
| right: 0px; | |||||
| bottom: 0px; | |||||
| filter: alpha(opacity=60); | |||||
| background-color: #777; | |||||
| z-index: 1000; | |||||
| display: none; | |||||
| opacity: 0.8; | |||||
| -moz-opacity: 0.5; | |||||
| padding-top: 100px; | |||||
| color: #000000 | |||||
| } | |||||
| #loadingPage { | |||||
| margin: 200px auto; | |||||
| width: 50px; | |||||
| height: 40px; | |||||
| text-align: center; | |||||
| font-size: 10px; | |||||
| display: block; | |||||
| } | |||||
| #loadingPage>div { | |||||
| background-color: green; | |||||
| height: 100%; | |||||
| width: 6px; | |||||
| display: inline-block; | |||||
| -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out; | |||||
| animation: sk-stretchdelay 1.2s infinite ease-in-out; | |||||
| } | |||||
| #loadingPage .rect2 { | |||||
| -webkit-animation-delay: -1.1s; | |||||
| animation-delay: -1.1s; | |||||
| } | |||||
| #loadingPage .rect3 { | |||||
| -webkit-animation-delay: -1.0s; | |||||
| animation-delay: -1.0s; | |||||
| } | |||||
| #loadingPage .rect4 { | |||||
| -webkit-animation-delay: -0.9s; | |||||
| animation-delay: -0.9s; | |||||
| } | |||||
| #loadingPage .rect5 { | |||||
| -webkit-animation-delay: -0.8s; | |||||
| animation-delay: -0.8s; | |||||
| } | |||||
| @-webkit-keyframes sk-stretchdelay { | |||||
| 0%, | |||||
| 40%, | |||||
| 100% { | |||||
| -webkit-transform: scaleY(0.4) | |||||
| } | |||||
| 20% { | |||||
| -webkit-transform: scaleY(1.0) | |||||
| } | |||||
| } | |||||
| @keyframes sk-stretchdelay { | |||||
| 0%, | |||||
| 40%, | |||||
| 100% { | |||||
| transform: scaleY(0.4); | |||||
| -webkit-transform: scaleY(0.4); | |||||
| } | |||||
| 20% { | |||||
| transform: scaleY(1.0); | |||||
| -webkit-transform: scaleY(1.0); | |||||
| } | |||||
| } | |||||
| /* 消息框 */ | /* 消息框 */ | ||||
| .alert { | .alert { | ||||
| @@ -203,17 +119,6 @@ | |||||
| } | } | ||||
| </style> | </style> | ||||
| <!-- 弹窗 --> | |||||
| <div id="mask"> | |||||
| <div id="loadingPage"> | |||||
| <div class="rect1"></div> | |||||
| <div class="rect2"></div> | |||||
| <div class="rect3"></div> | |||||
| <div class="rect4"></div> | |||||
| <div class="rect5"></div> | |||||
| </div> | |||||
| </div> | |||||
| <div class="alert"></div> | <div class="alert"></div> | ||||
| <div class="repository release dataset-list view"> | <div class="repository release dataset-list view"> | ||||
| {{template "repo/header" .}} | {{template "repo/header" .}} | ||||
| @@ -56,18 +56,7 @@ | |||||
| font-size: 14px !important; | font-size: 14px !important; | ||||
| } | } | ||||
| </style> | </style> | ||||
| <!-- <div class="ui page dimmer"> | |||||
| <div class="ui text loader">{{.i18n.Tr "loading"}}</div> | |||||
| </div> --> | |||||
| <div id="mask"> | |||||
| <div id="loadingPage"> | |||||
| <div class="rect1"></div> | |||||
| <div class="rect2"></div> | |||||
| <div class="rect3"></div> | |||||
| <div class="rect4"></div> | |||||
| <div class="rect5"></div> | |||||
| </div> | |||||
| </div> | |||||
| {{template "custom/global_mask" .}} | |||||
| <div class="repository"> | <div class="repository"> | ||||
| {{template "repo/header" .}} | {{template "repo/header" .}} | ||||
| <div class="ui container"> | <div class="ui container"> | ||||
| @@ -51,18 +51,7 @@ | |||||
| font-size: 14px !important; | font-size: 14px !important; | ||||
| } | } | ||||
| </style> | </style> | ||||
| <!-- <div class="ui page dimmer"> | |||||
| <div class="ui text loader">{{.i18n.Tr "loading"}}</div> | |||||
| </div> --> | |||||
| <div id="mask"> | |||||
| <div id="loadingPage"> | |||||
| <div class="rect1"></div> | |||||
| <div class="rect2"></div> | |||||
| <div class="rect3"></div> | |||||
| <div class="rect4"></div> | |||||
| <div class="rect5"></div> | |||||
| </div> | |||||
| </div> | |||||
| {{template "custom/global_mask" .}} | |||||
| <div class="repository"> | <div class="repository"> | ||||
| {{template "repo/header" .}} | {{template "repo/header" .}} | ||||
| <div class="ui container"> | <div class="ui container"> | ||||
| @@ -209,15 +209,7 @@ | |||||
| box-shadow: 0 2px 3px 0 rgb(34 36 38 / 15%); | box-shadow: 0 2px 3px 0 rgb(34 36 38 / 15%); | ||||
| } | } | ||||
| </style> | </style> | ||||
| <div id="mask"> | |||||
| <div id="loadingPage"> | |||||
| <div class="rect1"></div> | |||||
| <div class="rect2"></div> | |||||
| <div class="rect3"></div> | |||||
| <div class="rect4"></div> | |||||
| <div class="rect5"></div> | |||||
| </div> | |||||
| </div> | |||||
| {{template "custom/global_mask" .}} | |||||
| <div class="repository"> | <div class="repository"> | ||||
| {{template "repo/header" .}} | {{template "repo/header" .}} | ||||
| <div class="ui container"> | <div class="ui container"> | ||||
| @@ -10,16 +10,6 @@ | |||||
| } | } | ||||
| </style> | </style> | ||||
| <!-- 弹窗 --> | |||||
| <div id="mask"> | |||||
| <div id="loadingPage"> | |||||
| <div class="rect1"></div> | |||||
| <div class="rect2"></div> | |||||
| <div class="rect3"></div> | |||||
| <div class="rect4"></div> | |||||
| <div class="rect5"></div> | |||||
| </div> | |||||
| </div> | |||||
| <!-- 提示框 --> | <!-- 提示框 --> | ||||
| <div class="alert"></div> | <div class="alert"></div> | ||||
| @@ -35,15 +35,7 @@ | |||||
| white-space: nowrap !important; | white-space: nowrap !important; | ||||
| } | } | ||||
| </style> | </style> | ||||
| <div id="mask"> | |||||
| <div id="loadingPage"> | |||||
| <div class="rect1"></div> | |||||
| <div class="rect2"></div> | |||||
| <div class="rect3"></div> | |||||
| <div class="rect4"></div> | |||||
| <div class="rect5"></div> | |||||
| </div> | |||||
| </div> | |||||
| {{template "custom/global_mask" .}} | |||||
| <div class="repository"> | <div class="repository"> | ||||
| {{template "repo/header" .}} | {{template "repo/header" .}} | ||||
| <div class="ui container"> | <div class="ui container"> | ||||
| @@ -5,15 +5,7 @@ | |||||
| } | } | ||||
| </style> | </style> | ||||
| <div id="mask"> | |||||
| <div id="loadingPage"> | |||||
| <div class="rect1"></div> | |||||
| <div class="rect2"></div> | |||||
| <div class="rect3"></div> | |||||
| <div class="rect4"></div> | |||||
| <div class="rect5"></div> | |||||
| </div> | |||||
| </div> | |||||
| {{template "custom/global_mask" .}} | |||||
| <div class="repository"> | <div class="repository"> | ||||
| {{template "repo/header" .}} | {{template "repo/header" .}} | ||||
| <div class="repository new repo ui middle very relaxed page grid"> | <div class="repository new repo ui middle very relaxed page grid"> | ||||
| @@ -208,15 +208,6 @@ | |||||
| padding-top: 0.5rem; | padding-top: 0.5rem; | ||||
| } | } | ||||
| </style> | </style> | ||||
| <div id="mask"> | |||||
| <div id="loadingPage"> | |||||
| <div class="rect1"></div> | |||||
| <div class="rect2"></div> | |||||
| <div class="rect3"></div> | |||||
| <div class="rect4"></div> | |||||
| <div class="rect5"></div> | |||||
| </div> | |||||
| </div> | |||||
| <div class="repository"> | <div class="repository"> | ||||
| {{template "repo/header" .}} | {{template "repo/header" .}} | ||||
| <div class="ui container"> | <div class="ui container"> | ||||
| @@ -58,15 +58,7 @@ | |||||
| <!-- <div class="ui page dimmer"> | <!-- <div class="ui page dimmer"> | ||||
| <div class="ui text loader">{{.i18n.Tr "loading"}}</div> | <div class="ui text loader">{{.i18n.Tr "loading"}}</div> | ||||
| </div> --> | </div> --> | ||||
| <div id="mask"> | |||||
| <div id="loadingPage"> | |||||
| <div class="rect1"></div> | |||||
| <div class="rect2"></div> | |||||
| <div class="rect3"></div> | |||||
| <div class="rect4"></div> | |||||
| <div class="rect5"></div> | |||||
| </div> | |||||
| </div> | |||||
| {{template "custom/global_mask" .}} | |||||
| <div class="repository"> | <div class="repository"> | ||||
| {{template "repo/header" .}} | {{template "repo/header" .}} | ||||
| <div class="ui container"> | <div class="ui container"> | ||||
| @@ -215,15 +215,7 @@ | |||||
| box-shadow: 0 2px 3px 0 rgb(34 36 38 / 15%); | box-shadow: 0 2px 3px 0 rgb(34 36 38 / 15%); | ||||
| } | } | ||||
| </style> | </style> | ||||
| <div id="mask"> | |||||
| <div id="loadingPage"> | |||||
| <div class="rect1"></div> | |||||
| <div class="rect2"></div> | |||||
| <div class="rect3"></div> | |||||
| <div class="rect4"></div> | |||||
| <div class="rect5"></div> | |||||
| </div> | |||||
| </div> | |||||
| {{template "custom/global_mask" .}} | |||||
| <div class="repository"> | <div class="repository"> | ||||
| {{template "repo/header" .}} | {{template "repo/header" .}} | ||||
| <div class="ui container"> | <div class="ui container"> | ||||
| @@ -51,18 +51,7 @@ | |||||
| } | } | ||||
| </style> | </style> | ||||
| <!-- <div class="ui page dimmer"> | |||||
| <div class="ui text loader">{{.i18n.Tr "loading"}}</div> | |||||
| </div> --> | |||||
| <div id="mask"> | |||||
| <div id="loadingPage"> | |||||
| <div class="rect1"></div> | |||||
| <div class="rect2"></div> | |||||
| <div class="rect3"></div> | |||||
| <div class="rect4"></div> | |||||
| <div class="rect5"></div> | |||||
| </div> | |||||
| </div> | |||||
| {{template "custom/global_mask" .}} | |||||
| <div class="repository"> | <div class="repository"> | ||||
| {{template "repo/header" .}} | {{template "repo/header" .}} | ||||
| <div class="ui container"> | <div class="ui container"> | ||||
| @@ -166,15 +166,7 @@ td, th { | |||||
| padding-top: 0.5rem ; | padding-top: 0.5rem ; | ||||
| } | } | ||||
| </style> | </style> | ||||
| <div id="mask"> | |||||
| <div id="loadingPage"> | |||||
| <div class="rect1"></div> | |||||
| <div class="rect2"></div> | |||||
| <div class="rect3"></div> | |||||
| <div class="rect4"></div> | |||||
| <div class="rect5"></div> | |||||
| </div> | |||||
| </div> | |||||
| {{template "custom/global_mask" .}} | |||||
| <div class="repository"> | <div class="repository"> | ||||
| {{template "repo/header" .}} | {{template "repo/header" .}} | ||||
| <div class="ui container"> | <div class="ui container"> | ||||
| @@ -1,14 +1,4 @@ | |||||
| {{template "base/head" .}} | {{template "base/head" .}} | ||||
| <!-- 弹窗 --> | |||||
| <div id="mask"> | |||||
| <div id="loadingPage"> | |||||
| <div class="rect1"></div> | |||||
| <div class="rect2"></div> | |||||
| <div class="rect3"></div> | |||||
| <div class="rect4"></div> | |||||
| <div class="rect5"></div> | |||||
| </div> | |||||
| </div> | |||||
| <!-- 提示框 --> | <!-- 提示框 --> | ||||
| <div class="alert"></div> | <div class="alert"></div> | ||||
| <div class="explore users"> | <div class="explore users"> | ||||
| @@ -522,6 +522,60 @@ i.SUCCEEDED { | |||||
| // } | // } | ||||
| /* 弹窗 */ | /* 弹窗 */ | ||||
| // #mask { | |||||
| // position: fixed; | |||||
| // top: 0px; | |||||
| // left: 0px; | |||||
| // right: 0px; | |||||
| // bottom: 0px; | |||||
| // filter: alpha(opacity=60); | |||||
| // background-color: #777; | |||||
| // z-index: 1000; | |||||
| // display: none; | |||||
| // opacity: 0.8; | |||||
| // -moz-opacity: 0.5; | |||||
| // padding-top: 100px; | |||||
| // color: #000000; | |||||
| // } | |||||
| #loadingPage { | |||||
| margin: 300px auto; | |||||
| width: 50px; | |||||
| height: 40px; | |||||
| text-align: center; | |||||
| font-size: 10px; | |||||
| display: block; | |||||
| } | |||||
| #loadingPage > div { | |||||
| background-color: green; | |||||
| height: 100%; | |||||
| width: 6px; | |||||
| display: inline-block; | |||||
| -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out; | |||||
| animation: sk-stretchdelay 1.2s infinite ease-in-out; | |||||
| } | |||||
| #loadingPage .rect2 { | |||||
| -webkit-animation-delay: -1.1s; | |||||
| animation-delay: -1.1s; | |||||
| } | |||||
| #loadingPage .rect3 { | |||||
| -webkit-animation-delay: -1s; | |||||
| animation-delay: -1s; | |||||
| } | |||||
| #loadingPage .rect4 { | |||||
| -webkit-animation-delay: -0.9s; | |||||
| animation-delay: -0.9s; | |||||
| } | |||||
| #loadingPage .rect5 { | |||||
| -webkit-animation-delay: -0.8s; | |||||
| animation-delay: -0.8s; | |||||
| } | |||||
| #mask { | #mask { | ||||
| position: fixed; | position: fixed; | ||||
| top: 0px; | top: 0px; | ||||
| @@ -529,17 +583,29 @@ i.SUCCEEDED { | |||||
| right: 0px; | right: 0px; | ||||
| bottom: 0px; | bottom: 0px; | ||||
| filter: alpha(opacity=60); | filter: alpha(opacity=60); | ||||
| background-color: #777; | |||||
| background-color: rgba(119, 119, 119, 0.8); | |||||
| z-index: 1000; | z-index: 1000; | ||||
| display: none; | display: none; | ||||
| opacity: 0.8; | |||||
| -moz-opacity: 0.5; | |||||
| padding-top: 100px; | |||||
| color: #000000; | color: #000000; | ||||
| } | } | ||||
| #loadingPage { | |||||
| margin: 200px auto; | |||||
| .loadingWrap { | |||||
| width: 20%; | |||||
| height: 25%; | |||||
| border: 1px solid #bbb; | |||||
| background-color: #fff; | |||||
| margin: auto; | |||||
| position: absolute; | |||||
| left: 0; | |||||
| right: 0; | |||||
| top: 0; | |||||
| bottom: 0; | |||||
| display: flex; | |||||
| justify-content: center; | |||||
| align-items: center; | |||||
| flex-direction: column; | |||||
| border-radius: 20px; | |||||
| } | |||||
| #loading-page { | |||||
| width: 50px; | width: 50px; | ||||
| height: 40px; | height: 40px; | ||||
| text-align: center; | text-align: center; | ||||
| @@ -547,7 +613,7 @@ i.SUCCEEDED { | |||||
| display: block; | display: block; | ||||
| } | } | ||||
| #loadingPage > div { | |||||
| #loading-page > div { | |||||
| background-color: green; | background-color: green; | ||||
| height: 100%; | height: 100%; | ||||
| width: 6px; | width: 6px; | ||||
| @@ -556,26 +622,25 @@ i.SUCCEEDED { | |||||
| animation: sk-stretchdelay 1.2s infinite ease-in-out; | animation: sk-stretchdelay 1.2s infinite ease-in-out; | ||||
| } | } | ||||
| #loadingPage .rect2 { | |||||
| #loading-page .rect2 { | |||||
| -webkit-animation-delay: -1.1s; | -webkit-animation-delay: -1.1s; | ||||
| animation-delay: -1.1s; | animation-delay: -1.1s; | ||||
| } | } | ||||
| #loadingPage .rect3 { | |||||
| #loadin-page .rect3 { | |||||
| -webkit-animation-delay: -1s; | -webkit-animation-delay: -1s; | ||||
| animation-delay: -1s; | animation-delay: -1s; | ||||
| } | } | ||||
| #loadingPage .rect4 { | |||||
| #loading-page .rect4 { | |||||
| -webkit-animation-delay: -0.9s; | -webkit-animation-delay: -0.9s; | ||||
| animation-delay: -0.9s; | animation-delay: -0.9s; | ||||
| } | } | ||||
| #loadingPage .rect5 { | |||||
| #loading-page .rect5 { | |||||
| -webkit-animation-delay: -0.8s; | -webkit-animation-delay: -0.8s; | ||||
| animation-delay: -0.8s; | animation-delay: -0.8s; | ||||
| } | } | ||||
| @-webkit-keyframes sk-stretchdelay { | @-webkit-keyframes sk-stretchdelay { | ||||
| 0%, | 0%, | ||||
| 40%, | 40%, | ||||