jitnry.css 4.2 KB
.kbi_column { width:100%; }
.kbi_column_left { float:left; width:25%; min-width:180px; margin-bottom:10px; }
.kbi_column_left_20 { float:left; width:20%; min-width:180px; margin-bottom:10px; }
.kbi_column_left_33 { float:left; width:33.33%; min-width:180px; margin-bottom:10px; }
.kbi_column_left_50 { float:left; width:50%; min-width:180px; margin-bottom:10px; }
.kbi_column_left_100 { float:left; width:100%; min-width:180px; margin-bottom:10px; }
.kbi_column_t { height:22px; line-height:22px; padding-right:10px;padding-top:4px; width:80px; float:left; text-align:right; }
.kbi_column_i { margin-left:90px; padding-right:15px; }
.kbi_column_tag { margin-left:80px;clear:both;font-size:8px;padding-top:5px;color:#ccc; }
.hjtr_read_text { height:22px; line-height:22px; }
.kbi_c { clear:both; }
.kbi_column fieldset { padding:0px; padding-top:3px; padding-left:10px; border:#999 dashed 1px; margin-bottom:10px; } 
.kbi_column fieldset legend { color:#555; font-weight:bold; }
.datagrid-row-add { background: url('/assets/common/css/themes/icons/edit_add.png') no-repeat center; }
.datagrid-row-del { background: url('/assets/common/css/themes/icons/delete.png') no-repeat center; }
.datagrid-row-edit { background: url('/assets/common/css/themes/icons/pencil.png') no-repeat center; }
.datagrid-row-modify { background: url('/assets/common/css/themes/icons/edit_modify.png') no-repeat center; }
.datagrid-row-copy { background: url('/assets/common/css/themes/icons/copy.png') no-repeat center; }
.datagrid-row-view { background: url('/assets/common/css/themes/icons/report_link.png') no-repeat center; }
.datagrid-row-lock { background: url('/assets/common/css/themes/icons/lock_lock.png') no-repeat center; }
.datagrid-row-recharge { background: url('/assets/common/css/themes/icons/money.png') no-repeat center; }
.datagrid-row-unlock { background: url('/assets/common/css/themes/icons/unlock.png') no-repeat center; }
.datagrid-row-user { background: url('/assets/common/css/themes/icons/user_add.png') no-repeat center; }
.datagrid-row-money { background: url('/assets/common/css/themes/icons/money_yen.png') no-repeat center; }
.datagrid-row-king { background: url('/assets/common/css/themes/icons/king.png') no-repeat center; }
.cell-background { background-color:red; }

.column_left_100 { float:left; width:100%; min-width:180px; margin-bottom:10px; }
.column_t_100 { height:22px; line-height:22px; padding-right:10px;padding-top:4px; width:80px; float:left; text-align:right; }
.column_i_100 { margin-left:90px; padding-right:10px; }
.column_tag { margin-left:90px;clear:both;font-size:8px;padding-top:5px;color:#aaa; }

.column_left_200 { float:left; width:100%; min-width:180px; margin-bottom:10px; }
.column_t_200 { height:22px; line-height:22px; padding-right:10px;padding-top:4px; width:100px; float:left; text-align:right; }
.column_i_200 { margin-left:110px; padding-right:10px; }
.column_tag_200 { margin-left:90px;clear:both;font-size:8px;padding-top:5px;color:#aaa; }

blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,table,td,textarea,th,ul {
	margin: 0;
	padding: 0;
	font: 14px/normal "microsoft yahei","Times New Roman","宋体",Times,serif;
	letter-spacing: 0.05em
}
/*表单自适应样式 begin*/

.totalForm{
	width: 100%;
	list-style: none;
	overflow: hidden;
}
.totalForm li{
	width: 49%;
	float: left;
	min-width:250px;
	margin-right: 1%;
}
.totalForm .formflow-l{
	float: left;
	width: 33%;
	text-align: right;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	padding-right: 10px;
	/*min-width:80px;*/
}
.totalForm .formflow-r{
	float: left;
	width: 62%;
	margin-bottom: 10px;
}
.totalForm .formflow-r input{
	width: 100%;
	height: 30px;
}
/*表单自适应样式 end*/
/* agent_user:people表单自适应样式 */
    .totalForm_two li{
        width: 99%;
        float: left;
        min-width:250px;
        margin-right: 1%;
    }
    .totalForm_two .formflow-l{
        float: left;
        width: 38%;
        text-align: right;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        padding-right: 10px;
        /*min-width:80px;*/
    }
    .totalForm_two .formflow-r{
        float: left;
        width: 58%;
        margin-bottom: 10px;
    }
/* agent_user:people表单自适应样式end */