|
|
/* Table 风格 */
|
|
|
body {
|
|
|
color: #333333;
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
padding: 0px !important;
|
|
|
margin: 0px !important;
|
|
|
font-size: 14px;
|
|
|
direction: ltr;
|
|
|
}
|
|
|
|
|
|
/* 按钮风格 */
|
|
|
input[type="button"], input[type="submit"],input[type="file"]
|
|
|
{
|
|
|
border: 0; /*background: #4D77A7;*/
|
|
|
background: #009999;
|
|
|
color: #FFF;
|
|
|
font-size: 22px;
|
|
|
padding: 4px 8px;
|
|
|
margin: 5px 3px 5px 3px;
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
|
|
|
/*文本框只读风格.*/
|
|
|
input[disabled],input:disabled{
|
|
|
border:1px solid #DDD;
|
|
|
background-color:#F5F5F5;
|
|
|
color:#009999;
|
|
|
font-size:22px;}
|
|
|
/*文本框只读风格.*/
|
|
|
textarea[disabled],input:disabled{
|
|
|
border:1px solid #DDD;
|
|
|
background-color:#F5F5F5;
|
|
|
color:#009999;
|
|
|
font-size:22px;}
|
|
|
/*文本框只读风格.*/
|
|
|
select[disabled], input:disabled
|
|
|
{
|
|
|
border: 1px solid #DDD;
|
|
|
background-color: #F5F5F5;
|
|
|
color: #009999;
|
|
|
font-size:22px;
|
|
|
}
|
|
|
|
|
|
/* table 类型风格 */
|
|
|
table
|
|
|
{
|
|
|
border: 1px outset #C0C0C0;
|
|
|
padding: inherit;
|
|
|
margin: 0;
|
|
|
border-collapse: collapse;
|
|
|
}
|
|
|
|
|
|
/* 时学业添加 开始位置 */
|
|
|
|
|
|
/*扩展应用明细表与多附件.*/
|
|
|
.TitleExt
|
|
|
{
|
|
|
background-color: #f4f4f4;
|
|
|
font-size: 20px;
|
|
|
border: 1px solid #C2D5E3;
|
|
|
text-align: center;
|
|
|
height: 20px;
|
|
|
line-height: 20px;
|
|
|
padding: 3px;
|
|
|
font-style: normal;
|
|
|
color: #333333;
|
|
|
}
|
|
|
|
|
|
th
|
|
|
{
|
|
|
border-width: 1px;
|
|
|
border-color: #C2D5E3;
|
|
|
border-style: solid;
|
|
|
line-height: 25px;
|
|
|
color: 0a0a0a;
|
|
|
white-space: nowrap;
|
|
|
padding: 0 2px;
|
|
|
background-color: #e0ecff;
|
|
|
|
|
|
text-align: left;
|
|
|
font-size: 22px;
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
|
|
|
/* idx 表格左侧的序号列 .*/
|
|
|
.Idx
|
|
|
{
|
|
|
font-size: 12px;
|
|
|
border: 1px solid #ccc;
|
|
|
text-align: center;
|
|
|
font-weight: bold;
|
|
|
width: 22px;
|
|
|
}
|
|
|
|
|
|
/* 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: #C2D5E3;
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.DtlTh{
|
|
|
border: 1px solid #D0D0D0;
|
|
|
padding: 1px;
|
|
|
background-color: #F9F9F9;
|
|
|
font-weight: normal;
|
|
|
font-style: normal;
|
|
|
}
|
|
|
.DtlTd{
|
|
|
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: #D0D0D0;
|
|
|
}
|
|
|
|
|
|
td a
|
|
|
{
|
|
|
text-decoration: none;
|
|
|
font-size: 22px;
|
|
|
}
|
|
|
|
|
|
|
|
|
td input[type="textbox"]
|
|
|
{
|
|
|
margin: 0px;
|
|
|
border: 1px solid #D6DDE6;
|
|
|
padding: 0px;
|
|
|
font-size: 22px;}
|
|
|
|
|
|
.TDNum
|
|
|
{
|
|
|
text-align: right;
|
|
|
word-break: keep-all;
|
|
|
}
|
|
|
|
|
|
td input
|
|
|
{
|
|
|
/*border:none;*/
|
|
|
width: auto;
|
|
|
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;
|
|
|
}
|
|
|
|
|
|
|
|
|
/** 其它 */
|
|
|
.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;
|
|
|
}
|
|
|
|
|
|
.GroupField a
|
|
|
{
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
|
|
|
/* 在输入信息字段名称,单元格式的风格 */
|
|
|
.FDesc
|
|
|
{
|
|
|
padding-left: 4px;
|
|
|
text-align: left;
|
|
|
font-size: 22px;
|
|
|
margin-left: 4px;
|
|
|
background-color: #FCFCFC;
|
|
|
border: lightgrey 1px solid;
|
|
|
border-top: none;
|
|
|
width: 50px;
|
|
|
}
|
|
|
|
|
|
.FContext
|
|
|
{
|
|
|
padding-left: 4px;
|
|
|
text-align: left;
|
|
|
font-size: 22px;
|
|
|
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: #C0C0C0;
|
|
|
border-right-style: none;
|
|
|
border-left-style: none;
|
|
|
}
|
|
|
|
|
|
.BigDoc
|
|
|
{
|
|
|
}
|
|
|
|
|
|
/* 内部标签风格 */
|
|
|
fieldset
|
|
|
{
|
|
|
margin: 5px;
|
|
|
table-layout: auto;
|
|
|
padding: 2px;
|
|
|
text-align: left;
|
|
|
}
|
|
|
|
|
|
legend
|
|
|
{
|
|
|
color: green;
|
|
|
font-style: inherit;
|
|
|
font-weight: bold;
|
|
|
margin-bottom:0px;
|
|
|
margin-top:0px;
|
|
|
}
|
|
|
|
|
|
.FieldsetInfo
|
|
|
{
|
|
|
border-left: 0px;
|
|
|
border-right: 0px;
|
|
|
border-bottom: 0px;
|
|
|
border-top: 1px outset;
|
|
|
border-top-color: #CCCCCC;
|
|
|
border-right-color: inherit;
|
|
|
border-left-color: inherit;
|
|
|
border-width: 1px 0px 0px 0px;
|
|
|
border-style: outset none outset none;
|
|
|
}
|
|
|
|
|
|
Img
|
|
|
{
|
|
|
border: 0px;
|
|
|
}
|
|
|
|
|
|
.Left
|
|
|
{
|
|
|
background-color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
/*鼠标移动到行上,行背景色变化*/
|
|
|
.tr_hover
|
|
|
{
|
|
|
background: none repeat scroll 0 0 #e0ecff;
|
|
|
}
|
|
|
|
|
|
#bottomToolBar {
|
|
|
display:block;
|
|
|
}
|
|
|
|
|
|
|
|
|
#divCCForm
|
|
|
{
|
|
|
position: relative !important;
|
|
|
/*background-color: white;*/
|
|
|
margin: 0 auto;
|
|
|
overflow-x:auto;
|
|
|
}
|
|
|
|
|
|
#CCForm {
|
|
|
min-width: 0px;
|
|
|
/*background-color: white;*/
|
|
|
overflow: hidden;
|
|
|
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;
|
|
|
}
|
|
|
|
|
|
.col-md-2, .col-md-1, .col-md-11,.col-sm-4, .col-sm-2, .col-sm-10 {
|
|
|
line-height: 40px;
|
|
|
text-align: left;
|
|
|
/*padding: 8px 0px;*/
|
|
|
}
|
|
|
|
|
|
#nav li span {
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#nav {
|
|
|
display: inline-block;
|
|
|
}
|
|
|
|
|
|
.item {
|
|
|
width: 180px;
|
|
|
margin-right: 10px;
|
|
|
display: block;
|
|
|
float: left;
|
|
|
background: url(/image/arrow1.png) no-repeat;
|
|
|
background-position: 85px 10px;
|
|
|
}
|
|
|
|
|
|
|
|
|
.item1 {
|
|
|
width: 180px;
|
|
|
margin-right: 10px;
|
|
|
display: block;
|
|
|
float: left;
|
|
|
}
|
|
|
|
|
|
.item1:first-child {
|
|
|
background: url(/image/arrow1.png) no-repeat;
|
|
|
background-position: 85px 10px;
|
|
|
}
|
|
|
|
|
|
div .item1:first-child a {
|
|
|
background: #1555a8;
|
|
|
}
|
|
|
|
|
|
div .item .active {
|
|
|
background: #1555a8;
|
|
|
}
|
|
|
div .item1:first-child .active {
|
|
|
background: #DC143C;
|
|
|
}
|
|
|
div .item1 .active{
|
|
|
background:#a8352c;
|
|
|
}
|
|
|
|
|
|
#centerNavDiv {
|
|
|
display:block;
|
|
|
clear:both;
|
|
|
|
|
|
}
|
|
|
|
|
|
.item a {
|
|
|
background: #2682f9;
|
|
|
padding: 10px 20px;
|
|
|
border-radius: 30px;
|
|
|
font-size: 24px;
|
|
|
font-weight: bold;
|
|
|
cursor:pointer;
|
|
|
color:white;
|
|
|
text-decoration:none;
|
|
|
|
|
|
margin-left:10px;
|
|
|
}
|
|
|
|
|
|
.item a:hover, .item a:focus, .item1 a:hover, .item1 a:focus {
|
|
|
color: white;
|
|
|
text-decoration: none !important;
|
|
|
}
|
|
|
|
|
|
.item label {
|
|
|
width: 100%;
|
|
|
height: 20px;
|
|
|
float: left;
|
|
|
padding: 15px 0px;
|
|
|
}
|
|
|
|
|
|
.item1 a {
|
|
|
cursor:pointer;
|
|
|
padding: 10px 20px;
|
|
|
border-radius: 30px;
|
|
|
font-size: 24px;
|
|
|
font-weight: bold;
|
|
|
background: #da554b;
|
|
|
color:white;
|
|
|
text-decoration:none !important;
|
|
|
|
|
|
margin-left:10px;
|
|
|
}
|
|
|
|
|
|
|
|
|
.item1 label {
|
|
|
width: 100%;
|
|
|
height: 20px;
|
|
|
float: left;
|
|
|
padding: 15px 0px;
|
|
|
}
|
|
|
|
|
|
.owl-prev {
|
|
|
background: url(/image/arrow_left_1.png) no-repeat;
|
|
|
padding: 20px 0px 20px 0px;
|
|
|
color: transparent;
|
|
|
width: 35px;
|
|
|
height: 100%;
|
|
|
float:left;
|
|
|
cursor:pointer;
|
|
|
|
|
|
border-style:none;
|
|
|
margin:10px 0px 10px 10px;
|
|
|
}
|
|
|
|
|
|
.owl-next {
|
|
|
background: url(/image/arrow_right_1.png) no-repeat;
|
|
|
padding: 20px 0px 20px 0px;
|
|
|
color: transparent;
|
|
|
width: 35px;
|
|
|
float:right;
|
|
|
cursor:pointer;
|
|
|
|
|
|
border-style:none;
|
|
|
margin:10px 0px 10px 10px;
|
|
|
}
|
|
|
|
|
|
.owl-prev:hover {
|
|
|
background: url(/image/arrow_left_2.png) no-repeat;
|
|
|
border-style:none;
|
|
|
}
|
|
|
|
|
|
.owl-next:hover {
|
|
|
background: url(/image/arrow_right_2.png) no-repeat;
|
|
|
border-style:none;
|
|
|
}
|
|
|
|
|
|
.owl-prev:focus {
|
|
|
background: url(/image/arrow_left_2.png) no-repeat;
|
|
|
border-style:none;
|
|
|
}
|
|
|
|
|
|
.owl-next:focus {
|
|
|
background: url(/image/arrow_right_2.png) no-repeat;
|
|
|
border-style:none;
|
|
|
}
|
|
|
|
|
|
input[type=text], input[type=password], select
|
|
|
{
|
|
|
border-radius: 5px;
|
|
|
border: thin solid #CCCCCC;
|
|
|
margin: 1px 1px;
|
|
|
width: 100%;
|
|
|
height: 23px;
|
|
|
font-size: 22px;}
|
|
|
|
|
|
.FDesc
|
|
|
{
|
|
|
padding: 4px;
|
|
|
text-align: left;
|
|
|
font-size: 22px;
|
|
|
margin: 4px;
|
|
|
background-color: #e0ecff;
|
|
|
border: lightgrey 1px solid;
|
|
|
border-top: none;
|
|
|
width: inherit;
|
|
|
}
|
|
|
|
|
|
select {
|
|
|
height: 29px;
|
|
|
}
|
|
|
|
|
|
|
|
|
.col-md-1 label,.col-sm-2 label {
|
|
|
width: auto;
|
|
|
text-align: right;
|
|
|
}
|
|
|
|
|
|
textarea,iframe[src*="AttachmentUpload.aspx"] {
|
|
|
margin-top:6px !important;
|
|
|
border-radius: 5px !important;
|
|
|
border: #2884fa 1px solid;
|
|
|
/*margin: 0px 10px;*/
|
|
|
line-height: 15px !important;
|
|
|
padding-left: 6px !important;
|
|
|
margin: 4px 0px !important;
|
|
|
width:100%;
|
|
|
text-align: left;
|
|
|
min-height: 40px;
|
|
|
}
|
|
|
|
|
|
.bigHeight {
|
|
|
height: 150px;
|
|
|
}
|
|
|
|
|
|
#topContentDiv {
|
|
|
background: #fff;
|
|
|
border-radius: 5px;
|
|
|
padding: 8px 0px 0px 0px;
|
|
|
margin: 8px 15px 15px 15px;
|
|
|
border: white 1px solid;
|
|
|
overflow: auto;
|
|
|
}
|
|
|
|
|
|
#centerNavDiv {
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
#bottomContentDiv {
|
|
|
background: #d4e6fe;
|
|
|
border-radius: 20px;
|
|
|
padding: 10px 0px 0px 0px ;
|
|
|
margin: 25px 15px 0px 15px;
|
|
|
border: #2884fa 1px solid;
|
|
|
overflow: auto;
|
|
|
}
|
|
|
|
|
|
#contentDiv {
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
|
|
|
.col-md-2 a,.col-md-11 a,.col-md-4 a,.col-md-10 a {
|
|
|
line-height: 45px;
|
|
|
display: inline-block;
|
|
|
}
|
|
|
|
|
|
.panel {
|
|
|
border:0px !important;
|
|
|
margin:0px;
|
|
|
}
|
|
|
|
|
|
.topBar {
|
|
|
display:none;
|
|
|
}
|
|
|
|
|
|
#bottomToolBar {
|
|
|
padding-right: 18px;
|
|
|
float:right;
|
|
|
}
|
|
|
|
|
|
.modal-header {
|
|
|
background: #6975F4;
|
|
|
color: white;
|
|
|
height:50px;
|
|
|
}
|
|
|
|
|
|
|
|
|
.modal-body {
|
|
|
border-radius: 20px;
|
|
|
margin: 15px 10px;
|
|
|
text-align:right;
|
|
|
}
|
|
|
|
|
|
.btn {
|
|
|
background: #2884fa !important;
|
|
|
border-radius: 20px !important;
|
|
|
color:white !important;
|
|
|
}
|
|
|
|
|
|
.errorBorder {
|
|
|
border:1px solid #f48236 !important ;
|
|
|
}
|
|
|
|
|
|
.normalBorder {
|
|
|
border:1px solid #2884fa !important;
|
|
|
|
|
|
}
|
|
|
|
|
|
html,body {
|
|
|
scrollbar-face-color:#2884fa; /*<2A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>3D<33><44><EFBFBD>棨ThreedFace<63><65><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɫ*/
|
|
|
scrollbar-highlight-color:white; /*<2A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>3D<33><44><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ߣ<EFBFBD>ThreedHighlight<68><74><EFBFBD><EFBFBD>ɫ*/
|
|
|
scrollbar-shadow-color:white; /*<2A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>3D<33><44><EFBFBD><EFBFBD><EFBFBD>İ<EFBFBD><C4B0>ߣ<EFBFBD>ThreedShadow<6F><77><EFBFBD><EFBFBD>ɫ*/
|
|
|
scrollbar-3dlight-color:white; /*<2A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>߿<EFBFBD><DFBF><EFBFBD>ɫ*/
|
|
|
scrollbar-arrow-color:white; /*<2A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͷ<EFBFBD><CDB7><EFBFBD><EFBFBD>ɫ */
|
|
|
scrollbar-track-color:white; /*<2A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>϶<EFBFBD><CFB6><EFBFBD><EFBFBD><EFBFBD>(TrackBar)<29><>ɫ*/
|
|
|
scrollbar-darkshadow-color:white; /*<2A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>߿<EFBFBD><DFBF><EFBFBD>ThreedDarkShadow<6F><77><EFBFBD><EFBFBD>ɫ*/
|
|
|
|
|
|
}
|
|
|
/*---<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ĭ<EFBFBD><C4AC><EFBFBD><EFBFBD>ʾ<EFBFBD><CABE>ʽ--*/
|
|
|
::-webkit-scrollbar-thumb{
|
|
|
/**background-color: #2884fa;*/
|
|
|
height: 50px;
|
|
|
outline-offset: -2px;
|
|
|
outline: 2px solid white;
|
|
|
-webkit-border-radius: 4px;
|
|
|
border: 2px solid white;
|
|
|
}
|
|
|
/*---<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʾ<EFBFBD><CABE>ʽ--*/
|
|
|
::-webkit-scrollbar-thumb:hover{
|
|
|
background-color:#2884fa;
|
|
|
height:50px;
|
|
|
-webkit-border-radius:4px;
|
|
|
}
|
|
|
/*---<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>С--*/
|
|
|
::-webkit-scrollbar{
|
|
|
width:8px;
|
|
|
height:8px;
|
|
|
}
|
|
|
/*---<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><F2B1B3BE><EFBFBD>ʽ--*/
|
|
|
::-webkit-scrollbar-track-piece{
|
|
|
background-color: white;
|
|
|
-webkit-border-radius:0;
|
|
|
}
|
|
|
|
|
|
|
|
|
/*提示框的CSS 设置*/
|
|
|
.popover-title {
|
|
|
background: #213b5d !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;
|
|
|
}
|
|
|
/*.row {
|
|
|
margin-bottom: 20px;
|
|
|
}
|
|
|
.row .row {
|
|
|
margin-top: 10px;
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
[class*="col-"] {
|
|
|
|
|
|
background-color: #eee;
|
|
|
background-color: rgba(86,61,124,.15);
|
|
|
border: 1px solid #ddd;
|
|
|
border: 1px solid rgba(86,61,124,.2);
|
|
|
|
|
|
|
|
|
}*/
|
|
|
|
|
|
|
|
|
|
|
|
#header {
|
|
|
height: 50px;
|
|
|
font: bold 22px "微软雅黑";
|
|
|
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: 5px;
|
|
|
cursor:pointer;
|
|
|
font-weight: bold;
|
|
|
|
|
|
/* display:none;*/
|
|
|
}
|
|
|
#CCForm label {
|
|
|
font-weight: normal;
|
|
|
font-size:22px;
|
|
|
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: 22px;
|
|
|
}
|
|
|
|
|
|
.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 22px "微软雅黑";
|
|
|
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;
|
|
|
}
|
|
|
|
|
|
.errorInput {
|
|
|
border-color: red;
|
|
|
} |