代码语言
.
CSharp
.
JS
Java
Asp.Net
C
MSSQL
PHP
Css
PLSQL
Python
Shell
EBS
ASP
Perl
ObjC
VB.Net
VBS
MYSQL
GO
Delphi
AS
DB2
Domino
Rails
ActionScript
Scala
代码分类
文件
系统
字符串
数据库
网络相关
图形/GUI
多媒体
算法
游戏
Jquery
Extjs
Android
HTML5
菜单
网页交互
WinForm
控件
企业应用
安全与加密
脚本/批处理
开放平台
其它
【
Css
】
Skype风格的Loading
作者:
liangbo
/ 发布于
2014/12/19
/
687
body { background: skyblue; } @keyframes rotate { from { transform: rotate(0); } to { transform: rotate(360deg); } } @keyframes scale { from { transform: scale(1); } 25% { transform: scale(.35); } to { transform: scale(1); } } $width: 80px; .loading { width: $width; height: $width; position: relative; margin: 50px auto; div { width: 0; height: 0; left: 0; right: 0; top: 0; bottom: 0; margin: 0 auto; position: relative; transform-origin: center ($width / 2); animation: rotate 2s infinite; @for $idx from 1 through 8 { &:nth-child(#{$idx}), &:nth-child(#{$idx})::after { animation-delay: $idx * .09s + 1s; } } &::after { content: ""; display: block; position: absolute; left: -$width / 8; right: -$width / 8; top: -$width / 8; bottom: -$width / 8; background: white; border-radius: 50%; box-shadow: rgba(255, 255, 255, .5) 0 0 2px; animation: scale 2s infinite ease-in-out; } } span { position: absolute; bottom: -$width / 2; left: 0; right: 0; text-align: center; color: white; font-family: sans-serif; } } <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title></title> <link href="loading.css" rel="stylesheet" /> </head> <body> <div class="loading"> <div class="circle"></div> <div class="circle"></div> <div class="circle"></div> <div class="circle"></div> <div class="circle"></div> <div class="circle"></div> <div class="circle"></div> <div class="circle"></div> <span>Loading...</span> </div> </body> </html>
试试其它关键字
Loading
Skype
同语言下
.
前端PC-移动端CSS公共样式+HTML
.
手机端页面通用样式
.
H5页面通用头部设置
.
elect默认样式美化代码兼容移动端和pc端
.
按钮效果 css
.
唤醒app
.
放大效果
.
html5+css3实现上拉和下拉刷新
.
html上传图片后,在页面显示上传的图片
.
html5实现点击弹出图片
可能有用的
.
C#实现的html内容截取
.
List 切割成几份 工具类
.
SQL查询 多列合并成一行用逗号隔开
.
一行一行读取txt的内容
.
C#动态修改文件夹名称(FSO实现,不移动文件)
.
c# 移动文件或文件夹
.
c#图片添加水印
.
Java PDF转换成图片并输出给前台展示
.
网站后台修改图片尺寸代码
.
处理大图片在缩略图时的展示
liangbo
贡献的其它代码
(
4
)
.
android上字体由粗体变成普通体
.
富文本放大与缩小
.
Skype风格的Loading
.
MapReduce默认操作
Copyright © 2004 - 2024 dezai.cn. All Rights Reserved
站长博客
粤ICP备13059550号-3