css代码:
body {
background:#1b1d1f;
display:flex;
justify-content:center;
align-items:center;
height:100vh;
padding:0;
margin:0
}
.loader {
width:130px;
height:170px;
position:relative
}
.loader::before,.loader::after {
content:"";
width:0;
height:0;
position:absolute;
bottom:30px;
left:15px;
z-index:1;
border-left:50px solid transparent;
border-right:50px solid transparent;
border-bottom:20px solid rgba(107,122,131,.15);
transform:scale(0);
transition:all 0.2s ease
}
.loader::after {
border-right:15px solid transparent;
border-bottom:20px solid rgba(102,114,121,.2)
}
.loader .getting-there {
width:120%;
text-align:center;
position:absolute;
bottom:0;
left:-7%;
font-family:"Lato";
font-size:12px;
letter-spacing:2px;
color:#555
}
.loader .binary {
width:100%;
height:140px;
display:block;
color:#555;
position:absolute;
top:0;
left:15px;
z-index:2;
overflow:hidden
}
.loader .binary::before,.loader .binary::after {
font-family:"Lato";
font-size:24px;
position:absolute;
top:0;
left:0;
opacity:0
}
.loader .binary:nth-child(1)::before {
content:"0";
-webkit-animation:a 1.1s linear infinite;
animation:a 1.1s linear infinite
}
.loader .binary:nth-child(1)::after {
content:"0";
-webkit-animation:b 1.3s linear infinite;
animation:b 1.3s linear infinite
}
.loader .binary:nth-child(2)::before {
content:"1";
-webkit-animation:c 0.9s linear infinite;
animation:c 0.9s linear infinite
}
.loader .binary:nth-child(2)::after {
content:"1";
-webkit-animation:d 0.7s linear infinite;
animation:d 0.7s linear infinite
}
.loader.JS_on::before,.loader.JS_on::after {
transform:scale(1)
}
@-webkit-keyframes a {
0% {
transform:translate(30px,0) rotate(30deg);
opacity:0
}
100% {
transform:translate(30px,150px) rotate(-50deg);
opacity:1
}
}@keyframes a {
0% {
transform:translate(30px,0) rotate(30deg);
opacity:0
}
100% {
transform:translate(30px,150px) rotate(-50deg);
opacity:1
}
}@-webkit-keyframes b {
0% {
transform:translate(50px,0) rotate(-40deg);
opacity:0
}
100% {
transform:translate(40px,150px) rotate(80deg);
opacity:1
}
}@keyframes b {
0% {
transform:translate(50px,0) rotate(-40deg);
opacity:0
}
100% {
transform:translate(40px,150px) rotate(80deg);
opacity:1
}
}@-webkit-keyframes c {
0% {
transform:translate(70px,0) rotate(10deg);
opacity:0
}
100% {
transform:translate(60px,150px) rotate(70deg);
opacity:1
}
}@keyframes c {
0% {
transform:translate(70px,0) rotate(10deg);
opacity:0
}
100% {
transform:translate(60px,150px) rotate(70deg);
opacity:1
}
}@-webkit-keyframes d {
0% {
transform:translate(30px,0) rotate(-50deg);
opacity:0
}
100% {
transform:translate(45px,150px) rotate(30deg);
opacity:1
}
}@keyframes d {
0% {
transform:translate(30px,0) rotate(-50deg);
opacity:0
}
100% {
transform:translate(45px,150px) rotate(30deg);
opacity:1
}
}
.io-black-mode .loader .getting-there,.io-black-mode .loader .binary {
color:#bbb
}
html代码:
<div id="loading"> <div class="loader JS_on"> <span class="binary"></span> <span class="binary"></span> <span class="getting-there">LOADING STUFF...</span> </div> </div>
上面是“网站加载中loading..样式三代码介绍”的全面内容,想了解更多关于 前端知识 内容,请继续关注web建站教程。
当前网址:https://ipkd.cn/webs_13320.html
workflows工作流
一条精致透明的朱红色水晶龙
一座生动的点彩主义灯塔ComfyUI工作流
一位身着传统红色服装的女战士ComfyUI工作流
庭院,彩色玫瑰,云雾笼罩comfyui工作流
一个骷髅海盗船长ComfyUI工作流
一只放屁虫甲虫ComfyUI工作流
五颜六色的球花comfyui工作流
一位漂亮的女人坐在樱花树旁
猜你喜欢
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!

一起去看流星雨(代码)
利用js+css3做一个小鱼游泳特效
3D彩色卡片
css3动画loading效果
Bootstrap可视化拖放布局
用ascii字符画图像
自动打字效果(惊喜在后面)
canvas空间文本射线










