- 註冊時間
- 2014-1-21
- 最後登錄
- 2021-6-2
- 帖子
- 2663
- 閱讀權限
- 60
- 積分
- 10142
- 精華
- 0
- 機型
- 紅米
- 版本
- 台灣16.0修改版
   
- 真實姓名
- 佬輝阿郎
|
@charset "utf-8"; /* CSS Document */ /* ============容器============== */ body{ margin:0; padding:0; text-align:center; line-height:22px; font:12px Arial,微软雅黑,宋体; background-color:#FFFFFF; } body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form, fieldset { margin: 0; padding: 0; } h1, h2, h3, h4, h5, h6 { font-size:12px; font-weight:normal; } /*ul, ol, li {list-style: none;}*/ a { text-decoration:none; color:#FF0000; } a:hover{ color:#FF0000; text-decoration:underline; } .tabsty1{border-collapse:collapse;} .clear{ clear:both;} .btn_search{ background:url(/rs/images/btn_search.jpg) no-repeat top left; width:96px; height:34px; border-style:none; font-weight:bold; color:#fff; } .text_keys{ background:url(/rs/images/text_keys.jpg) no-repeat top left; width:420px; height:31px; line-height:31px\9; _line-height:31px; padding-left:5px; overflow:hidden; outline:none; border:none; } #container{ width:800px; margin:0 auto; } #header{ width:100%; margin-top:75px; text-align:center; } #pagebody{ width:100%; margin-top:25px; } #remark{ width:800px; margin-top:10px; text-align:left; padding-left:134px; color:#999999; } #result{ margin-top:20px; text-align:left; padding-left:134px; color:#666666; } #footer{ width:100%; height:100px; } |
|