代码语言
.
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
】
浮云效果
作者:
Duncan
/ 发布于
2014/11/18
/
769
<div id = "cloud"><span class='shadow'></span></div> CSS - body { background: #ccc; } #cloud { width: 350px; height: 120px; background: #f2f9fe; background: linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%); background: -webkit-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%); background: -moz-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%); background: -ms-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%); background: -o-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%); border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px; position: relative; margin: 120px auto 20px; } #cloud:after, #cloud:before { content: ''; position: absolute; background: #f2f9fe; z-index: -1 } #cloud:after { width: 100px; height: 100px; top: -50px; left: 50px; border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px; } #cloud:before { width: 180px; height: 180px; top: -90px; right: 50px; border-radius: 200px; -webkit-border-radius: 200px; -moz-border-radius: 200px; } .shadow { width: 350px; position: absolute; bottom: -10px; background: #000; z-index: -1; box-shadow: 0 0 25px 8px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 25px 8px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0 0 25px 8px rgba(0, 0, 0, 0.4); border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
试试其它关键字
浮云效果
同语言下
.
前端PC-移动端CSS公共样式+HTML
.
手机端页面通用样式
.
H5页面通用头部设置
.
elect默认样式美化代码兼容移动端和pc端
.
按钮效果 css
.
唤醒app
.
放大效果
.
html5+css3实现上拉和下拉刷新
.
html上传图片后,在页面显示上传的图片
.
html5实现点击弹出图片
可能有用的
.
C#实现的html内容截取
.
List 切割成几份 工具类
.
SQL查询 多列合并成一行用逗号隔开
.
一行一行读取txt的内容
.
C#动态修改文件夹名称(FSO实现,不移动文件)
.
c# 移动文件或文件夹
.
c#图片添加水印
.
Java PDF转换成图片并输出给前台展示
.
网站后台修改图片尺寸代码
.
处理大图片在缩略图时的展示
Duncan
贡献的其它代码
(
49
)
.
设置HTTP 下载图片
.
计算一个目录的大小
.
浮云效果
.
随机生成信用卡卡号
.
重命名数据库
.
通过文件流读取一个已存在的文件
.
CLI 把16进制字符串转换成数字存到数组
.
显示中文日期
.
在标题栏上显示当前日期
.
创建一个返回上一页的按钮
Copyright © 2004 - 2024 dezai.cn. All Rights Reserved
站长博客
粤ICP备13059550号-3