/* 初始化Css */ * { padding:0; margin:0; } /* 全局字体 */ body { font: 12px 微软雅黑,Calibri,sans-serif; height: 100%; color: #383838; overflow-x: hidden; } .ps { margin-bottom: 5px; width: 100%; height: 20px; } .ps_font { text-align: left; float: left; width: 275px; } .ps_select { text-align: left; width: 245px; } .ps_add { text-align: right; width: 480px; } .list { width: 100%; text-align: center; border-collapse: collapse; } /* 全局table#396389 */ .tr_title { background-color: #4577a5; height: 22px; color: White; } .tr_content { height: 22px; } .td { border: 1px solid #4577a5; } .td_Bottom { border-bottom: 1px solid #4577a5; } .td_oper { width: 100px; border: 1px solid #4577a5; } /* 全局a标签 */ a { color: #4577a5; text-decoration: none; } /* 全局button按钮 */ .btn { color: White; background-color: #4577a5; border:0px; font-size: 8pt; line-height: 20px; width: 45px; height: 20px; border-radius:2px 2px 2px 2px; cursor:pointer; } /* 全局hr横线 */ .menu_module_title { text-align: left; background-color: #4577a5; color: white; width: 100%; height: 2px; } /*清除浮动代码*/ .clearfloat:after { display: block; clear: both; content: ""; visibility: hidden; height: 0 } .clearfloat { zoom: 1 }