style.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. @charset "utf-8";
  2. /* common */
  3. * { word-wrap: break-word; }
  4. ul,ol,li,span,p,form,h1,h2,h3,4,h5,h6,dl,dt,dd { margin: 0; padding: 0; border: 0; z-index:inherit; }
  5. img,a img { border:0; margin:0; padding:0; }
  6. ul,ol,li { list-style:none; }
  7. * { margin:0; padding:0; }
  8. html,body { height:100%; font:12px/1.6 Microsoft YaHei, Helvetica, sans-serif; color:#4C4C4C; }
  9. input,select,textarea,button { font:14px/1.5 Microsoft YaHei, Helvetica, sans-serif; }
  10. body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, .pr, .pc { margin: 0; padding: 0; }
  11. table { empty-cells: show; border-collapse: collapse; }
  12. caption, th { text-align: left; font-weight: 400; }
  13. ul li, .xl li { list-style: none; }
  14. h1, h2, h3, h4, h5, h6 { font-size: 1em; }
  15. em, cite, i { font-style: normal; }
  16. a img { border: none; }
  17. label { cursor: pointer; }
  18. .bg { background: url(./images/pic_bg.jpg); }
  19. .rq { color: red; }
  20. a:link,a:visited,a:hover { color:#4C4C4C; text-decoration:none; }
  21. .blue { color: #0086CE; }
  22. a.blue:link, a.blue:visited, a.blue:hover { color:#0086CE; text-decoration:none; }
  23. .grey { color:#9C9C9C; }
  24. a.grey:link, a.grey:visited, a.grey:hover { color:#9C9C9C; text-decoration:none; }
  25. .orange { color:#F60; }
  26. a.orange:link,a.orange:visited,a.orange:hover{color:#F60;text-decoration:none }
  27. .z { float: left; } .y { float: right; }
  28. .cl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .cl { zoom: 1; }
  29. .overflow{overflow:hidden;}
  30. .none { display:none; }
  31. .vm { vertical-align: middle; }
  32. .vm * { vertical-align: middle; }
  33. .hm { text-align: center; }
  34. .bl_none { border-bottom:0 !important; }
  35. .bl_line { border-bottom:1px solid #DDD; }
  36. .b_radius {border-radius:10px;}
  37. .b_m { margin:10px;}
  38. .b_p { padding:10px}
  39. .mtn { margin-top: 5px !important; }
  40. .mbn { margin-bottom: 5px !important; }
  41. .mtm { margin-top: 10px !important; }
  42. .mbm { margin-bottom: 10px !important; }
  43. .mtw { margin-top: 20px !important; }
  44. .mbw { margin-bottom: 20px !important; }
  45. .pr, .pc { vertical-align: middle; margin: 0 5px 1px 0; padding: 0;+margin-right: 2px;_margin-right: 2px; }
  46. /*----- header -----*/
  47. .visitclienttip { background:#BDD5E6; height:30px; padding:5px 10px;border-bottom:1px solid #F7F7F7;}
  48. .visitclienttip p { line-height:30px; }
  49. .visitclienttip a.btn_download { background:#3D98CF; border-radius:5px; float:right; display:block; width:70px; text-align: center; line-height:24px; color:#E9EFF3; margin-top:3px; box-shadow:1px 2px 2px rgba(0, 0, 0, 0.1); }
  50. .visitclienttip a.btn_download:hover {background:#3094CF;}
  51. .nav { background: url(./images/header_bg.jpg); height: 32px; text-align:center; font-size:19px; padding:8px 10px 8px 0; }
  52. .nav .name {display:inline-block; height:30px; overflow:hidden; white-space:nowrap; width:50%;}
  53. .hdc { padding:10px 10px 0; background: url(./images/nav_b_line.png) repeat-x 0 100%; margin-bottom:10px; }
  54. .hdc h2 { float: left; padding: 0 20px 8px 10px; }
  55. .user_fun { }
  56. .user_fun li { float:right; padding:15px 5px 20px; }
  57. .user_fun li a,.nav .icon_edit a { display:block; width:28px; height:28px; background: url(./images/icon.png) no-repeat; line-height:2000px; overflow:hidden; }
  58. .user_fun .on { background: url(./images/arrow_top.png) no-repeat 50% 100%;}
  59. .user_fun a.icon_userinfo { background-position:0 0;}
  60. .user_fun a.icon_userinfo:hover,.user_fun .on a.icon_userinfo { background-position:0 -28px;}
  61. .user_fun a.icon_threadlist { background-position:-28px 0; }
  62. .user_fun a.icon_threadlist:hover,.user_fun .on a.icon_threadlist { background-position:-28px -28px; }
  63. .user_fun a.icon_search { background-position: -56px 0;}
  64. .user_fun a.icon_search:hover,.user_fun .on a.icon_search { background-position: -56px -28px;}
  65. .user_fun a.icon_hotthread { background-position: -112px 0;}
  66. .user_fun a.icon_hotthread:hover,.user_fun .on a.icon_hotthread { background-position: -112px -28px;}
  67. #usermsg { position:relative;}
  68. .user_fun .icon_msg { position: absolute;background: url(./images/icon_msg.png) no-repeat; width:10px; height:10px; display:block; top:14px; left:26px; }
  69. .nav .icon_edit a { background-position: -84px 0;}
  70. .nav .icon_edit a:hover { background-position: -84px -28px;}
  71. .category { position: relative;}
  72. .category .name { padding:0 10px; display: inline-block; width: 50%; color: #333; height:30px; overflow:hidden;white-space:nowrap;}
  73. .category .name img { margin-left:10px; vertical-align: middle; }
  74. .category .name .tit {white-space:nowrap; display:inline-block; max-width:90%; overflow:hidden; font-weight:400; }
  75. .category .subname_list {position: absolute; top:35px; left:0; width:100%; z-index:10;}
  76. .category .subname_list ul {background:#FFF; border:2px solid #DDD; border-top:0; box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3); width: 118px; font-size:14px; padding:0; line-height:38px; margin: 0 auto;}
  77. .category .subname_list li { border-bottom:1px solid #EEE; }
  78. .category .subname_list a:hover { color:#2782BA; }
  79. .category .subname_list a { display:block; white-space: nowrap; margin: 0 10px; overflow: hidden;}
  80. /*----- forumlist -----*/
  81. .wp {}
  82. .wm { margin:0 10px; }
  83. .bm { margin-bottom: 10px; }
  84. .bm_c { padding: 0 10px; }
  85. .bm_h .o { float: right; width: 31px; }
  86. .bm_h .o img { float: right; cursor: pointer; }
  87. .bm_h .i { padding-left: 10px; }
  88. .bm_h .pn { margin-top: 4px; }
  89. .bm_h { height: 54px; background: url(./images/titlebg.png) repeat-x left bottom; line-height: 54px; white-space: nowrap; overflow: hidden; }
  90. .bm_h h2 { height: 54px; background: url(./images/titlebg.png) no-repeat left top; }
  91. .bm_h:hover { background: url(./images/titlebg.png) repeat-x left -54px; }
  92. .bm_h h2 a { display:block; margin:0 31px 0 10px; padding-left:10px; font-size:18px; line-height:54px; font-weight:400; }
  93. .sub_forum { background: #FFF; border:1px solid #EDEDED; border-top:0; border-radius: 0 0 5px 5px;}
  94. .sub_forum li { height:38px; line-height:38px; border-bottom:1px solid #EDEDED; font-size:16px; overflow:hidden; }
  95. .sub_forum li:last-child { border-bottom:none;}
  96. .sub_forum li a { display: block; padding:0 10px; }
  97. .sub_forum li .num { background:#35A3E6; color:#FFF; float: right; font-size: 14px; height: 25px; line-height: 25px; margin-top: 7px; padding: 0 10px;border-radius:10px; }
  98. /*-- threadlist --*/
  99. .threadlist { padding:0 0px}
  100. .threadlist .thread_tit { padding: 0 10px; border-bottom:1px solid #D9D8D8; line-height:40px; color: #0162AC; font-size:15px; font-size:700;}
  101. .threadlist li { position:relative; border-bottom:1px solid #D9D8D8; font-size:16px; }
  102. .threadlist li a { display:block; padding:7px 10px; font-size:16px; line-height:25px; }
  103. .threadlist .num { position:absolute; background: url(./images/icon_num.png) no-repeat 0 3px; right:10px; bottom:10px; padding:0 0 0 18px; font-size:12px; color:#C0C0C0; }
  104. .threadlist .icon_top,.threadlist .icon_tu { position:absolute; left:0; top:-1px;}
  105. .threadlist .by { font-size:12px; color:#A5A5A5; display:block; }
  106. /*----- post -----*/
  107. .btn_pn { width:44px; height:31px; overflow:hidden; border:0; line-height:31px;}
  108. .btn_pn_grey { background:#EFEFEF url(./images/btn_s_bg.png) no-repeat 0 0; color:#999;}
  109. .btn_pn_blue { background:#2498D8 url(./images/btn_s_bg.png) no-repeat 0 -31px; color:#FFF; }
  110. .post_msg_from li,.post_from li{ line-height:38px; padding:0 10px; font-size:16px; }
  111. .post_msg_from .px,.post_from .px { width:100%; background:none; padding:0; font-size:16px; }
  112. .post_msg_from textarea,.post_from textarea{ border:0; width:100%; background:none; padding:5px 0; font-size:16px;}
  113. .post_from .sort_sel { background:none; width:100%; border: 0;font-size:16px; color:graytext; margin-left:-2px; }
  114. .post_imglist { padding:15px 0 0 15px; }
  115. .post_imglist li { position:relative; float:left; padding: 0 10px 0 0; }
  116. .post_imglist li .del { position: absolute; left:-5px; top:-10px; }
  117. .post_imglist li .p_img img { padding:2px; border:1px solid #DDD; }
  118. .sec_code { padding:10px; color:#999; }
  119. .sec_code .px { color:#999; }
  120. /*----- viewthread -----*/
  121. .postlist h2 { clear:both; font-size:16px; line-height:1.5em; font-weight:bold; margin:5px 10px 0 10px; }
  122. .plc { border-bottom:1px solid #D9D8D8; overflow:hidden; position:relative; }
  123. .plc .avatar { position:absolute; left:10px; top:9px; display:inline; }
  124. .plc .avatar img{ border:1px solid #D7D7D7; padding:1px; }
  125. .plc .pi { margin-left:55px; margin-right:10px; padding:7px 0; position:relative;}
  126. .plc .pi .authi{ position:relative; }
  127. .plc .pi .authi li em{ float:right; font-style: normal; }
  128. .plc .pi .message{ font-size:15px; }
  129. .plc .pi .message .jammer{ font-size:10px; color:#F0F0F0; }
  130. .plc .pi .message img,.plc .pi .img_one img { margin:0px 4px 0px 0; max-width:140px; max-height:140px; }
  131. .plc .pi .message .quote{ padding:10px 10px 7px 11px; margin:5px 0; border:1px dashed #D7D7D7; font-size:12px; }
  132. .plc .pi .img_list { margin:4px auto; }
  133. .plc .pi .img_list li { float:left; width:83px; height:83px; margin:0 4px 4px; text-align:center;vertical-align: middle; line-height:83px; }
  134. .plc .pi .img_list li a { display:block;}
  135. .manage { margin:4px -10px 0 0; position:absolute; top:38px; right:5px; height:50px; }
  136. .button { width:53px; height:39px; color:#FFF; background:url(./images/button_bg.png) no-repeat; margin:0 2px; border:0; font-size:12px; }
  137. .button2 { width:50px; height:32px; color:#FFF; background:url(./images/button_bg2.png) no-repeat; margin:7px 0 3px 0; border:0; font-size:12px; }
  138. .fastpost .input { width:100%; height:34px; text-indent:7px; margin-top:2px; border:1px solid #D9D8D8; }
  139. .search { padding:7px 10px;}
  140. .search .input { width:100%; height:30px; text-indent:7px; margin-top:2px; border:1px solid #D9D8D8;}
  141. /*----- pop -----*/
  142. .tip { width:300px; height:180px; background: url(./images/pic_bg.jpg) repeat; margin:0 auto;border:1px solid #D7D7D7; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;text-align:center;
  143. }
  144. .tip dt { padding:30px 20px; height:75px; font-size:15px; }
  145. .tip dd { background:#FFF; border-top:1px solid #D7D7D7; }
  146. .tip dd a { margin-left:15px; }
  147. /*----- page -----*/
  148. .page { text-align:center; margin:20px 10px; }
  149. .page a { border:1px solid #D7D7D7; border-radius:5px; padding:5px 9px; background:#FFF; }
  150. .page select{ border: 1px solid #CCC; height: 28px;}
  151. /*----- myinfo -----*/
  152. .user_avatar { text-align:center; margin:20px 0; }
  153. .user_avatar img { border-radius:45px; border:1px solid #FFF; box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3); width:60px; height:60px; }
  154. .user_avatar .name { color:#2782BA; font-size:16px; line-height:40px; }
  155. .user_box { background:#FFF; border-radius:10px; border:1px solid #DDD; margin:0 10px; }
  156. .user_box li { line-height:38px; border-bottom:1px solid #DDD; padding:0 20px 0 10px; color:#333; font-size:14px; font-weight:700; }
  157. .user_box li span { color:#2782BA; float:right; }
  158. .btn_exit { padding:10px; }
  159. .btn_exit a { background: url(./images/exit.png) no-repeat; width:300px; height:41px; display:block; line-height:2000px; overflow:hidden; margin:0 auto; }
  160. .btn_exit a:hover { background: url(./images/exit_on.png) no-repeat;}
  161. .myinfo_list { width:300px; margin:0 auto; }
  162. .myinfo_list li { background: url(./images/my_subject_bg.png) no-repeat; width:145px; height:73px; float:left; margin:0 0 10px 5px; }
  163. .myinfo_list li a { display:block; line-height:73px; text-align:center; font-size:16px; }
  164. .tit_msg { position: relative; }
  165. .tit_msg img { position:absolute; left:108px; top:28px; }
  166. /*----- view message -----*/
  167. .friend_msg { padding:5px 0; }
  168. .friend_msg .avat img,.self_msg .avat img{ padding:1px; background: #F2F2F2; border: 1px solid #BABABA; display: inline-block; }
  169. .self_msg { padding:5px 0; }
  170. .friend_msg .date { color:#BEBEBD; padding-left:12px; }
  171. .self_msg .date { color:#BEBEBD; padding-right:12px; text-align:right; }
  172. .dialog_green .dialog_c { background: url(./images/dialog_bg.png) repeat-y; width:230px;}
  173. .dialog_green .dialog_t { background: url(./images/dialog_t.png) no-repeat left top; width:180px;font-size:15px; line-height:25px; padding:15px 25px 0 25px;}
  174. .dialog_green .dialog_b { background: url(./images/dialog_b.png) no-repeat left bottom; width:230px; height:17px; overflow:hidden; }
  175. .dialog_white .dialog_c { background: url(./images/dialog_bg.png) repeat-y right top; width:230px; }
  176. .dialog_white .dialog_t { background: url(./images/dialog_t.png) no-repeat right top; width:180px;font-size:15px; line-height:25px; padding:15px 25px 0 25px;}
  177. .dialog_white .dialog_b { background: url(./images/dialog_b.png) no-repeat right bottom; width:230px; height:17px; overflow:hidden; }
  178. .reply .px { border-radius:4px; padding:7px 10px; width:95%; border:1px solid #D9D8D8; }
  179. .reply .px:focus { color:#4C4C4C;}
  180. /*----- login & register -----*/
  181. .loginbox { padding:10px;}
  182. .login_from { background:#FFF; border-radius:10px; border:1px solid #DDD; margin-bottom:15px; }
  183. .login_from li { border-bottom:1px solid #DDD; line-height:45px; padding:0 10px; color:#AFAFAF; font-size:14px; }
  184. .btn_login .pn,.btn_register .pn { background: url(./images/login.png) no-repeat; width:289px; height:45px; display:block; line-height:46px; overflow:hidden; margin:0 auto; color:#FFF; font-size:16px; font-weight:700; text-align:center;border:0; }
  185. .btn_login .pn:hover,.btn_register .pn:hover { background: url(./images/login_on.png) no-repeat; color:#F0EFEF; }
  186. .btn_qqlogin a { background: url(./images/qqlogin.png) no-repeat; width:300px; height:45px; display:block; line-height:2000px; overflow:hidden; margin:0 auto; }
  187. .btn_qqlogin a:hover { background: url(./images/qqlogin_on.png) no-repeat; }
  188. .loginbox p { line-height:35px; font-size:14px; color:#AFAFAF;}
  189. .reg_link a { background: url(./images/icon_arrow.png) no-repeat 100% center; padding-right:10px; color:#AFAFAF; }
  190. .px{ border:1px solid #ddd; padding: 2px 4px; line-height: 17px; font-size:15px; }
  191. .px:focus { color:#4C4C4C;}
  192. .p_fre { width: auto !important; }
  193. .sel_list { width:100%;border: 0; padding: 2px 4px; font-size:14px; font-weight:700; }
  194. .login_select { display: block; position: relative;}
  195. .login_select .login-btn-inner { display: block; font-size: 14px; font-weight:700; min-width: 0.75em; overflow: hidden; position: relative; text-overflow: ellipsis; white-space: nowrap; }
  196. .login_select select { position: absolute; top: 0; width: 100%; z-index: 2; cursor: pointer; height: 3em; left: 0; max-height: 100%; min-height: 100%; opacity: 0.0001;}
  197. .login-btn-text { float:left; }
  198. .login_select .icon-arrow { background: url(./images/icon_arrow.png) no-repeat 15px 17px; width:30px; height:30px; float:right; }
  199. .login_pop { background:#F1F1F1; padding: 0 14px 20px; }
  200. .log_tit { text-align:center; font-size:16px; font-weight:700; line-height:45px; }
  201. .icon_close { background: url(./images/icon_close.png) no-repeat 0 0; width:13px; height:11px; overflow:hidden; display:block; margin-top:17px; }
  202. .btn_qqlogintext { margin:10px 0; }
  203. .btn_qqlogintext a.text_qqlogin { background: url(./images/qqlogintext.png) no-repeat; width:120px; height:25px; display:block; line-height:2000px; overflow:hidden; }
  204. .login_pop .login_from { margin-bottom: 10px; }
  205. .login_pop .login_check { margin:0 0 10px 0; color:#A5A5A5; }
  206. .q_reg a { color:#A5A5A5; font-size:14px; }
  207. .s_code { color:#A5A5A5; }
  208. .s_code .px { color:#A5A5A5; }
  209. .s_code .px:focus { color:#4C4C4C; }
  210. a.other_c { color:#A5A5A5; margin-left:5px; }
  211. /*----- collection -----*/
  212. .coll_list { background:#FFF; margin:10px; border:1px solid #DDD; padding:0 10px; }
  213. .coll_list li { border-bottom:1px solid #DDD; line-height:45px; }
  214. .coll_list li a { display:block; font-size:16px; padding: 0 0 0 10px; }
  215. .jump_c { padding:130px 25px; font-size:15px; }
  216. .grey { color:#A5A5A5; }
  217. .jump_c a { color:#2782BA; }
  218. /*----- page message & pm-----*/
  219. .pmbox li { position:relative; color:#A5A5A5; border-bottom:1px solid #DDD; font-size:14px; height:55px; overflow:hidden; }
  220. .pmbox li .avatar_img img { background:#F2F2F2; position:absolute; left:10px; top:7px; border:1px solid #E9E9E9; padding:2px; display:inline-block; }
  221. .pmbox li a { display:block; padding:5px 10px 5px 55px; }
  222. .pmbox li .num { background:#35A3E6; color:#FFF; float: right; font-size: 14px; height: 21px; line-height: 21px; padding: 0 10px;border-radius:10px; }
  223. .pmbox li .time { float:right; }
  224. .pmbox li .name { color:#333; }
  225. .grey { color:#A5A5A5; }
  226. /*----- clew con -----*/
  227. .clew_con { padding:10px; }
  228. .clew_con .tit {line-height:40px; font-size:14px; }
  229. .clew_con p { margin:10px 0; }
  230. .clew_con .button {background:#3D98CF; border-radius:5px; display:inline-block; margin-left:6px; margin-top:3px; width:80px; height:26px; text-align: center; line-height:24px; color:#E9EFF3; box-shadow:1px 2px 2px rgba(0, 0, 0, 0.1); cursor: pointer; }
  231. .clew_con .button:hover {background:#3094CF;}
  232. /*----- footer -----*/
  233. .footer { text-align:center; line-height:2em; color:#A5A5A5; padding:10px 0 0 0; }
  234. .footer a { margin:0 6px; color:#A5A5A5; }
  235. /*----- to top --------*/
  236. .scrolltop { display:block; position:fixed; right:8px; height:38px; width:38px; z-index:99; background:rgba(64, 64, 64, .9); border-radius:1px; box-shadow:0 0 2px rgba(0,0,0,.3); }
  237. .scrolltop:after { content:""; position:absolute; top:11px; left:10px; width:18px; height:3px; border-radius:1px; background:white; border-radius:1px; }
  238. .scrolltop:before { content:""; position:absolute; top:15px; left:10px; display:inline-block; border-left:9px solid transparent; border-right:9px solid transparent; border-bottom:9px solid white; border-top:0; -webkit-transform:scale(1,1.2222); -webkit-transform:translate(0,1px); transform:scale(1,1.2222); transform:translate(0,1px); }
  239. .scrolltop.bottom { bottom:8px; }
  240. .scrolltop.bottom:after { top:23px; }
  241. .scrolltop.bottom:before { border-top:9px solid white; border-bottom:0; top:12px; }