炫酷粒子跟随背景登录注册页面效果
代码语言:html
所属分类:布局界面
代码描述:炫酷粒子背景登录注册页面效果,立体过程,背景粒子跟随
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<html>
<head>
<link type="text/css" rel="stylesheet" href="http://repo.bfw.wiki/bfwrepo/css/layer.css">
<style type="text/css">
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body, html {
padding: 0;
margin: 0;
}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
body {
font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}
a {
color: #2fa0ec;
text-decoration: none;
outline: none;
}
a:hover,a:focus {
color: #74777b;
}
body {
-webkit-perspective: 800px;
perspective: 800px;
height: 100vh;
margin: 0;
overflow: hidden;
font-family: 'Gudea', sans-serif;
background: #EA5C54;
/* Old browsers */
/* FF3.6+ */
/* W3C */
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#EA5C54 ', endColorstr='#bb6dec',GradientType=1 );
/* IE6-9 fallback on horizontal gradient */
}
body ::-webkit-input-placeholder {
color: #4E546D;
}
body .authent {
box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
display: none;
background: #35394a;
/* Old browsers */
/* FF3.6+ */
/* Chrome10+,Safari5.1+ */
/* Opera 11.10+ */
/* IE10+ */
background: linear-gradient(230deg, rgba(53, 57, 74, 0) 0%, rgb(0, 0, 0) 100%);
/* W3.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0