代码语言
.
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
】
地震波
作者:
o黑色乌鸦o
/ 发布于
2015/1/22
/
810
<!DOCTYPE html> <html> <head> <style type="text/css"> .bigcircle{ width:35px; height:35px; border-radius:35px; border:1px solid rgb(214,228,251); -webkit-animation:pulse 3.5s ease-in-out infinite; animation:pulse 3.5s ease-in-out infinite; } .bigcircle .circle{ position:relative; left:4px; top:4px; width:23px; height:23px; border-radius:23px; border:2px solid rgb(214,228,251); -webkit-animation:pulse 3.5s ease-in-out infinite; animation:pulse 3.5s ease-in-out infinite; } .bigcircle .content{ position:relative; left:3px; top:3px; width:13px; height:13px; border-radius:13px; border:2.5px solid rgb(110,155,239); -webkit-animation:pulse 3.5s ease-in-out infinite; animation:pulse 3.5s ease-in-out infinite; } @-webkit-keyframes pulse{ 0%{-webkit-transform:scale(1)} 25%{-webkit-transform:scale(1.1)} 50%{-webkit-transform:scale(1)} 75%{-webkit-transform:scale(1.1)} 100%{-webkit-transform:scale(1)} } @-moz-keyframes pulse{ 0%{-moz-transform:scale(1)} 25%{-moz-transform:scale(1.1)} 50%{-moz-transform:scale(1)} 75%{-moz-transform:scale(1.1)} 100%{-moz-transform:scale(1)} } @-o-keyframes pulse{ 0%{-o-transform:scale(1)} 25%{-o-transform:scale(1.1)} 50%{-o-transform:scale(1)} 75%{-o-transform:scale(1.1)} 100%{-o-transform:scale(1)} } @-ms-keyframes pulse{ 0%{-ms-transform:scale(1)} 25%{-ms-transform:scale(1.1)} 50%{-ms-transform:scale(1)} 75%{-ms-transform:scale(1.1)} 100%{-ms-transform:scale(1)} } @keyframes pulse{ 0%{transform:scale(1)} 25%{transform:scale(1.1)} 50%{transform:scale(1)} 75%{transform:scale(1.1)} 100%{transform:scale(1)} } .arrow{ position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 20px; top:45%; margin-top:-8px; overflow:hidden; line-height:0; font-size:0; border-bottom-color:#FFF; border-top-color:#FFF; border-right-color:#edf1f2; border-left:none; } .left{ position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 20px; top:45%; margin-top:-8px; left:2px; overflow:hidden; line-height:0; font-size:0; border-bottom-color:#FFF; border-top-color:#FFF; border-right-color:#edf1f2; border-left:none; } </style> </head> <body> <div class="bigcircle"> <div class="circle"> <div class="content"> </div> </div> </div> </body> </html>
试试其它关键字
地震波
同语言下
.
前端PC-移动端CSS公共样式+HTML
.
手机端页面通用样式
.
H5页面通用头部设置
.
elect默认样式美化代码兼容移动端和pc端
.
按钮效果 css
.
唤醒app
.
放大效果
.
html5+css3实现上拉和下拉刷新
.
html上传图片后,在页面显示上传的图片
.
html5实现点击弹出图片
可能有用的
.
C#实现的html内容截取
.
List 切割成几份 工具类
.
SQL查询 多列合并成一行用逗号隔开
.
一行一行读取txt的内容
.
C#动态修改文件夹名称(FSO实现,不移动文件)
.
c# 移动文件或文件夹
.
c#图片添加水印
.
Java PDF转换成图片并输出给前台展示
.
网站后台修改图片尺寸代码
.
处理大图片在缩略图时的展示
o黑色乌鸦o
贡献的其它代码
(
3
)
.
地震波
.
用正则去除html标签
.
实现自动访问网站并获取返回值
Copyright © 2004 - 2024 dezai.cn. All Rights Reserved
站长博客
粤ICP备13059550号-3