Commit 907c1716 by 颜景龙

loading修改

parent 7cff0fc7
正在显示 包含 8 行增加8 行删除
...@@ -39,10 +39,10 @@ h1 { ...@@ -39,10 +39,10 @@ h1 {
} }
.spinner { .spinner {
height: 100px; height: 2.5rem;
width: 100px; width: 2.5rem;
display: inline-block; display: inline-block;
margin: -50px auto 0; margin: -1.25rem auto 0;
animation: spin 1s steps(12, end) infinite; animation: spin 1s steps(12, end) infinite;
} }
/* /*
...@@ -51,14 +51,14 @@ h1 { ...@@ -51,14 +51,14 @@ h1 {
} */ } */
.spinner i { .spinner i {
height: 30px; height: .75rem;
width: 6px; width: .15rem;
margin-left: -3px; margin-left: -.075rem;
display: block; display: block;
transition: height 1s; transition: height 1s;
position: absolute; position: absolute;
left: 50%; left: 50%;
transform-origin: center 50px; transform-origin: center 1.25rem;
background: rgba(99, 93, 93, 0.7); background: rgba(99, 93, 93, 0.7);
box-shadow: 0 0 3px rgba(99, 93, 93, 0.7); box-shadow: 0 0 3px rgba(99, 93, 93, 0.7);
border-radius: 3px; border-radius: 3px;
......
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
$(window).ready(function(){ $(window).ready(function(){
setTimeout(function() { setTimeout(function() {
$('.loading').remove(); $('.loading').remove();
}, 200); }, 111100);
$('html').css({'font-size':$(window).width()/375*20}); $('html').css({'font-size':$(window).width()/375*20});
}); });
$(window).resize(function(){ $(window).resize(function(){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此消息的编辑!
注册登录 后发表评论