* {
margin: 0;
}
.first-loading-wrp {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #17171a;
}
.first-loading-wrp > h1 {
font-size: 128px;
}
.first-loading-wrp .loading-wrp {
padding: 98px;
display: flex;
justify-content: center;
align-items: center;
}
.dot {
animation: antRotate 1.2s infinite linear;
transform: rotate(45deg);
position: relative;
display: inline-block;
font-size: 32px;
width: 32px;
height: 32px;
box-sizing: border-box;
}
.dot i {
width: 14px;
height: 14px;
position: absolute;
display: block;
background-color: #1890ff;
border-radius: 100%;
transform: scale(0.75);
transform-origin: 50% 50%;
opacity: 0.3;
animation: antSpinMove 1s infinite linear alternate;
}
.dot i:nth-child(1) {
top: 0;
left: 0;
}
.dot i:nth-child(2) {
top: 0;
right: 0;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.dot i:nth-child(3) {
right: 0;
bottom: 0;
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
.dot i:nth-child(4) {
bottom: 0;
left: 0;
-webkit-animation-delay: 1.2s;
animation-delay: 1.2s;
}
@keyframes antRotate {
to {
-webkit-transform: rotate(405deg);
transform: rotate(405deg);
}
}
@-webkit-keyframes antRotate {
to {
-webkit-transform: rotate(405deg);
transform: rotate(405deg);
}
}
@keyframes antSpinMove {
to {
opacity: 1;
}
}
@-webkit-keyframes antSpinMove {
to {
opacity: 1;
}
}
m0_72731342
- 粉丝: 4
- 资源: 1829
最新资源
- 基于51单片机的NFC门控全部资料+详细文档+源码.zip
- 毕设-基于51单片机的步进电机控制全部资料+详细文档+源码.zip
- 毕设-基于STM32单片机的家庭智能安全系统全部资料+详细文档+源码.zip
- 毕业设计-基于stm32f103RBT6单片机の音乐蜂鸣器(播放器)全部资料+详细文档+源码.zip
- 基于(门禁)单片机wifi模块的安卓通讯全部资料+详细文档+源码.zip
- 基于51(stc89c52)单片机的秒表 电脑自动输出为csv 包含上下位机全部资料+详细文档+源码.zip
- 基于 STM32F0xxKxTx 系列单片机的 STM32 Uno 开发板全部资料+详细文档+源码.zip
- 基于51单片机的LED简易计算器全部资料+详细文档+源码.zip
- 基于51单片机的lcd数字钟,lcd型号为1602a全部资料+详细文档+源码.zip
- 基于51单片机带WIFI和陀螺仪的超声波测距全部资料+详细文档+源码.zip
- 基于51单片机的电机PID调速全部资料+详细文档+源码.zip
- 基于51单片机的电子秤全部资料+详细文档+源码.zip
- 基于51单片机的大学宿舍自动开门系统全部资料+详细文档+源码.zip
- 疲劳驾驶司机异常驾驶行为检测及预警系统 1.开放全部源代码,可自行进行修改 2.提供完整程序打包软件.exe,不用任何编译环境,直接点开就能运行 3.包括疲劳检测(打哈欠,低头,闭眼),人脸ID识别
- 基于51单片机的定时炸弹全部资料+详细文档+源码.zip
- 基于51单片机的多功能时钟全部资料+详细文档+源码.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈