/******************************************************************************************************/
/**********************【定义全局CSS】********************************************************************************/
/******************************************************************************************************/

/**【20200202胡砥峰】为21_textbox.js,增加了readonly的css效果*****/
.textbox-readonly input {
	background-color: #eee;
	cursor: not-allowed;
	opacity: 1;
}

.textbox-readonly > textarea {
	background-color: #eee;
	cursor: not-allowed;
	opacity: 1;
}

label {
	font-family: "微软雅黑";
	font-size: 14px;
}