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.
1073 lines
18 KiB
CSS
1073 lines
18 KiB
CSS
body {
|
|
color: #333333;
|
|
padding: 10px !important;
|
|
margin: 10px !important;
|
|
font-size: 16px;
|
|
direction: ltr;
|
|
}
|
|
|
|
legend {
|
|
color: green;
|
|
font-size: large;
|
|
font-weight: bolder;
|
|
}
|
|
/* 图片放大鼠标样式 */
|
|
.HelpImg:hover {
|
|
cursor: zoom-in;
|
|
}
|
|
/* 图片缩小鼠标样式 */
|
|
#bigimg {
|
|
cursor: zoom-out;
|
|
}
|
|
/* 按钮风格 edit by zhoupeng 我们就使用白色的背景颜色了,不要变动了,不然影响全局. */
|
|
input[type="button"], input[type="submit"], input[type="file"] {
|
|
border: 0;
|
|
background-color: #5cb2ff;
|
|
color: white;
|
|
font-size: 14px;
|
|
padding: 3px 15px;
|
|
margin: 5px 3px 5px 3px;
|
|
border-radius: 4px;
|
|
}
|
|
/*编辑器插件*/
|
|
.CodeMirror {
|
|
border: 1px solid #eee;
|
|
height: auto;
|
|
}
|
|
|
|
.CodeMirror-scroll {
|
|
height: auto;
|
|
overflow-y: hidden;
|
|
overflow-x: auto;
|
|
}
|
|
|
|
.form-control[disabled],
|
|
.form-control[readonly],
|
|
fieldset[disabled] {
|
|
background-color: white;
|
|
}
|
|
|
|
|
|
|
|
/*文本框只读风格.*/
|
|
textarea[disabled], input[type=text]:disabled {
|
|
/**border: 1px solid #DDD;
|
|
background-color: #F5F5F5;
|
|
color: #009999;*/
|
|
width: 100%;
|
|
padding-left: 10px;
|
|
border: none !important;
|
|
background: none;
|
|
text-align: left;
|
|
color: #666;
|
|
cursor: no-drop;
|
|
}
|
|
|
|
input[type=checkbox]:disabled {
|
|
display: inline;
|
|
width: 20px;
|
|
}
|
|
|
|
/*文本框只读风格.*/
|
|
select[disabled], input[type=text]:disabled, input[type=password]:disabled {
|
|
/**border: 1px solid #DDD;
|
|
background-color: #F5F5F5;
|
|
color: #009999;*/
|
|
width: 100%;
|
|
padding-left: 10px;
|
|
border: none;
|
|
background: none;
|
|
text-align: left !important;
|
|
color: #666;
|
|
cursor: no-drop;
|
|
appearance: none;
|
|
-moz-appearance: none;
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
input[type="password"]::-webkit-input-placeholder {
|
|
letter-spacing: 0;
|
|
font-size: 14px;
|
|
}
|
|
|
|
input[type="password"]:-moz-placeholder {
|
|
letter-spacing: 0;
|
|
font-size: 14px;
|
|
}
|
|
|
|
input[type="password"]::-moz-placeholder {
|
|
letter-spacing: 0;
|
|
font-size: 14px;
|
|
}
|
|
|
|
input[type="password"]:-ms-input-placeholder {
|
|
letter-spacing: 0;
|
|
font-size: 14px;
|
|
}
|
|
|
|
|
|
/* table 类型风格 */
|
|
table {
|
|
border: 1px outset #e6e6e6;
|
|
padding: inherit;
|
|
margin: 0;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
/* 时学业添加 开始位置 */
|
|
|
|
/*扩展应用明细表与多附件.*/
|
|
.TitleExt {
|
|
background-color: #f4f4f4;
|
|
font-size: 12px;
|
|
border: 1px solid #e6e6e6;
|
|
text-align: center;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
padding: 3px;
|
|
font-style: normal;
|
|
color: #333333;
|
|
}
|
|
|
|
th {
|
|
border-width: 1px;
|
|
border-color: #e6e6e6;
|
|
border-style: solid;
|
|
line-height: 25px;
|
|
color: #0a0a0a;
|
|
padding: 5px 2px;
|
|
background-color: #F5F5F5;
|
|
font-size: 14px;
|
|
text-align: left;
|
|
font-size: 14px;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
/* idx 表格左侧的序号列 .*/
|
|
.Idx {
|
|
font-size: 12px;
|
|
border: 1px solid #ccc;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
width: 20px;
|
|
}
|
|
|
|
/* ss */
|
|
.Sum {
|
|
background-color: InfoBackground;
|
|
font-size: 12px;
|
|
border: 1px solid #ccc;
|
|
text-align: left;
|
|
font-weight: bold;
|
|
}
|
|
|
|
td {
|
|
border-right-style: none;
|
|
border-left-style: none;
|
|
border-style: solid;
|
|
padding: 4px;
|
|
text-align: left;
|
|
color: #333333;
|
|
font-size: 14px;
|
|
border-width: 1px;
|
|
border-color: #e6e6e6;
|
|
}
|
|
|
|
|
|
td a {
|
|
text-decoration: none;
|
|
font-size: 12px;
|
|
}
|
|
|
|
|
|
td input[type="textbox"] {
|
|
margin: 0px;
|
|
border: 1px solid #D6DDE6;
|
|
padding: 0px;
|
|
}
|
|
|
|
.TDNum {
|
|
text-align: right;
|
|
word-break: keep-all;
|
|
}
|
|
|
|
td input {
|
|
/*border:none;*/
|
|
word-break: keep-all;
|
|
}
|
|
|
|
.TBcalendar {
|
|
background-position: left center;
|
|
border-style: none none dotted none;
|
|
border-width: 1px;
|
|
border-color: #003366;
|
|
}
|
|
|
|
caption {
|
|
height: 30px;
|
|
text-align: left;
|
|
font-size: 14px;
|
|
background-position: 12px 6px;
|
|
border-bottom: 1px #CCCCCC solid;
|
|
text-indent: 1.8em;
|
|
line-height: 30px;
|
|
color: #336699;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
.TBDoc {
|
|
/*border-style: dotted; */
|
|
border-width: 1px;
|
|
border-color: #CCCCCC;
|
|
/* overflow: visible;*/
|
|
width: 100%;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
display: block;
|
|
}
|
|
|
|
.TB {
|
|
border-style: none none dotted none;
|
|
border-width: 1px;
|
|
border-color: #003366;
|
|
overflow: visible;
|
|
width: 100%;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.image-local {
|
|
width: 116px;
|
|
font-size: 16px;
|
|
line-height: 28px;
|
|
text-align: center;
|
|
color: #fff;
|
|
background-color: #0073eb;
|
|
border: none;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
height: 28px;
|
|
box-sizing: border-box;
|
|
outline: none;
|
|
}
|
|
|
|
/** 其它 */
|
|
.ToolBar {
|
|
background-color: #d8edff;
|
|
}
|
|
|
|
.GroupTitle {
|
|
padding: 4px;
|
|
margin: 4px;
|
|
background-color: #e0ecff;
|
|
font-size: 12px;
|
|
border: 1px solid #ccc;
|
|
text-align: left;
|
|
word-break: keep-all;
|
|
font-weight: bold;
|
|
color: #0e2d5f;
|
|
}
|
|
|
|
.GroupField {
|
|
padding: 4px;
|
|
margin: 4px;
|
|
background-color: #eee;
|
|
font-size: 12px;
|
|
border: 1px solid #ccc;
|
|
text-align: left;
|
|
word-break: keep-all;
|
|
font-weight: bold;
|
|
color: #006666;
|
|
}
|
|
|
|
.Icon {
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-right: 5px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
|
|
/* 在输入信息字段名称,单元格式的风格 */
|
|
.FContext {
|
|
padding-left: 4px;
|
|
text-align: left;
|
|
font-size: 12px;
|
|
margin-left: 4px;
|
|
border: lightgrey 1px solid;
|
|
border-top: none;
|
|
width: 35%;
|
|
}
|
|
|
|
.TBNum {
|
|
border-style: none none dotted none;
|
|
padding: 1px;
|
|
margin: 1px;
|
|
font-size: 12px;
|
|
text-align: right;
|
|
float: left;
|
|
clear: left;
|
|
width: auto;
|
|
border-width: 1px;
|
|
width: 70px;
|
|
word-break: keep-all;
|
|
}
|
|
|
|
|
|
.TBNumReadonly {
|
|
font-size: 12px;
|
|
background-color: infobackground;
|
|
border-right: black thin;
|
|
border-top: black thin;
|
|
border-left: black thin;
|
|
border-bottom: black thin;
|
|
text-align: right;
|
|
vertical-align: bottom;
|
|
text-align: right;
|
|
width: 70px;
|
|
word-break: keep-all;
|
|
}
|
|
|
|
.TR1 {
|
|
background-color: AliceBlue;
|
|
}
|
|
|
|
.TRSum {
|
|
font-size: 12px;
|
|
background-color: #FFFFFF;
|
|
border-bottom-style: double;
|
|
border-bottom-width: 2px;
|
|
border-bottom-color: #e6e6e6;
|
|
border-right-style: none;
|
|
border-left-style: none;
|
|
}
|
|
|
|
|
|
#bottomToolBar {
|
|
display: block;
|
|
}
|
|
|
|
|
|
#divCCForm {
|
|
position: relative !important;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
#CCForm {
|
|
min-width: 0px;
|
|
overflow-y: auto;
|
|
padding: 10px;
|
|
}
|
|
|
|
.Message {
|
|
margin: 0 auto;
|
|
background: white;
|
|
/*display: table;*/
|
|
display: none;
|
|
display: block;
|
|
font-weight: bold;
|
|
color: red;
|
|
text-align: left;
|
|
position: fixed;
|
|
width: 100%;
|
|
top: 0px;
|
|
z-index: 10;
|
|
max-height: 95%;
|
|
overflow: auto;
|
|
}
|
|
|
|
#topBar {
|
|
margin: 0 auto;
|
|
background: white;
|
|
text-align: right;
|
|
}
|
|
|
|
.topBar {
|
|
margin: 0 auto;
|
|
background: white;
|
|
text-align: left;
|
|
border-bottom: 1px solid #4D77A7;
|
|
border-bottom-color: #CCCCCC;
|
|
}
|
|
|
|
.flowInfo {
|
|
margin: 0 auto;
|
|
background: white;
|
|
display: table;
|
|
}
|
|
|
|
.childThread {
|
|
margin: 0 auto;
|
|
background: white;
|
|
display: table;
|
|
}
|
|
|
|
.pub2Class {
|
|
margin: 0 auto;
|
|
display: table;
|
|
}
|
|
|
|
input[type=text], input[type=password], select {
|
|
border-radius: 4px;
|
|
border: thin solid #CCCCCC;
|
|
height: 40px;
|
|
box-sizing: border-box;
|
|
box-shadow: none;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.FDesc {
|
|
padding: 4px;
|
|
text-align: left;
|
|
font-size: 12px;
|
|
margin: 4px;
|
|
border: lightgrey 1px solid;
|
|
border-top: none;
|
|
width: 18%;
|
|
}
|
|
|
|
#contentTable .form-control {
|
|
margin: 0px 3%;
|
|
width: 92%
|
|
}
|
|
|
|
#contentTable .checkbox {
|
|
margin-left: 3%;
|
|
}
|
|
|
|
select {
|
|
height: 29px;
|
|
}
|
|
|
|
textarea, iframe[src*="Ath.htm"] {
|
|
border-radius: 4px !important;
|
|
line-height: 15px !important;
|
|
padding: 6px;
|
|
width: 100%;
|
|
text-align: left;
|
|
min-height: 40px;
|
|
border: solid 1px #ccc;
|
|
margin: 0 !important;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#topContentDiv {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
#contentDiv {
|
|
width: 100%;
|
|
}
|
|
|
|
.panel {
|
|
border: 0px !important;
|
|
margin: 0px;
|
|
}
|
|
|
|
.topBar {
|
|
display: none;
|
|
}
|
|
|
|
#bottomToolBar {
|
|
padding-right: 18px;
|
|
float: right;
|
|
}
|
|
|
|
.modal-header {
|
|
background: #f2f2f2;
|
|
color: white;
|
|
height: 50px;
|
|
}
|
|
|
|
|
|
.modal-body {
|
|
border-radius: 20px;
|
|
margin: 15px 10px;
|
|
text-align: right;
|
|
}
|
|
|
|
.errorBorder {
|
|
border: 1px solid #f48236 !important;
|
|
}
|
|
|
|
.normalBorder {
|
|
border: 1px solid #2884fa !important;
|
|
}
|
|
|
|
/*提示框的CSS 设置*/
|
|
.popover-title {
|
|
background: #f2f2f2 !important;
|
|
color: white;
|
|
height: 30px;
|
|
}
|
|
|
|
.popover-content {
|
|
background: #f4f9ff;
|
|
}
|
|
|
|
#divTopArrow > .arrow:after {
|
|
border-top-color: #f4f9ff
|
|
}
|
|
|
|
#divBottomArrow > .arrow:after {
|
|
border-bottom-color: #d4e6fe
|
|
}
|
|
|
|
#divTopArrow > .arrow {
|
|
background: white;
|
|
}
|
|
|
|
#divBottomArrow > .arrow {
|
|
background: white;
|
|
}
|
|
|
|
.panel {
|
|
margin: 0px !important;
|
|
}
|
|
|
|
#header {
|
|
height: 50px;
|
|
font: bold 16px "微软雅黑";
|
|
background: rgb(157, 159, 175);
|
|
color: #fff;
|
|
text-align: left;
|
|
cursor: pointer;
|
|
line-height: 50px;
|
|
padding-left: 40px;
|
|
}
|
|
|
|
#showCol {
|
|
float: right;
|
|
display: none;
|
|
}
|
|
|
|
#orgTxt {
|
|
margin: 0px !important;
|
|
}
|
|
|
|
.group {
|
|
width: 100%;
|
|
text-align: left;
|
|
border: 0;
|
|
color: #333;
|
|
font-size: 14px;
|
|
padding: 4px 8px;
|
|
margin: 5px 3px 5px 3px;
|
|
border-radius: 4px;
|
|
cursor: pointer;
|
|
font-weight: bold;
|
|
/* display:none;*/
|
|
}
|
|
|
|
#CCForm label {
|
|
font-weight: normal;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.state {
|
|
padding: 0px 8px 0px 5px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.reloadIframe {
|
|
color: white;
|
|
cursor: pointer;
|
|
float: right;
|
|
}
|
|
|
|
.form_tree input[type=text] {
|
|
margin: 0px;
|
|
border-right: none;
|
|
border-radius: 15px 0px 0px 15px;
|
|
}
|
|
|
|
.form_tree {
|
|
margin: 8px 0px 8px 0px;
|
|
}
|
|
|
|
.form_tree .input-group-addon {
|
|
border-radius: 0px 15px 15px 0px;
|
|
border: #2884fa 1px solid;
|
|
cursor: pointer;
|
|
border-left: none;
|
|
color: #2884fa;
|
|
}
|
|
|
|
#showCol input[type=radio] {
|
|
cursor: pointer;
|
|
}
|
|
|
|
/*radio后边跟着的标签*/
|
|
.labRb {
|
|
cursor: pointer;
|
|
}
|
|
|
|
input[type=radio] {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.modal-title {
|
|
text-align: left;
|
|
font-size: 16px;
|
|
color: #000;
|
|
}
|
|
|
|
.input-group-addon {
|
|
cursor: pointer;
|
|
}
|
|
|
|
/*POP窗中的的树*/
|
|
.tree-demo {
|
|
text-align: left;
|
|
}
|
|
|
|
.divAth {
|
|
background: rgb(235, 235, 228);
|
|
min-width: 100px;
|
|
cursor: pointer;
|
|
margin: 8px 0;
|
|
line-height: 30px;
|
|
}
|
|
|
|
#navIframe {
|
|
width: 100%;
|
|
background: transparent;
|
|
border: none;
|
|
}
|
|
|
|
|
|
#divTrack, #divCurrentForm {
|
|
margin: 0px;
|
|
float: right;
|
|
position: relative;
|
|
}
|
|
|
|
#divTrack iframe {
|
|
width: 100%;
|
|
}
|
|
|
|
.trackDiv {
|
|
background: #E3E7F4;
|
|
padding-bottom: 10px;
|
|
position: relative;
|
|
}
|
|
|
|
.trackDiv i {
|
|
display: block;
|
|
width: 33px;
|
|
height: 22px;
|
|
background: url("../../WF/Scripts/bootstrap/css/img/sanjiao_03.png") no-repeat;
|
|
position: absolute;
|
|
top: 66px;
|
|
left: 50px;
|
|
}
|
|
|
|
.returnTackDiv {
|
|
font-size: 15px;
|
|
text-align: left;
|
|
padding: 20px;
|
|
background: #fff;
|
|
border-radius: 20px;
|
|
margin: 35px 15px 20px 15px;
|
|
border: #2854FF 1px solid;
|
|
overflow: auto;
|
|
color: #f00;
|
|
display: none;
|
|
}
|
|
|
|
.returnTackHeader {
|
|
height: 50px;
|
|
font: bold 16px "微软雅黑";
|
|
background: rgb(157, 159, 175) !important;
|
|
color: #fff;
|
|
text-align: left;
|
|
cursor: pointer;
|
|
line-height: 50px;
|
|
padding-left: 40px;
|
|
}
|
|
|
|
|
|
|
|
#freeBarDiv {
|
|
display: none;
|
|
text-align: right;
|
|
}
|
|
|
|
#freeBarDiv #BtnOk {
|
|
margin-right: 50px;
|
|
}
|
|
|
|
#freeBarDiv #BtnCancel {
|
|
}
|
|
|
|
#orgjstree {
|
|
font-size: 14px;
|
|
display: none;
|
|
height: 90%;
|
|
overflow: auto;
|
|
}
|
|
|
|
body table {
|
|
/* width: 98% border:0px;
|
|
margin: 0px;*/
|
|
}
|
|
|
|
body table tr td {
|
|
text-overflow: ellipsis;
|
|
/* for IE */
|
|
-moz-text-overflow: ellipsis;
|
|
/* for Firefox,mozilla */
|
|
}
|
|
|
|
body table tr td:first-child {
|
|
text-overflow: initial;
|
|
/* for IE */
|
|
-moz-text-overflow: initial;
|
|
/* for Firefox,mozilla */
|
|
overflow: auto;
|
|
white-space: normal;
|
|
}
|
|
|
|
body table tr td label {
|
|
text-overflow: initial;
|
|
/* for IE */
|
|
-moz-text-overflow: initial;
|
|
/* for Firefox,mozilla */
|
|
overflow: auto;
|
|
white-space: normal;
|
|
}
|
|
|
|
/*分页表格*/
|
|
.tabPdiv {
|
|
overflow: auto;
|
|
}
|
|
|
|
.tabPdiv table {
|
|
width: 100%;
|
|
}
|
|
|
|
select {
|
|
apperance: none;
|
|
-moz-appearance: none;
|
|
-ms-appearance: none;
|
|
}
|
|
|
|
|
|
/*让表格显示 ...*/
|
|
body table tr td {
|
|
text-overflow: ellipsis;
|
|
/* for IE */
|
|
-moz-text-overflow: ellipsis;
|
|
/* for Firefox,mozilla */
|
|
/* overflow: hidden;
|
|
white-space: nowrap;*/
|
|
word-wrap: break-word;
|
|
word-break: break-all;
|
|
padding: 6px;
|
|
}
|
|
|
|
|
|
.errorInput {
|
|
border-color: red;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*杨玉慧 --临时增加 处理弹窗返回值得表单布局乱掉的问题*/
|
|
|
|
.FContext div[id*=_mtags], .FContext div[id*=_mtags] .main-container {
|
|
width: 100% !important;
|
|
clear: both;
|
|
}
|
|
|
|
|
|
|
|
.FContext div[id*=_mtags] .main-container {
|
|
height: auto !important;
|
|
}
|
|
|
|
.ccflow-tag {
|
|
margin-right: 10px !important;
|
|
}
|
|
|
|
|
|
|
|
.only-print-show {
|
|
display: none;
|
|
}
|
|
|
|
@media print {
|
|
.only-print-show {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
.only-print-hidden {
|
|
display: inline-block;
|
|
}
|
|
|
|
@media print {
|
|
.only-print-hidden {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
/*滚动条*/
|
|
::-webkit-scrollbar-thumb {
|
|
background-color: #b5b5b5;
|
|
height: 50px;
|
|
-webkit-border-radius: 4px
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
background-color: #585858;
|
|
height: 50px;
|
|
-webkit-border-radius: 4px
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 8px;
|
|
height: 8px
|
|
}
|
|
|
|
::-webkit-scrollbar-track-piece {
|
|
background-color: #fff;
|
|
-webkit-border-radius: 4px
|
|
}
|
|
|
|
.btn-primary {
|
|
color: #fff;
|
|
background-color: #5cb2ff;
|
|
border-color: #1892ff;
|
|
}
|
|
|
|
.btn-primary:hover {
|
|
color: #fff;
|
|
background-color: #1892ff;
|
|
border-color: #1892ff;
|
|
}
|
|
|
|
.form-control {
|
|
box-shadow: none;
|
|
padding-left: 6px;
|
|
padding-right: 6px;
|
|
}
|
|
|
|
/**新增表格样式设置**/
|
|
#divCCForm table td {
|
|
padding: 6px !important;
|
|
font-size: 16px;
|
|
}
|
|
|
|
#ShowTable a {
|
|
word-wrap: break-word;
|
|
word-break: normal;
|
|
}
|
|
|
|
.modal-footer {
|
|
padding: 6px;
|
|
}
|
|
|
|
.modal-footer .btn + .btn {
|
|
margin: 0 6px !important;
|
|
}
|
|
|
|
#CCForm table th, #CCForm table td {
|
|
font-size: 16px;
|
|
}
|
|
|
|
|
|
/**表单新增样式**/
|
|
|
|
#CCForm {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
font-family: '宋体';
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.form-gray-title {
|
|
font-size: 36px;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
line-height: 1.2;
|
|
margin-bottom: 30px;
|
|
font-family: '宋体';
|
|
color: #000;
|
|
}
|
|
|
|
.form-gray-table {
|
|
width: 100%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
font-family: '宋体';
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.form-gray-table th, .form-gray-table td {
|
|
border: solid 1px #666;
|
|
padding: 6px !important;
|
|
word-wrap: break-word;
|
|
word-break: break-all;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.form-gray-table th {
|
|
text-align: center;
|
|
width: 140px !important;
|
|
background: #dae3f3;
|
|
}
|
|
|
|
.form-gray-table td th, .form-gray-table td td {
|
|
font-size: 12px !important;
|
|
/*white-space: nowrap;*/
|
|
}
|
|
|
|
.form-remarks {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.form-gray-table td input,
|
|
.form-gray-table td button,
|
|
.form-gray-table td select,
|
|
.form-gray-table td textarea {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.form-gray-table-first, .form-gray-table-first th, .form-gray-table-first td {
|
|
border: none;
|
|
}
|
|
|
|
.form-gray-table-first th, .form-gray-table-first td {
|
|
padding: 6px !important;
|
|
word-wrap: break-word;
|
|
word-break: break-all;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.form-red-title {
|
|
font-size: 36px;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
line-height: 1.2;
|
|
margin-bottom: 30px;
|
|
font-family: '宋体';
|
|
color: #f00;
|
|
}
|
|
|
|
.form-red-table {
|
|
width: 100%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
font-family: '宋体';
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.form-red-table th, .form-red-table td {
|
|
border: solid 1px #f00;
|
|
padding: 6px !important;
|
|
word-wrap: break-word;
|
|
word-break: break-all;
|
|
font-size: 16px;
|
|
color: #f00;
|
|
}
|
|
|
|
.form-red-table th {
|
|
text-align: center;
|
|
width: 140px !important;
|
|
background: #fff;
|
|
}
|
|
|
|
.form-red-table td th, .form-red-table td td {
|
|
font-size: 12px !important;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.form-red-table td input,
|
|
.form-red-table td button,
|
|
.form-red-table td select,
|
|
.form-red-table td textarea {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.form-red-table-first {
|
|
width: 100%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
font-family: '宋体';
|
|
box-sizing: border-box;
|
|
color: #f00;
|
|
}
|
|
|
|
.form-red-table-first, .form-red-table-first th, .form-red-table-first td {
|
|
border: none;
|
|
color: #f00;
|
|
}
|
|
|
|
.form-red-table-first th, .form-red-table-first td {
|
|
padding: 6px !important;
|
|
word-wrap: break-word;
|
|
word-break: break-all;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.from-logo {
|
|
width: 180px;
|
|
height: auto;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.annex-table th,
|
|
.annex-table td {
|
|
font-size: 14px !important;
|
|
text-align: center;
|
|
}
|
|
|
|
.annex-table th {
|
|
background: #f5f5f5 !important;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.annex-table .operate a {
|
|
display: inline-block;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#tracktable {
|
|
background: #fff !important;
|
|
}
|
|
|
|
.tb-lab {
|
|
width: 19%;
|
|
white-space: nowrap !important;
|
|
font-size: 1.15em;
|
|
font-family: MicrosoftYaHei;
|
|
color: rgba(0,0,0,0.85);
|
|
line-height: 29px;
|
|
}
|
|
|
|
.tb-put {
|
|
width: 31%;
|
|
font-family: PingFangSC-Regular,PingFang SC;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.tb-texteare {
|
|
width: 81%;
|
|
white-space: nowrap !important;
|
|
font-size: 1.15em;
|
|
font-family: MicrosoftYaHei;
|
|
color: rgba(0,0,0,0.85);
|
|
}
|
|
|
|
.DevelopTable {
|
|
table-layout: fixed !important;
|
|
width: 100%;
|
|
}
|