You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.3 KiB
CSS
26 lines
1.3 KiB
CSS
6 years ago
|
@charset "utf-8";
|
||
|
/* CSS Document */
|
||
|
* { font-family:Arial, Helvetica, sans-serif; font-size:13px;}
|
||
|
.clear { clear:both;}
|
||
|
#wrapper { width:800px; margin: 50px auto; background:#f1f1f1; padding:10px; border:1px solid #d1d1d1; -moz-border-radius:4px;}
|
||
|
#pageSelect { width:100%; margin:10px 0 10px 0; }
|
||
|
#pageSelect ul { padding:0px; margin:0px; overflow:hidden; zoom:1; }
|
||
|
#pageSelect ul li { float:left; display:block; -moz-border-radius:4px; margin:0 8px 0 0; color:#545454;}
|
||
|
#pageSelect ul li a { color:#000;}
|
||
|
#andbox, #orbox, #singleUpdate { margin: 5px 0 15px 0;}
|
||
|
#singleUpdate input { width:600px; padding: 5px; font-size:14px; }
|
||
|
#singleUpdate input.updateButton { width:80px;}
|
||
|
#andbox textarea, #orbox textarea { font-size:14px;}
|
||
|
.tipInfo { font-size:12px; }
|
||
|
.tipInfo .inputContent { color:#a31022;}
|
||
|
|
||
|
.searchButton { width:100px; padding: 5px; margin: 20px 0;}
|
||
|
|
||
|
ul.function { margin: 30px 0; display: block}
|
||
|
ul.function li { float: left; display: block; margin-right:15px; background:url(https://data.chinahighlights.com/css/images/bg-gray-jianbian.gif) repeat-x; padding:5px 10px; -moz-border-radius:4px;}
|
||
|
ul.function li a { color:#a31022; font-size:15px; font-weight: bold; text-decoration: none}
|
||
|
|
||
|
.otherInfo { margin: 20px 0;}
|
||
|
|
||
|
ol li { line-height:15px; margin-bottom:5px;}
|