|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
* {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-family: "宋体";
|
|
|
|
|
font-family: " ";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
td { line-height: 1.5; }
|
|
|
|
@ -8,7 +8,7 @@ td { line-height: 1.5; }
|
|
|
|
|
body {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
font-family: "宋体";
|
|
|
|
|
font-family: " ";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form,h1,h2,h3,ul,ol,div{ margin: 0; padding:0;}
|
|
|
|
@ -34,9 +34,9 @@ h1 { color:#171B16; font-size:130%; font-weight:bold; }
|
|
|
|
|
h2 { color:#171B16; font-size:115%; font-weight:bold; }
|
|
|
|
|
h3 { color:#171B16; font-size:100%; font-weight:bold;}
|
|
|
|
|
|
|
|
|
|
a:link { font-size: 9pt; color: #000000; text-decoration: none; font-family: ""宋体""; }
|
|
|
|
|
a:visited{ font-size: 9pt; color: #000000; text-decoration: none; font-family: ""宋体""; }
|
|
|
|
|
a:hover {color: red; font-family: ""宋体"";}
|
|
|
|
|
a:link { font-size: 9pt; color: #000000; text-decoration: none; font-family: "" ""; }
|
|
|
|
|
a:visited{ font-size: 9pt; color: #000000; text-decoration: none; font-family: "" ""; }
|
|
|
|
|
a:hover {color: red; font-family: "" "";}
|
|
|
|
|
a img { border-style:none; }
|
|
|
|
|
|
|
|
|
|
b a {
|
|
|
|
@ -54,7 +54,7 @@ a strong{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input { border: 1px solid #ababab; }
|
|
|
|
|
/*.a为类名*/
|
|
|
|
|
/*.aΪ */
|
|
|
|
|
.pubinputs {
|
|
|
|
|
height: 22px;
|
|
|
|
|
width:250px;
|
|
|
|
@ -281,7 +281,410 @@ border:1px solid #ffffff;
|
|
|
|
|
.tblist td{
|
|
|
|
|
background:#FFFFFF;
|
|
|
|
|
padding:6px;
|
|
|
|
|
}/* 通用样式 */
|
|
|
|
|
* {
|
|
|
|
|
font-size: 12px; /* 设置默认字体大小为12px */
|
|
|
|
|
font-family: ""; /* 设置默认字体(未指定具体字体) */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
td {
|
|
|
|
|
line-height: 1.5; /* 设置表格单元格的行高为1.5 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 设置页面的基础字体样式 */
|
|
|
|
|
body {
|
|
|
|
|
font-size: 12px; /* 设置全局字体大小 */
|
|
|
|
|
line-height: 1.5; /* 设置行高 */
|
|
|
|
|
font-family: ""; /* 设置全局字体(未指定具体字体) */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 重置一些常见的元素的 margin 和 padding */
|
|
|
|
|
form, h1, h2, h3, ul, ol, div {
|
|
|
|
|
margin: 0; /* 去除外边距 */
|
|
|
|
|
padding: 0; /* 去除内边距 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 设置表格单元格的文字换行方式 */
|
|
|
|
|
td, th, div {
|
|
|
|
|
word-break: break-all; /* 强制长单词在任意位置断开换行 */
|
|
|
|
|
word-wrap: break-word; /* 在单词内强制换行 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 强调标签的字体颜色 */
|
|
|
|
|
b, strong {
|
|
|
|
|
color: #666600; /* 设置粗体文字颜色为深黄色 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 去除列表项的默认样式 */
|
|
|
|
|
li, dd {
|
|
|
|
|
list-style-type: none; /* 去除列表标记 */
|
|
|
|
|
margin: 0px; /* 去除外边距 */
|
|
|
|
|
padding: 0px; /* 去除内边距 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 设置按钮样式 */
|
|
|
|
|
input[type=button] {
|
|
|
|
|
background-color: #F1F8B4; /* 设置按钮背景色为浅黄色 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 标题样式 */
|
|
|
|
|
h1 {
|
|
|
|
|
color: #171B16; /* 设置h1的颜色为深色 */
|
|
|
|
|
font-size: 130%; /* 设置h1字体大小为130% */
|
|
|
|
|
font-weight: bold; /* 设置h1加粗 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
color: #171B16; /* 设置h2的颜色为深色 */
|
|
|
|
|
font-size: 115%; /* 设置h2字体大小为115% */
|
|
|
|
|
font-weight: bold; /* 设置h2加粗 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
|
color: #171B16; /* 设置h3的颜色为深色 */
|
|
|
|
|
font-size: 100%; /* 设置h3字体大小为100% */
|
|
|
|
|
font-weight: bold; /* 设置h3加粗 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 设置链接的样式 */
|
|
|
|
|
a:link {
|
|
|
|
|
font-size: 9pt; /* 设置未访问链接的字体大小 */
|
|
|
|
|
color: #000000; /* 设置未访问链接的字体颜色为黑色 */
|
|
|
|
|
text-decoration: none; /* 去除下划线 */
|
|
|
|
|
font-family: ""; /* 设置链接字体(未指定具体字体) */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
|
font-size: 9pt; /* 设置已访问链接的字体大小 */
|
|
|
|
|
color: #000000; /* 设置已访问链接的字体颜色为黑色 */
|
|
|
|
|
text-decoration: none; /* 去除下划线 */
|
|
|
|
|
font-family: ""; /* 设置链接字体(未指定具体字体) */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
|
color: red; /* 鼠标悬停时,链接颜色变为红色 */
|
|
|
|
|
font-family: ""; /* 设置悬停时字体(未指定具体字体) */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a img {
|
|
|
|
|
border-style: none; /* 去除链接中的图片边框 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 让链接中的 b 和 strong 元素也使用相同的颜色 */
|
|
|
|
|
b a {
|
|
|
|
|
color: #666600; /* 设置链接中的b标签颜色 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
strong a {
|
|
|
|
|
color: #666600; /* 设置链接中的strong标签颜色 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a b {
|
|
|
|
|
color: #666600; /* 设置链接中的b标签颜色 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a strong {
|
|
|
|
|
color: #666600; /* 设置链接中的strong标签颜色 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 输入框样式 */
|
|
|
|
|
input {
|
|
|
|
|
border: 1px solid #ababab; /* 设置输入框的边框为浅灰色 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 公共输入框样式 */
|
|
|
|
|
.pubinputs {
|
|
|
|
|
height: 22px; /* 设置输入框高度 */
|
|
|
|
|
width: 250px; /* 设置输入框宽度 */
|
|
|
|
|
padding: 4px 3px 2px 3px; /* 设置内边距 */
|
|
|
|
|
border-width: 1px; /* 设置边框宽度 */
|
|
|
|
|
border-style: solid; /* 设置边框样式为实线 */
|
|
|
|
|
border-color: #999999 #dddddd #dddddd #999999; /* 设置四个边框的颜色 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 普通输入框样式 */
|
|
|
|
|
.iptxt {
|
|
|
|
|
height: 22px; /* 设置输入框高度 */
|
|
|
|
|
padding: 4px 3px 2px 3px; /* 设置内边距 */
|
|
|
|
|
border-width: 1px; /* 设置边框宽度 */
|
|
|
|
|
border-style: solid; /* 设置边框样式为实线 */
|
|
|
|
|
border-color: #999999 #dddddd #dddddd #999999; /* 设置四个边框的颜色 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 包含文本框样式 */
|
|
|
|
|
.alltxt {
|
|
|
|
|
padding: 4px 3px 2px 3px; /* 设置内边距 */
|
|
|
|
|
border-width: 1px; /* 设置边框宽度 */
|
|
|
|
|
border-style: solid; /* 设置边框样式为实线 */
|
|
|
|
|
border-color: #999999 #dddddd #dddddd #999999; /* 设置四个边框的颜色 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 具有特定样式的输入框 */
|
|
|
|
|
.pubinput {
|
|
|
|
|
height: 24px; /* 设置输入框高度 */
|
|
|
|
|
width: 250px; /* 设置输入框宽度 */
|
|
|
|
|
padding-top: 3px; /* 设置顶部内边距 */
|
|
|
|
|
padding-bottom: 0px; /* 设置底部内边距 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pubinputl {
|
|
|
|
|
height: 24px; /* 设置输入框高度 */
|
|
|
|
|
width: 350px; /* 设置输入框宽度 */
|
|
|
|
|
padding-top: 3px; /* 设置顶部内边距 */
|
|
|
|
|
padding-bottom: 0px; /* 设置底部内边距 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 没有边框的样式 */
|
|
|
|
|
.np {
|
|
|
|
|
border: none; /* 去除边框 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 表格中每一行的下边框 */
|
|
|
|
|
.linerow {
|
|
|
|
|
border-bottom: 1px solid #ACACAC; /* 设置下边框为1px灰色实线 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 按钮的样式 */
|
|
|
|
|
.coolbg {
|
|
|
|
|
border-right: 1px solid #ACACAC; /* 设置右边框 */
|
|
|
|
|
border-bottom: 1px solid #ACACAC; /* 设置底边框 */
|
|
|
|
|
background-color: #F1F8B4; /* 设置背景色 */
|
|
|
|
|
padding: 2px;
|
|
|
|
|
padding-right: 5px; /* 设置右内边距 */
|
|
|
|
|
padding-left: 5px; /* 设置左内边距 */
|
|
|
|
|
background: url(allbtbg2.gif) #EFF7D0; /* 设置背景图片和背景色 */
|
|
|
|
|
cursor: pointer; /* 设置鼠标悬停时的光标样式为手形 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 按钮的样式 */
|
|
|
|
|
.coolbg2 {
|
|
|
|
|
border: 1px solid #000000; /* 设置边框为黑色 */
|
|
|
|
|
background-color: #DFDDD2; /* 设置背景色为浅灰色 */
|
|
|
|
|
height: 18px; /* 设置高度 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 列表项的样式 */
|
|
|
|
|
.ll {
|
|
|
|
|
border-right: 2px solid #ACACAC; /* 设置右边框 */
|
|
|
|
|
border-bottom: 2px solid #ACACAC; /* 设置底边框 */
|
|
|
|
|
background-color: #E6E6E6; /* 设置背景色 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 具有虚线下边框的样式 */
|
|
|
|
|
.bline {
|
|
|
|
|
border-bottom: 1px dotted #BCBCBC; /* 设置虚线底边框 */
|
|
|
|
|
height: 28px; /* 设置高度 */
|
|
|
|
|
background-color: #FFFFFF; /* 设置背景色为白色 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 上传字段的浮动样式 */
|
|
|
|
|
#uploadfield {
|
|
|
|
|
float: left; /* 设置浮动到左侧 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 具有实线下边框的样式 */
|
|
|
|
|
.bline2 {
|
|
|
|
|
border-bottom: 1px solid #BCBCBC; /* 设置实线底边框 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 按钮的样式 */
|
|
|
|
|
.coolbt {
|
|
|
|
|
border-left: 1px solid #EFEFEF; /* 设置左边框 */
|
|
|
|
|
border-top: 1px solid #EFEFEF; /* 设置上边框 */
|
|
|
|
|
border-right: 1px solid #ACACAC; /* 设置右边框 */
|
|
|
|
|
border-bottom: 1px solid #ACACAC; /* 设置底边框 */
|
|
|
|
|
background-color: #E4F7D7; /* 设置背景色 */
|
|
|
|
|
cursor: pointer; /* 设置鼠标悬停时的光标样式为手形 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 另一个按钮的样式 */
|
|
|
|
|
.coolbt2 {
|
|
|
|
|
border-left: 1px solid #EFEFEF; /* 设置左边框 */
|
|
|
|
|
border-top: 1px solid #EFEFEF; /* 设置上边框 */
|
|
|
|
|
border-right: 1px solid #ACACAC; /* 设置右边框 */
|
|
|
|
|
border-bottom: 1px solid #ACACAC; /* 设置底边框 */
|
|
|
|
|
background-color: #F7FCDA; /* 设置背景色 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 另一个样式的按钮 */
|
|
|
|
|
.coolbg3 {
|
|
|
|
|
border: 1px solid #BDC5B4; /* 设置边框 */
|
|
|
|
|
background-color: #DFDDD2; /* 设置背景色 */
|
|
|
|
|
height: 20px; /* 设置高度 */
|
|
|
|
|
width: 140px; /* 设置宽度 */
|
|
|
|
|
text-align: right; /* 设置文字右对齐 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 样式定义 */
|
|
|
|
|
.coolbg61 {
|
|
|
|
|
line-height: 26px; /* 设置行高 */
|
|
|
|
|
width: 380px; /* 设置宽度 */
|
|
|
|
|
border-top: 1px solid #BDC5B4; /* 设置上边框 */
|
|
|
|
|
border-left: 1px solid #BDC5B4; /* 设置左边框 */
|
|
|
|
|
border-right: 1px solid #BDC5B4; /* 设置右边框 */
|
|
|
|
|
height: 26px; /* 设置高度 */
|
|
|
|
|
text-align: right; /* 设置文字右对齐 */
|
|
|
|
|
background-color: #E7F3B1; /* 设置背景色 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.coolbg62 {
|
|
|
|
|
border: 1px solid #BDC5B4; /* 设置边框 */
|
|
|
|
|
background-color: #F8FDF0; /* 设置背景色 */
|
|
|
|
|
height: 300px; /* 设置高度 */
|
|
|
|
|
width: 380px; /* 设置宽度 */
|
|
|
|
|
padding: 5px; /* 设置内边距 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 另一种背景样式 */
|
|
|
|
|
.coolbg4 {
|
|
|
|
|
border-bottom: 1px solid #C9CFC1; /* 设置底边框 */
|
|
|
|
|
background-color: #EDEBE5; /* 设置背景色 */
|
|
|
|
|
height: 20px; /* 设置高度 */
|
|
|
|
|
width: 190px; /* 设置宽度 */
|
|
|
|
|
text-align: right; /* 设置文字右对齐 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 背景颜色和边框的样式 */
|
|
|
|
|
.coolbg5 {
|
|
|
|
|
border-top: 1px solid #BDC5B4; /* 设置上边框 */
|
|
|
|
|
background-color: #EDEBE5; /* 设置背景色 */
|
|
|
|
|
font-size: 1pt; /* 设置字体大小 */
|
|
|
|
|
height: 6px; /* 设置高度 */
|
|
|
|
|
width: 190px; /* 设置宽度 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 弹窗样式 */
|
|
|
|
|
.dlg {
|
|
|
|
|
border: 2px solid #749F4D; /* 设置边框 */
|
|
|
|
|
background-color: #F0FAEB; /* 设置背景色 */
|
|
|
|
|
padding: 2px; /* 设置内边距 */
|
|
|
|
|
width: 360px; /* 设置宽度 */
|
|
|
|
|
line-height: 160%; /* 设置行高 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 样式定义 */
|
|
|
|
|
.dlgws {
|
|
|
|
|
border: 2px solid #749F4D; /* 设置边框 */
|
|
|
|
|
background-color: #F0FAEB; /* 设置背景色 */
|
|
|
|
|
padding: 2px; /* 设置内边距 */
|
|
|
|
|
width: 280px; /* 设置宽度 */
|
|
|
|
|
line-height: 160%; /* 设置行高 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dlgws div {
|
|
|
|
|
width: 100%; /* 设置宽度 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 测试标题样式 */
|
|
|
|
|
.dlgTesttitle {
|
|
|
|
|
border: 2px solid #749F4D; /* 设置边框 */
|
|
|
|
|
background-color: #F0FAEB; /* 设置背景色 */
|
|
|
|
|
padding: 2px; /* 设置内边距 */
|
|
|
|
|
width: 200px; /* 设置宽度 */
|
|
|
|
|
line-height: 150%; /* 设置行高 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 样式定义 */
|
|
|
|
|
#_mysource {
|
|
|
|
|
z-index: 5000; /* 设置z-index */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#_mywriter {
|
|
|
|
|
z-index: 6000; /* 设置z-index */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 样式定义 */
|
|
|
|
|
.option1 {
|
|
|
|
|
background-color: #DCECA6; /* 设置背景色 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.option2 {
|
|
|
|
|
background-color: #F7FBD2; /* 设置背景色 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.option3 {
|
|
|
|
|
background-color: #FFFFFF; /* 设置背景色 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 输入框样式 */
|
|
|
|
|
.ininput {
|
|
|
|
|
width: 96%; /* 设置宽度 */
|
|
|
|
|
height: 20px; /* 设置高度 */
|
|
|
|
|
border: 1px solid #ffffff; /* 设置白色边框 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 按钮样式 */
|
|
|
|
|
.nbt {
|
|
|
|
|
padding: 1px; /* 设置内边距 */
|
|
|
|
|
background-image: url('allbtbg.gif'); /* 设置背景图片 */
|
|
|
|
|
background-color: #ffffff; /* 设置背景色 */
|
|
|
|
|
border: 1px solid #A5AF83; /* 设置边框 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 设置表格标题 */
|
|
|
|
|
.tdt {
|
|
|
|
|
padding-left: 6px; /* 设置左内边距 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 页面等待样式 */
|
|
|
|
|
.waitpage {
|
|
|
|
|
top: 0; /* 设置顶部位置 */
|
|
|
|
|
left: 0; /* 设置左侧位置 */
|
|
|
|
|
filter: Alpha(opacity=70); /* 设置透明度 */
|
|
|
|
|
-moz-opacity: 0.7; /* 设置透明度 */
|
|
|
|
|
position: absolute; /* 设置绝对定位 */
|
|
|
|
|
z-index: 10000; /* 设置层级 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 样式定义 */
|
|
|
|
|
.divpre {
|
|
|
|
|
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale); /* 设置透明度 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 自动输入框样式 */
|
|
|
|
|
.autoinput {
|
|
|
|
|
padding-left: 3px; /* 设置左内边距 */
|
|
|
|
|
width: 90%; /* 设置宽度 */
|
|
|
|
|
height: 22px; /* 设置高度 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 标题样式 */
|
|
|
|
|
.bodytitle {
|
|
|
|
|
margin: auto; /* 设置自动外边距 */
|
|
|
|
|
height: 28px; /* 设置高度 */
|
|
|
|
|
border: 1px dotted #BFD67C; /* 设置虚线边框 */
|
|
|
|
|
background: url('wbg.gif'); /* 设置背景图片 */
|
|
|
|
|
margin-bottom: 6px; /* 设置底部外边距 */
|
|
|
|
|
width: 98%; /* 设置宽度 */
|
|
|
|
|
font-weight: bold; /* 设置字体加粗 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bodytitle div {
|
|
|
|
|
float: left; /* 设置浮动为左 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 标题文本样式 */
|
|
|
|
|
.bodytitletxt {
|
|
|
|
|
padding-left: 6px; /* 设置左内边距 */
|
|
|
|
|
line-height: 28px; /* 设置行高 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 设置表格标题 */
|
|
|
|
|
.tbtitle td {
|
|
|
|
|
padding: 3px; /* 设置单元格内边距 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 列表样式 */
|
|
|
|
|
.tblist td {
|
|
|
|
|
background: #FFFFFF; /* 设置背景色为白色 */
|
|
|
|
|
padding: 6px; /* 设置内边距 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tblist td.tbsname {
|
|
|
|
|
background: #F9FFE6; /* 设置背景色 */
|
|
|
|
|
padding: 6px; /* 设置内边距 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tblist td.tbsname{
|
|
|
|
|
background:#F9FFE6;
|
|
|
|
|
padding:6px;
|
|
|
|
|