147 lines
2.5 KiB
CSS
147 lines
2.5 KiB
CSS
.TableBill .ControlBox_SingleLine {
|
|
border: none;
|
|
background-color: white;
|
|
background-image: none;
|
|
}
|
|
|
|
.TableBill .ControlBox_MultiLine {
|
|
border: none;
|
|
background-color: white;
|
|
background-image: none;
|
|
}
|
|
|
|
.TableBill .ControlBox_Disabled {
|
|
background-color: white;
|
|
background-image: none;
|
|
}
|
|
|
|
.TableBill .ControlBox_NotEmpty {
|
|
background-image: none;
|
|
}
|
|
|
|
.TableBill td.tdbill {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.TableBill .tdbill {
|
|
font-size: 18px !important;
|
|
}
|
|
|
|
.TableBill td.tdbill .ControlBox_Caption {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.TableBill td.tdbill .ControlBox_Body {
|
|
min-height: 50px;
|
|
}
|
|
|
|
.TableBill td.tdbill .ControlBox_SingleLine input {
|
|
font-size: 18px;
|
|
min-height: 50px;
|
|
}
|
|
|
|
.TableBill td.tdbill .ControlBox_MultiLine textarea {
|
|
font-size: 18px;
|
|
min-height: 50px;
|
|
}
|
|
|
|
.tdbill td.ControlBox_Description div {
|
|
font-size: 18px !important;
|
|
}
|
|
|
|
.l-grid-header-table {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.l-grid-header-inner {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.DataGridContainer {
|
|
overflow: auto;
|
|
height: 100%;
|
|
}
|
|
|
|
.datagrid {
|
|
border: 0px solid black;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.datagrid tr {
|
|
border: 1px solid black;
|
|
word-break: break-all;
|
|
word-wrap: break-word;
|
|
cursor: hand;
|
|
}
|
|
|
|
.datagrid tr td {
|
|
border-top: 1px solid black;
|
|
border-right: 1px solid black;
|
|
border-bottom: 1px solid black;
|
|
border-left: 1px solid black;
|
|
padding: 0px;
|
|
height: 26px;
|
|
}
|
|
|
|
.datagrid tr td.ControlBox_Body {
|
|
border: none;
|
|
}
|
|
|
|
.datagrid input {
|
|
text-align: center;
|
|
}
|
|
|
|
.ControlBox_Table td {
|
|
border: none !important;
|
|
}
|
|
|
|
.header {
|
|
z-index: 10;
|
|
position: relative;
|
|
height: 28px;
|
|
border: 1px solid black;
|
|
top: expression(this.offsetParent.scrollTop);
|
|
table-layout: fixed;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
background-color: #efefef;
|
|
}
|
|
|
|
.header td {
|
|
white-space: nowrap;
|
|
padding: 5px; /*background: url(../images/tabletitle_bg.gif) #888 repeat-x 0 0;*/
|
|
}
|
|
|
|
.datagrid tr.item {
|
|
background-color: white;
|
|
}
|
|
|
|
.datagrid tr.alternatingitem {
|
|
background-color: #fdfbfe;
|
|
}
|
|
|
|
.datagrid tr.itemOver {
|
|
background-color: #EFEDDE;
|
|
}
|
|
|
|
.datagrid tr.alternatingitemOver {
|
|
background-color: #EFEDDE;
|
|
}
|
|
|
|
|
|
.td_baoxiaoriqi .ui-datepicker-trigger {
|
|
top: 23px !important;
|
|
}
|
|
|
|
.font18 {
|
|
font-size: 18px;
|
|
}
|
|
|
|
#DataGrid1 .item_order {
|
|
width: 70px;
|
|
}
|
|
|
|
.padding10 {
|
|
padding: 10px !important;
|
|
}
|