CSS3制作美丽的3D表单
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>CSS3制作3D表单</title>
<style type="text/css">
body{
background-color:#f7f0da;
background-image: -webkit-linear-gradient(180deg,transparent 90%,#eae4cf 10%);
background-image: -moz-linear-gradient(180deg,transparent 90%,#eae4cf 10%);
background-image: -o-linear-gradient(180deg,transparent 90%,#eae4cf 10%);
background-image: -ms-linear-gradient(180deg,transparent 90%,#eae4cf 10%);
background-image: linear-gradient(180deg,transparent 90%,#eae4cf 10%);
background-size: 5px 50px;
}
.box{
margin:20px auto;
width:560px;
text-align:center;
font-weight:bold;
}
.box div:first-child{
font-size:60px;
margin-bottom:20px;
text-shadow:0 2px 0 #c0c0c0,0 3px #979385;
}
.box .input_control{
position:relative;
height:100px;
}
.box input{
position:relative;
font-size:18px;
height:56px;
width:100%;
padding-left:10px;
border:12px solid #fff;
border-radius:3px;
box-shadow:inset 0 0 0 1px #c0c0c0,inset 1px 2px 0 #e6e6e6,1px 2px 0 #c0c0c0,-1px 2px 0 #c0c0c0,2px 3px 0 #c0c0c0,-2px 3px 0 #c0c0c0,2px 12px 0 #c0c0c0,-2px 12px 0 #c0c0c0,0 2px 0 3px #979797,0 10px 0 3px #979797,-2px 15px 10px rgba(0,0,0,.6);
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
-webkit-transition: all 0.1s ease-in;
-moz-transition: all 0.1s ease-in;
-ms-transition: all 0.1s ease-in;
-o-transition: all 0.1s ease-in;
transition: all 0.1s ease-in;
}
.box label{
position:absolute;
top:-2px;
right:50px;
width:74px;
height: 56px;
color:#f3f2f1;
text-shadow:0 3px 1px #9e2719;
border:1px solid #dd684f;
background:-webkit-linear-gradient(top,#e78d7b 0,#dd684f 72px);
background:-moz-linear-gradient(top,#e78d7b 0,#dd684f 72px);
background:-o-linear-gradient(top,#e78d7b 0,#dd684f 72px);
background:-ms-linear-gradient(top,#e78d7b 0,#dd684f 72px);
background:linear-gradient(top,#e78d7b 0,#dd684f 72px);
box-shadow:0 14px 0 #9c2912,0 0 5px rgba(0,0,0,.3);
-webkit-transition: all 0.1s ease-in;
-moz-transition: all 0.1s ease-in;
-o-transition: all 0.1s ease-in;
-ms-transition: all 0.1s ease-in;
transition: all 0.1s ease-in;
}
.box label:after{
position:absolute;
display:block;
width: 74px;
text-align: center;
font: normal normal 30px/56px 'icomoon';
speak: none;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.input_control:nth-of-type(2) label:after{
content:"\21";
}
.input_control:nth-of-type(3) label:after{
content:"\22";
}
.input_control:nth-of-type(4) label:after{
content:"\23";
}
.box input:focus{
outline: 0 none;
top:2px;
box-shadow:inset 0 0 0 1px #c0c0c0,inset 1px 2px 0 #e6e6e6,1px 2px 0 #c0c0c0,-1px 2px 0 #c0c0c0,1px 3px 0 #c0c0c0,-2px 3px 0 #c0c0c0,2px 12px 0 #c0c0c0,-2px 12px 0 #c0c0c0,0 2px 0 3px #979797,0 10px 0 3px #979797,-2px 15px 10px rgba(0,0,0,.6);
}
.box input:focus + label{
top:0;
}
::-webkit-input-placeholder {
color:#d94a2d;
font-style:italic;
}
.box .btn{
position:relative;
width:210px;
height:60px;
color:#4c6e03;
font:bold 35px "Impact";
text-indent:10px;
letter-spacing:3px;
text-align:left;
margin-bottom:20px;
border:none;
border-radius:6px;
text-shadow:-1px 2px 0 #c4e184;
box-shadow:1px 2px 0 #5f8214,-1px 2px 0 #5f8214,2px 3px 0 #5f8214,-2px 3px 0 #5f8214,2px 12px 0 #5f8214,-2px 12px 0 #5f8214,0 2px 0 3px #304601,0 10px 0 3px #304601,-2px 15px 10px rgba(0,0,0,.6);
background:-webkit-linear-gradient(top,#c5e185,#a5c65c);
-webkit-transition: all 0.1s ease-in;
-moz-transition: all 0.1s ease-in;
-o-transition: all 0.1s ease-in;
-ms-transition: all 0.1s ease-in;
transition: all 0.1s ease-in;
}
.box .btn:after{
position:absolute;
display:block;
content:"\25";
width:36px;
height:36px;
border-radius:18px;
background:#5f8214;
top:10px;
right:20px;
text-indent:5px;
text-align:center;
color:#b3d36e;
text-shadow:0 3px 0 #325207;
box-shadow:inset 0 6px 0 #325207;
font: normal normal 18px/40px 'icomoon';
speak: none;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.box .btn:hover{
background:-webkit-linear-gradient(top,#a2c452,#a5c65c);
background:-moz-linear-gradient(top,#a2c452,#a5c65c);
background:-ms-linear-gradient(top,#a2c452,#a5c65c);
background:-o-linear-gradient(top,#a2c452,#a5c65c);
background:linear-gradient(top,#a2c452,#a5c65c);
}
.box .btn:active{
top:2px;
box-shadow:1px 2px 0 #a5c65c,-1px 2px 0 #a5c65c,1px 3px 0 #a5c65c,-2px 3px 0 #5f8214,2px 12px 0 #5f8214,-2px 12px 0 #5f8214,0 2px 0 3px #5f8214,0 10px 0 3px #304601,-2px 15px 10px rgba(0,0,0,.6);
}
.box p a{
color:#d94a2d;
line-height:30px;
font-size:14px;
}
@font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot');
src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
url('fonts/icomoon.svg#icomoon') format('svg'),
url('fonts/icomoon.woff') format('woff'),
url('fonts/icomoon.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
</style>
</head>
<body>
<div><A href="http://www.999jiujiu.com/">http://www.999jiujiu.com/</A></div>
<div class="page">
<section class="demo">
<div class="box">
<form>
<div>secure login</div>
<div class="input_control">
<input type="text" id="inputName" placeholder="Your Name">
<label for="inputName"></label>
</div>
<div class="input_control">
<input type="text" id="inputEmail" placeholder="Your Email">
<label for="inputName"></label>
</div>
<div class="input_control">
<input type="password" id="inputPassword" placeholder="******">
<label for="inputName"></label>
</div>
<div>
<button type="submit" class="btn">LOGIN</button>
</div>
</form>
</div>
</section>
</div>
</body>
</html>
CSS3制作美丽的3D表单的更多相关文章
- 纯CSS3制作学生入学档案表单样式代码
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
- 一款纯css3实现的超炫3D表单
今天要给大家分享一款纯css3实现的超炫3D表单.该特效页面的加载的时候3d四十五度倾斜,当鼠标经过的时候表单动画回正.效果非常炫,一起看下效果图: 在线预览 源码下载 实现的代码. html代码 ...
- 使用 jQuery & CSS3 制作美丽的照片画廊
在本教程中,我们将创建一个很好看的照片画廊效果.我们的想法是,以显示专辑作为一个滑块,而当这张专辑被选中,我们将使用一个美丽的照片堆栈展示专辑的图像.在照片堆栈视图,我们可以通过将最上面的图像移动到所 ...
- 一款简易的CSS3扁平化风格联系表单
CSS3扁平化风格联系表单是一款CSS3简易联系表单非常清新,整体外观不是那么华丽,但是表单扁平化的风格让人看了非常舒服,同时利用了HTML5元素的特性,表单的验证功能变得也相当简单.经测试效果相当不 ...
- 制作Html标签以及表单、表格内容
制作Html一般用DW(......),Html全称为(Hyper Text Markup Language 超文本标记语言) 文本就是平常电脑上的文本文档,只能存储文字,而超文本文档可以存储音乐 ...
- AJAX练习(一):制作可以自动校验的表单(从原理上分析ajax的作用)
继上文(AJAX(一)AJAX的简介和基础)作为联系. 传统网页在注册时检测用户名是否被占用,传统的校验显然缓慢笨拙. 当ajax出现后,这种体验有了很大的改观,因为在用户填写表单时,签名的表单项已经 ...
- JQuery制作网页——第九章 表单验证
1. 表单验证:减轻服务器的压力.保证输入的数据符合要求: 2. 常用的表单验证:日期格式.表单元素是否为空.用户名和密码.E-mail地址.身份证号码等: 3. 表单验证的思路: 1. ...
- 使用jQuery快速高效制作网页交互特效---表单校验
表单基本验证技术 为什么需要表单验证 减轻服务器的压力 保证输入的数据符合要求 常用的表单验证 1.日期格式 2.表单元素是否为空 3.用户名和密码 4.E-mail地址 5.身份证号码 表单选择器 ...
- 9款大气实用的HTML5/CSS3注册登录表单
1.HTML5/CSS3仿Facebook登录表单 利用CSS3制作的登录表单的确很漂亮,我们在html5tricks网站上也分享过几款了,比如CSS3密码强度验证表单可以显示密码的强度,这款纯CSS ...
随机推荐
- WampServer 常见问题
Wamp就是Windows 下的Apache Mysql PHP集成环境. 支持phpmyadmin 注意:安装前请先安装VC 2010运行库(vcredist2010.exe ),否则会提示没有找到 ...
- Navi.Soft31.WebMVC框架(含示例地址)
1概述 1.1应用场景 互联网高速发展,互联网软件也随之越来越多,Web程序越来越被广泛使用.它部署简单,维护方便,深得众多软件公司使用 Bootstrap前端框架,是最近非常流行的框架之一.它简洁, ...
- 安卓程序代写 网上程序代写[原]Android开发技巧--ListView
1. ListView中元素的排序 ListView中的元素排序, 即将数据源排序即可; 给集合排序的方法 : 调用Collections的sort(list, Comparator)方法, 该方法需 ...
- 链接克隆、完整克隆 vmware 快照和克隆
多重快照功能简介: 快照的含义:对某一个特定文件系统在某一个特定时间内的一个具有只读属性的镜像.当你需要重复的返回到某一系统状态,又不想创建多个虚拟机的时候,就可以使用快照功能.其实,快照并不是VMw ...
- 在C++中调用DLL中的函数(3)
1.dll的优点 代码复用是提高软件开发效率的重要途径.一般而言,只要某部分代码具有通用性,就可将它构造成相对独立的功能模块并在之后的项目中重复使用.比较常见的例子是各种应用程序框架,ATL.MFC等 ...
- 关于Unity中的特殊文件目录和资源管理(专题四)
编辑器扩展目录: 1: Editor目录 Editor文件夹可以在根目录下,也可以在子目录里,夹就可以; Editor下面放的所有资源文件或者脚本文件都不会被打进发布包中,并且脚本也只能在编辑时使用; ...
- c数组
一维数组 有三种赋值方式 1.原始的赋值 2. 初始化赋值 3.动态赋值 数组的花式玩法 void main() { ] = {, , , , , , , , , }; test(a); putcha ...
- SAP 金税接口代码 供参考
程序可以通过抓取 客户 开票信息等 下载文本 导出 需要事先创建好几个structure zc0000sdt0016, zc0000sdt0017 REPORT zc0000sdr0016 NO ST ...
- 服务不支持chkconfig的解决
场景: 写了脚本,想用命令chkconfig加载自启动. chkconfig mongod on 解决方法: mongod 脚本的开头要这样加: #!/bin/bash #chkconfig:345 ...
- CI框架 -- 网页缓存
CodeIgniter 可以让你通过缓存页面来达到更好的性能. 尽管 CodeIgniter 已经相当高效了,但是网页中的动态内容.主机的内存 CPU 和数据库读取速度等因素直接影响了网页的加载速度. ...