123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- @CHARSET "UTF-8";
- #tblQuery span{
- font-size: 12px;
- }
- #tblQuery1 span{
- font-size: 12px;
- }
- .mytable {
- border-collapse: collapse;
- border-spacing: 0;
- font-size: 12px;
- width:100%;
- height:30px;
- }
- .mytable tr{
- height: 30px;
- }
- .mytable th,.mytable td {
- border: 1px solid #8CACBB;
- padding: 0.3em 0.7em;
- text-align: left;
- }
- .mytable th {
- background: #F8F8F8;
- }
- .mytable tr:hover {
- background-color: #f6fafd;
- }
- .mytable td:hover {
- background-color: #f9feff;
- }
- .mytable1 {
- border-collapse: collapse;
- border-spacing: 0;
- font-size: 12px;
- }
- .mytable1 tr{
- height: 30px;
- }
- .mytable1 th,.mytable1 td {
- border: 1px solid #8CACBB;
- padding: 0.3em 0.7em;
- text-align: left;
- }
- .mytable1 th {
- background: #F8F8F8;
- }
- .mytable1 tr:hover {
- background-color: #f6fafd;
- }
- .inputNormal{
- width: 100%;
- height: 19px;
- font-size: 12px;
- font-family: "宋体";
- border: 1px solid #7F9DB9;
- padding-top: 2px;
- background:white;
- }
- .textNormal{
- font-size: 12px;
- font-family: "宋体";
- border: 1px solid #7F9DB9;
- padding-top: 2px;
- background:white;
- }
- .itemRequired {
- background-image:url(../images/input_required.gif);
- background-repeat: no-repeat;
- background-position: right bottom;
- }
- .itemMask {
- letter-spacing: 1px;
- font-family: "宋体";
- ime-mode:disabled;
- }
- .itemReadonly{
- color: #003399;
- background-color:#eee!important;
- }
- #logo{
- background: url(../images/logo_ha.png) no-repeat;
- }
- .query_name{
- width: 100px;float: left;font-size: 12px; text-align: left; height: 26px;line-height: 26px;
- }
- .clear{height: 10px;}
|