我写的CSS样式

阅读更多
css 代码
  1. /*说明:b样式改成与div一样; div=>b  
  2.  *em,i样式不再斜体 i=>span  
  3.  *h4=>p  
  4.  
  5. *{behavior:url(hover.htc);} */  
  6. body,th,td,textarea,a,input,form,h4,   
  7. body .fnt_nrl{font-family:Tahoma,Verdana"宋体";font-size:12px;color:#333;}   
  8. body{background#FFF;line-height:18px;}   
  9. em,i{font-style:normal}   
  10. p,h4{padding:5px 0;line-height:18px;margin:0;}   
  11. img,form{margin:0;padding:0;border:0;}   
  12.   
  13. .clear{clear:both;font-size:1pxline-height:1px;margin-top:-1px;}   
  14. .cls{clear:both}   
  15. .mp0{margin:0;padding:0;}   
  16. .m_t12{margin-top:12px;}   
  17. .p_a6{padding:6px;}   
  18. .p_a6_12{padding:6px 12px;}   
  19. .hide{display:none}   
  20. .show,b{display:block}   
  21. .dpl_i{display:inline}   
  22. .   
  23. .fl{float:left}   
  24. .fr{float:rightright}   
  25. .layec{margin:0 auto;}   
  26. .txt_al{text-align:left;}   
  27. .txt_ac{text-align:center}   
  28. .txt_ar{text-align:rightright}   
  29. .txt_i12{text-indent:12px;}   
  30.   
  31. /*前景色开始*/  
  32. .h_white:hover,     .cl_white{color:#FFF;}   
  33. .h_blue:hover,      .cl_blue{color:blue}   
  34. .h_red:hover,       .cl_red{color:#FF0000}   
  35. .h_green:hover,     .cl_green{color:green}   
  36. .h_069dfd:hover,        .cl_069dfd{color:#069DFD;}   
  37. .h_f60:hover,       .cl_f60{color:#FF6600}   
  38. .cl_777{color:#777;}   
  39. .cl_gray{color:#808080}   
  40. .cl_999{color:#999;}   
  41. .cl_ccc{color:#ccc}   
  42. .ah_black:hover,        .cl_black{color:#000;}   
  43. /*前景色结束*/  
  44.   
  45. .fnt_b{font-weight:bold;}   
  46. .fnt_i{font-style:italic}   
  47. .fnt_n,b{font-weight:normal;}   
  48.   
  49. .lh20{line-height:20px;}   
  50.   
  51.   
  52. /*背景色开始*/  
  53. .bg_ccc{background:#CCC}   
  54. .bg_f1f{background:#F1F1F1;}   
  55. .hbg_f3f:hover,    .bg_f3f{background:#F3F3F3}   
  56. .hbg_f60:hover,    .bg_f60{background:#FF6600}   
  57. .hbg_black:hover,  .bg_black{background:#000000}   
  58. .hbg_wihte:hover,  .bg_white{background:#FFF}   
  59.   
  60. .bd_b_d1{border-bottom:1px dashed #F3f3f3}   
  61. .bd_a_d1{border:1px dashed #F3f3f3}   
  62. .bd_a_s1{border:1px solid #F3f3f3}   
  63. /*背景色结束*/  
  64.   
  65.   
  66. .tbl{}   
  67. .tbl_fixed{table-layout:fixed;clear:both}   
  68.   
  69. .ul_nolist{list-style:none;}   
  70.   
  71. a.ah_noul:hover, .txt_noul{text-decoration:none;}   
  72. a.ah_ul:hover,   .txt_ul{text-decoration:underline}   
  73.   
  74. .cur_pi{cursor:pointer;}   

你可能感兴趣的:(CSS,HTC,F#)