ext样式
?????????????????????????? items:[{
??? ??? ??? ???  %;? anchor:'100%',
??? ??? ??? ??? ??? ??? ??? ??? ??? readOnly:true,
??? ??? ??? ??? ??? ??? ??? ??? ??? fieldLabel:'窗口数量'
??? ??? ??? ??? ??? ??? ??? ??? }]
?
?
.m17_2
{
??? background-image: url("../imgs/m8_11.gif") !important;
}
?
---------------------
?
@CHARSET "UTF-8";
/*表格通用设置*/
#rpt_table
{
??? border-collapse: collapse;
??? border: #d3d3d3 1px solid;
??? font-size: 9pt;
??? font-family: 宋体;
??? color: #000;
??? width: 100%;
}
/*表格标题行通用设置*/
#rpt_table thead tr td
{
??? border-right: #d3d3d3 1px solid;
??? border-bottom: #d3d3d3 1px solid;
??? height: 20px;
??? text-align: center;???
??? font-weight: bold;
??? background-color: #d0def0;/*#f0f8ff;*/
}
/*表格数据体通用设置*/
#rpt_table tbody tr td
{
??? border-right: #d3d3d3 1px solid;
??? border-bottom: #d3d3d3 1px solid;
??? text-align: center;???
??? height: 16px;???
}
.titleColor
{
??? color:#15428B;
??? font-weight: bold;
}
.subtotal{
??? background-color:#ABF7F1;
}
.total{
??? background-color:#EDF895;
}
.summed{
??? background-color:#FFE137;
}
?
?
?
?
--------------
?
?
?
<style type="text/css">
??? .inputType{background:#dfe8f6;color:gray;border-top:0px;border-left:0px;border-right:0px;'}??
??? .overType{color:red;border-top:0px;border-left:0px;border-right:0px;'}??
??? .box{
??? ??? ?display: none;
??? ??? ?width: 320px;
??? ??? ?height: 25px;
??? ??? ?border: 1px solid #99BBE8;?
??? ??? ?position: absolute;
???  %nbsp; background-color:#FFE137;
}
?
?
?
?
--------------
?
?
?
<style type="text/css">
??? .inputType{background:#dfe8f6;color:gray;border-top:0px;border-left:0px;border-right:0px;'}??
??? .overType{color:red;border-top:0px;border-left:0px;border-right:0px;'}??
??? .box{
??? ??? ?display: none;
??? ??? ?width: 320px;
??? ??? ?height: 25px;
??? ??? ?border: 1px solid #99BBE8;?
??? ??? ?position: absolute;
??? ??? ?padding: 4px;
???? ??? ?text-align: center;
??? ??? ?font-size: 10pt;
??? ??? ?font-family: 宋体;
??? ??? ?cursor:hand;
??? ??? ?background-color:#DFE8F6;
??? ??? }
???
??? </style>