style.css 401 B

12345678910111213141516171819202122232425262728
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body,td,th {
  4. font-family: Arial, Helvetica, sans-serif;
  5. font-size: 14px;
  6. margin: 0;
  7. }
  8. img {border:px;}
  9. /*left*/
  10. .left_td{padding-left:20px;}
  11. .left_diqu {
  12. border-top:#eee solid 1px;
  13. border-bottom:#eee solid 1px;
  14. }
  15. .left_title_diqu{
  16. color:#093456;
  17. }
  18. .left_td_jifang {
  19. font-size:13px;
  20. }
  21. .left_td_sheibei {
  22. border-bottom:#ccc dashed 1px;
  23. font-size:12px;
  24. }