select美化效果

代码语言:html

所属分类:表单美化

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>BFW NEW PAGE</title>
    <script id="bfwone" data="dep=jquery.17&err=0" type="text/javascript" src="http://repo.bfw.wiki/bfwrepo/js/bfwone.js"></script>
    <script type="text/javascript">
        bready(function() {
            use(["jquery.easydropdown", "easydropdown"], function() {
              
            });
        });
    </script>
     <style>
     /* --- RESET --- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{
	display: block;
}

table{
	border-spacing: 0;
	border-collapse: collapse;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

a{
	text-decoration: none;
}

nav li{
	list-style-type: none;
	display: inline-block;
}

/* --- DEMO STYLES --- */

body{
	font-family: 'Helvetica Neue', arial, sans-serif;
	color: #333;
	
	-webkit-font-smoothing: antialiased;
}

header{
	padding: 15px 0 20px;
	border-bottom: 1px solid #ddd;
}

h1,h2,h3{
		font-weight: 700;
}

.just{
	text-align: justify;
}

.just:after{
	content: '';
	width: 100%;
	display: inline-block;
}

.just > *{
	display: inline-block;
	vertical-align: bottom;
}

.ib{
	display: inline-block;
}

header .wrapper{
	padding: 0 30px;
}

header h1{
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 8px;
}

header h2{
	font-weight: 400;
	font-size: 20px;
}


section{
	position: relative;
	font-size: 0.1px;
	text-align: justify;
}

section:after{
	content: '';
	display: inline-block;
	width: 100%;
}

section .wrapper{
	padding: 30px;
}

section h3{
	font-size: 20px;
	margin-bottom: 1em;
	padding-top: .5em;
}

section h4{
	font-size: 18px;
	margin-bottom: 1em;
	font-weight: 300;
}

.col{
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.col_1{
	width: 55%;
}

.col_2{
	width: 45%;
	max-width: 520px;
	background: #333;
	color: #ddd;
	
	box-shadow: inset 20px 0 20px -20px rgba(0,0,0,.6);
}

.col_2 h3,
.col_2 strong{
	color: #fff;
}

p,
.text li{
	font-size: 16px;
	font-weight:  300;
}

p.legal{
	font-size: 14px;
	margin-bottom: 0;
}

.col_2 p,
.col_2 .text li{
	font-weight: 400;
}

.bt.........完整代码请登录后点击上方下载按钮下载查看

网友评论0