style.css 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. body{padding:0;margin:0;font:normal 12px/14px "Arial","sans-serif","Tahoma"}
  2. a:link {color: #656565; text-decoration:none;}
  3. a:visited {color: #656565;text-decoration:none;}
  4. a:hover{color:#b3c900;text-decoration:none}
  5. a:active {color: #656565;}
  6. h3,h5{font:bold 12px/14px "Arial","sans-serif","Tahoma";padding:0;margin:0}
  7. img{border:0}
  8. .div_w{position:relative;width:930px;margin:0 auto;}
  9. .clear{clear:both;height:0px;}
  10. .m_top{margin-top:5px;}
  11. .m_bottom{margin-bottom:5px}
  12. .pd_5{padding:5px;}
  13. .space{height:5px;}
  14. .input_login{width:155px;}
  15. .red{color:darkred;}
  16. .f_right{float:right;}
  17. .f_left{float:left;}
  18. .img_selected{padding:1px;border:2px solid #5996E8;}
  19. .img_no_select{padding:1px;border:2px solid #FFFFFF;}
  20. .hand{cursor:pointer;}
  21. .small{font-size:11px;font-weight:normal;}
  22. .t_sub{text-align:center;}
  23. .tr_over{background-color:#F5F5F5;height:23px}
  24. .tr_out{height:23px}
  25. .table{margin:1px auto;clear:both;}
  26. .table .left{float:left;width:145px;*width:150px;text-align:right;*padding:3px 1px;}
  27. .table .right{float:left;text-align:left;padding:1px;width:540px;}
  28. .long_input{width:300px}
  29. .short_input{width:55px}
  30. .submit{padding:0px 4px;*padding:2px 4px 0 4px;font-size:12px;background-color:#ece9d8;border-width:1px;}
  31. button{margin:0;padding:0}
  32. button.btn {background:transparent none repeat scroll;cursor:pointer;margin:0;overflow:visible;padding:0;vertical-align:middle;border:0 none;}
  33. button.btn span, .btn span span {background-color:transparent;background-image:url("button.gif");background-repeat:no-repeat; border:0 none;}
  34. button.btn span {background-position:0;border:0 none;color:#C73615;cursor:pointer;display:inline-block;height:21px;margin:0;padding:0 0 0 10px;text-decoration:none;}
  35. button.btn span span {background-position:right; color:#C73615; display:inline-block; font:normal 12px/20px "Arial";height:20px;padding:0 15px 1px 5px; white-space:nowrap;}
  36. /* 公共头部信息 */
  37. .head{position:relative;top:0;left:0;background:url("top_bg.gif") repeat-x;height:92px;}
  38. .head .logo{position:absolute;top:16px;left:0px;width:230px;}
  39. .head .menu{position:absolute;top:48px;left:250px;}
  40. .foot{position:relative;background:url("foot_bg.gif") repeat-x;color:#ACACAC;line-height:150%;}
  41. .left{float:left;width:223px;}
  42. .right{float:right;width:700px;}
  43. /* 公共模块 */
  44. .model{border:1px #DDD solid;}
  45. .model .bg{background:url("div-bg.jpg") left top repeat-x;margin:1px;}
  46. .model h3{font-size:14px;height:30px;line-height:30px;padding-left:10px;}
  47. .model h3 span.more{float:right;padding-right:10px;padding-top:9px;}
  48. .model h5{font-size:14px;height:30px;line-height:30px;padding-left:10px;}
  49. .model h5 span.more{float:right;padding-right:10px;padding-top:9px;}
  50. .model .msg{line-height:150%;}
  51. .model .ul{list-style:none;margin:0;padding:0}
  52. .model .ul li{float:left;width:162px;margin-left:8px;margin-top:8px;line-height:150%;text-align:center;border:1px solid #DDD;background:#EEE;padding-bottom:5px;}
  53. .model .ul img{padding-top:15px;padding-bottom:5px;}
  54. .model .ol{list-style:none;margin:0;padding:0}
  55. .model .ol li{background:url("arrow.gif") left center no-repeat;height:21px;line-height:21px;padding-left:10px;margin-left:12px;}
  56. .model .ol li span.postdate{float:right;padding-right:10px;line-height:21px;}
  57. .model .link{list-style:none;margin:0;padding:0}
  58. .model .link li{float:left;margin-left:7px;width:88px;height:31px;overflow:hidden;margin-top:5px;white-space:nowrap;}