www.gusucode.com > 智软JSP表单引擎实例源码源码程序 > 智软JSP表单引擎实例源码/自定义表单引擎/自定义表单引擎/ZrCollEngine/Res/doc.css

    body{
    BACKGROUND-COLOR:#F6F5F3;
	margin:0px;
	text-align: center;
	scrollbar-face-color: #e8e7e7;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #b2b2b2;
	scrollbar-base-color: #000000;
	font-family: "宋体";
	font-size: 13px;

}

.menu{
	font-size:12px;
}

/*文书标题样式*/
td{
	font-family: "宋体";
	font-size: 13px;
}

input {
	border: #cccccc 1px solid;
	font-size:13px;background-color:#FAFAFA;
}
input1 {
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
	border-bottom: #000000 1px solid;
	border-left: #000000 0px solid;
	font-family: "仿宋_GB2312";
	font-size:18px;
	background-color:#E0CA7E;
	font-weight: bold;
}
.h1 {
	font-family:"宋体"; font-size:23px;
}
.h2 {
	font-family:"宋体"; font-size:30px; font-weight:bold;
}
.h3 {
	font-family:"宋体"; font-size:20px;
}
.h4 {
	font-family:"宋体"; font-size:14px;
}
.h5 {
	font-family:"宋体"; font-size:15px;
}
.h6 {
	font-family:"宋体"; font-size:16px;
}


.k1 {
	font-family:"宋体"; font-size:25px; line-height:200%; font-weight:bold;
}
.k2 {
	font-family:"宋体"; font-size:19px;
}
}
.k3 {
	font-family:"黑体"; font-size:25px; line-height:200%;font-weight:bold;
}
.k4 {
	font-family:"黑体"; font-size:25px; line-height:200%; font-weight:bold;
}

.k6 {
	font-family:"宋体"; font-size:16px;
}

/*--------能填写项加亮边框-------*/
 .Border_Add_Light
 {
  /*7AC4EA 蓝色   E68D29 棕色 FEC53A 黄色 */
   border:1px solid #E68D29;
 }

.MustAsterisk
{
  color: red;
}