waptest.css 4.08 KB
/*
 * html5doctor.com Reset Stylesheet
 */

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

body {
    line-height: 1;
}

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

nav ul {
    list-style: none;
}

li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote: before, blockquote: after,
q: before, q: after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
    margin: 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/* clear the float css */
.clearfix {
    display: inline-table;
    zoom:1;
    clear: both;
}
.clearfix:before,
.clear:after {
    content: " "; 
    display: block; 
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden; 
}

/* wap test css */
html>body {
    font-family: 'Microsoft YaHei';
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #78ad26;
}
.header,
.main {
    min-width: 365px;
}
.header {
    font-size: 16px;
    color: #fff;
    background: url(../../images/pnr_sign-up_banner.png) no-repeat center center;
    background-size: cover;
}
.nav {
    width: 100%;
    background: rgba( 111,197,59, 0.7 );
    padding: 1em 0;
}
.nav ul,
.nav input,
.menu li,
.s-ul li {
    float: left;
}
.nav input {
    border: 0;
    border-radius: 3px;
    background: #53b324;
    color: #dcefd3;
    padding: 0 10px;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    line-height: 30px;
    width: 50%;
}
.nav ul {
    margin-right: 3%;
}
.nav li {
    padding: 7px;
}
.nav-word {
    padding: 1.2em;
}
.main {
    background-color: #fff;
    text-align: center;
}
.service {
    background-color: #f9f9f9;
}
.menu {
    padding: 1em;
    background-color: #fff;
}
.menu p {
    padding: .6em;
}
.main i {
    width: 56px;
    height: 55px;
    background: url(../../images/waptest.png) no-repeat;
    background-size: 280px;
}
.s-dili {
    border-bottom: 1px solid #ccc;
    color: #999;
    text-align: center;
    margin: .5em 0 1.5em 0;
}
.s-dili span,
.s-ul span,
.s-ul a,
.s-ul,
.main i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.s-dili span {
    position: relative;
    bottom: -.5em;
    z-index: 1;
    background-color: #f9f9f9;
    padding: 0 .5em;
}
.s-ul {
    padding: 0 1em;
}
.s-ul li {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: .8em;
    margin: 0 .7em 1em .6em;
}
.s-ul span {
    width: 72px;
    color: #999;
    margin: 4px 22px;
}
.s-ul i {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: .5em;
}
i.purchase {
    background-position: 0 0;
}
i.supply {
    background-position: -55px 0;
}
i.price {
    background-position: -111px 0;
}
i.business {
    background-position: -166px 0;
}
i.s-1 {
    background-position: 0 -55px;
}
i.s-2 {
    background-position: -40px -55px;
}
i.s-3 {
    background-position: -80px -55px;
}
i.s-4 {
    background-position: -120px -55px;
}
i.s-5 {
    background-position: -160px -55px;
}
i.s-6 {
    background-position: -200px -55px;
}
i.s-7 {
    background-position: -240px -55px;
}
.footer {
    clear: both;
}