You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
892 B
CSS
44 lines
892 B
CSS
.x-grid-row.feestatus_refer .x-grid-cell
|
|
{
|
|
background-color: #FFE37E;
|
|
}
|
|
|
|
.x-grid-row.feestatus_pass .x-grid-cell
|
|
{
|
|
background-color: #9ACD32;
|
|
}
|
|
|
|
|
|
.x-grid-row.feestatus_nopass .x-grid-cell
|
|
{
|
|
background-color: #FF4500;
|
|
}
|
|
|
|
.x-grid-row.feestatus_settle .x-grid-cell
|
|
{
|
|
background-color: #87CEFA;
|
|
}
|
|
|
|
.x-grid-row.check_red .x-grid-cell
|
|
{
|
|
background-color: #FF0000;
|
|
}
|
|
|
|
.x-grid-row.check_orange .x-grid-cell
|
|
{
|
|
background-color: #FF9933;
|
|
}
|
|
|
|
.x-btn-text-icon .x-btn-icon-small-left .x-btn-text{
|
|
background-position: 0 center;/*默认*/
|
|
background-repeat: no-repeat;/*默认*/
|
|
padding-left:18px;/*默认*/
|
|
height:16px;/*默认*/
|
|
font-size:15px;/*字体大小设置*/
|
|
}
|
|
|
|
.x-grid-row.x-grid-cell.feestatus_settle2
|
|
{
|
|
background-color: #87CEFA;
|
|
}
|
|
/*.x-grid-row.cancelItem{font-size:12px;color:#f00;font-family:"微软雅黑";text-decoration:line-through;}*/ |