12345678910111213141516171819202122232425262728 |
- @charset "utf-8";
- /* CSS Document */
- body,td,th {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 14px;
- margin: 0;
- }
- img {border:px;}
- /*left*/
- .left_td{padding-left:20px;}
- .left_diqu {
- border-top:#eee solid 1px;
- border-bottom:#eee solid 1px;
- }
- .left_title_diqu{
- color:#093456;
- }
- .left_td_jifang {
- font-size:13px;
- }
- .left_td_sheibei {
- border-bottom:#ccc dashed 1px;
- font-size:12px;
- }
|