Commit 907c1716 by 颜景龙

loading修改

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