43 lines
1.9 KiB
CSS
43 lines
1.9 KiB
CSS
![]() |
/* 全局样式 */
|
||
|
|
||
|
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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{ margin:0; padding:0; border:0; }
|
||
|
|
||
|
body{ color:#333; font-size:0.8em; font-family:'Microsoft YaHei',Arial, Helvetica, sans-serif; background:#eee; }
|
||
|
|
||
|
ul,ol{ list-style-type:none; }
|
||
|
|
||
|
select,input,img{ vertical-align:middle; outline:none; }
|
||
|
|
||
|
a{ text-decoration:none; color:#333; }
|
||
|
|
||
|
|
||
|
|
||
|
/* 通用样式 */
|
||
|
|
||
|
setcion{ height:100%; overflow:hidden; background:#fff; }
|
||
|
|
||
|
#title{ font-size:1.2em; color:#fff; height:2.8em; line-height:2.8em; text-align:center; background:#ff711c; position:relative; position:fixed; top:0; z-index:999; left:0; width:100%; }
|
||
|
|
||
|
#title .back{ width:24px; height:24px; text-align:center; position:absolute; top:0.6em; left:0.6em; background:url(../images/icon_return.png) no-repeat; cursor:pointer; }
|
||
|
|
||
|
#title .btnRight{ width:24px; height:24px; position:absolute; top:0.6em; right:0.6em; cursor:pointer; background:url(../images/icon_sidebar.png) no-repeat; }
|
||
|
|
||
|
#title .order_sm{ top:0; position:absolute; right:0.6em; cursor:pointer; font-size:.9em;}
|
||
|
|
||
|
#title .jobCount{ position:absolute; top:0; left:2.4em; }
|
||
|
|
||
|
#title .btnPrev{ width:24px; height:24px; background:url(../images/icon_prev.png) no-repeat; position:absolute; top:0.6em; right:3em; }
|
||
|
|
||
|
#title .btnNext{ width:24px; height:24px; background:url(../images/icon_next.png) no-repeat; position:absolute; top:0.6em; right:0.6em; }
|
||
|
|
||
|
.more{ color:#fff; width:96%; height:2.6em; line-height:2.6em; margin:1em auto; background:#2576db; text-align:center; cursor:pointer; border-radius:0.3em; }
|
||
|
|
||
|
|
||
|
section p{ text-align:center; line-height:2em; }
|
||
|
|
||
|
section p a{ margin:0 0.5em; color:#ff711c;}
|
||
|
|
||
|
|
||
|
|
||
|
|