|
@ -1,182 +1,231 @@
|
|
|
.nav-tabs li a{background-color: #f5f5f5;color: #666;min-width: 140px;text-align: center;margin-right: 5px;border-color: #ddd #ddd rgba(0, 0, 0, 0);}
|
|
|
.nav-tabs li.active a,.nav-tabs li.active a:link{color: #12b7f5;}
|
|
|
.nav-tabs li a {
|
|
|
background-color: #f5f5f5;
|
|
|
color: #666;
|
|
|
min-width: 140px;
|
|
|
text-align: center;
|
|
|
margin-right: 5px;
|
|
|
border-color: #ddd #ddd rgba(0, 0, 0, 0);
|
|
|
}
|
|
|
.nav-tabs li.active a,
|
|
|
.nav-tabs li.active a:link {
|
|
|
color: #12b7f5;
|
|
|
}
|
|
|
.jhover {
|
|
|
background: #12B7F5!important;
|
|
|
color: #fff;}
|
|
|
.re-title .name{font-size: 18px;font-weight: bold;color: #333;height: 40px;line-height: 40px;display: inline-block;padding: 0px 20px;}
|
|
|
.re-title .team{font-size: 14px;color: #333;display: inline-block;}
|
|
|
.no-select{-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select:none}
|
|
|
.re-title{border-bottom:solid 1px #ededed;}
|
|
|
background: #12b7f5 !important;
|
|
|
color: #fff;
|
|
|
}
|
|
|
.re-title .name {
|
|
|
font-size: 18px;
|
|
|
font-weight: bold;
|
|
|
color: #333;
|
|
|
height: 40px;
|
|
|
line-height: 40px;
|
|
|
display: inline-block;
|
|
|
padding: 0px 20px;
|
|
|
}
|
|
|
.re-title .team {
|
|
|
font-size: 14px;
|
|
|
color: #333;
|
|
|
display: inline-block;
|
|
|
}
|
|
|
.no-select {
|
|
|
-webkit-user-select: none;
|
|
|
-moz-user-select: none;
|
|
|
-ms-user-select: none;
|
|
|
user-select: none;
|
|
|
}
|
|
|
.re-title {
|
|
|
border-bottom: solid 1px #ededed;
|
|
|
}
|
|
|
.w3-row:after {
|
|
|
content: "";
|
|
|
display: table;
|
|
|
clear: both
|
|
|
content: '';
|
|
|
display: table;
|
|
|
clear: both;
|
|
|
}
|
|
|
.btn.disabled {
|
|
|
pointer-events: none;
|
|
|
}
|
|
|
.btn.disabled{pointer-events: none;}
|
|
|
.w3-col {
|
|
|
float: left;
|
|
|
width: 100%
|
|
|
float: left;
|
|
|
width: 100%;
|
|
|
}
|
|
|
.w3-rest {
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.w3-rest{overflow:hidden}
|
|
|
|
|
|
.div-table {
|
|
|
display: table;
|
|
|
width: 100%;
|
|
|
display: table;
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
.table-row {
|
|
|
display: table-row;
|
|
|
display: table-row;
|
|
|
}
|
|
|
|
|
|
.table-cell {
|
|
|
display: table-cell;
|
|
|
text-align: center;
|
|
|
vertical-align: middle;
|
|
|
display: table-cell;
|
|
|
text-align: center;
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
.pr20{
|
|
|
padding-right: 20px;
|
|
|
.pr20 {
|
|
|
padding-right: 20px;
|
|
|
}
|
|
|
.fr{
|
|
|
float: right;
|
|
|
.fr {
|
|
|
float: right;
|
|
|
}
|
|
|
.lheight-20{
|
|
|
line-height: 20px;
|
|
|
.lheight-20 {
|
|
|
line-height: 20px;
|
|
|
}
|
|
|
.lheight-24{
|
|
|
line-height: 24px;
|
|
|
.lheight-24 {
|
|
|
line-height: 24px;
|
|
|
}
|
|
|
.lheight-40{
|
|
|
line-height: 40px;
|
|
|
.lheight-40 {
|
|
|
line-height: 40px;
|
|
|
}
|
|
|
.lheight-60{
|
|
|
line-height: 60px;
|
|
|
.lheight-60 {
|
|
|
line-height: 60px;
|
|
|
}
|
|
|
.mt80{
|
|
|
margin-top: 80px;
|
|
|
.mt80 {
|
|
|
margin-top: 80px;
|
|
|
}
|
|
|
.w-160{
|
|
|
width: 160px;
|
|
|
.w-160 {
|
|
|
width: 160px;
|
|
|
}
|
|
|
.w-220{
|
|
|
width: 220px;
|
|
|
.w-220 {
|
|
|
width: 220px;
|
|
|
}
|
|
|
.plr80{
|
|
|
padding-left: 80px;
|
|
|
padding-right: 80px;
|
|
|
.plr80 {
|
|
|
padding-left: 80px;
|
|
|
padding-right: 80px;
|
|
|
}
|
|
|
.ml-2{
|
|
|
margin-left: -2px;
|
|
|
.ml-2 {
|
|
|
margin-left: -2px;
|
|
|
}
|
|
|
.mt-4{
|
|
|
margin-top: -4px;
|
|
|
.mt-4 {
|
|
|
margin-top: -4px;
|
|
|
}
|
|
|
.btn{
|
|
|
color:#fff;
|
|
|
/* min-width: 80px; */
|
|
|
padding: 4px 8px;
|
|
|
height: 28px;
|
|
|
.btn {
|
|
|
color: #fff;
|
|
|
/* min-width: 80px; */
|
|
|
padding: 4px 8px;
|
|
|
height: 28px;
|
|
|
}
|
|
|
select.form-control{
|
|
|
padding: 0px 1px;
|
|
|
height: 28px;
|
|
|
select.form-control {
|
|
|
padding: 0px 1px;
|
|
|
height: 28px;
|
|
|
}
|
|
|
.bgc-02cfb9{background-color: #02cfb9;color: #fff;}
|
|
|
.bgc-02cfb9.focus, .bgc-02cfb9:focus, .bgc-02cfb9:hover{color: #fff;background-color: #00bda8;}
|
|
|
|
|
|
.bgc-12B7F5,.bgc1-12B7F5{
|
|
|
background-color: #12B7F5;
|
|
|
.bgc-02cfb9 {
|
|
|
background-color: #02cfb9;
|
|
|
color: #fff;
|
|
|
}
|
|
|
.bgc-12B7F5:hover{
|
|
|
background-color: #00adee;
|
|
|
color: #fff;
|
|
|
.bgc-02cfb9.focus,
|
|
|
.bgc-02cfb9:focus,
|
|
|
.bgc-02cfb9:hover {
|
|
|
color: #fff;
|
|
|
background-color: #00bda8;
|
|
|
}
|
|
|
.c-12B7F5{
|
|
|
color: #12B7F5;
|
|
|
.bgc-17b3ec {
|
|
|
background-color: #17b3ec;
|
|
|
color: #fff;
|
|
|
}
|
|
|
.bgc-FF9630,.bgc1-FF9630{
|
|
|
background-color: #FF9630;
|
|
|
.bgc-12B7F5,
|
|
|
.bgc1-12B7F5 {
|
|
|
background-color: #12b7f5;
|
|
|
}
|
|
|
.bgc-FF9630:hover{
|
|
|
background-color: #f58920;
|
|
|
color: #fff;
|
|
|
.c-12B7F5 {
|
|
|
color: #12b7f5;
|
|
|
}
|
|
|
.c-FF9630{
|
|
|
color: #FF9630;
|
|
|
.bgc-FF9630,
|
|
|
.bgc1-FF9630 {
|
|
|
background-color: #ff9630;
|
|
|
}
|
|
|
.c-2DBE55{
|
|
|
color: #2DBE55;
|
|
|
.bgc-FF9630:hover {
|
|
|
background-color: #f58920;
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
.bgc-2DBE55,.bgc1-2DBE55{
|
|
|
background-color: #2DBE55;
|
|
|
.c-FF9630 {
|
|
|
color: #ff9630;
|
|
|
}
|
|
|
.bgc-2DBE55:hover{
|
|
|
background-color: #30a14f;
|
|
|
color: #fff;
|
|
|
.c-2DBE55 {
|
|
|
color: #2dbe55;
|
|
|
}
|
|
|
|
|
|
.bgc-6fd7fe{
|
|
|
background-color: #6FD7FE;
|
|
|
.bgc-2DBE55,
|
|
|
.bgc1-2DBE55 {
|
|
|
background-color: #2dbe55;
|
|
|
}
|
|
|
.bgc-2DBE55:hover {
|
|
|
background-color: #30a14f;
|
|
|
color: #fff;
|
|
|
}
|
|
|
.bgc-12b7f5.focus,
|
|
|
.bgc-12b7f5:focus,
|
|
|
.bgc-12b7f5:hover {
|
|
|
color: #fff;
|
|
|
background-color: #01a9bd;
|
|
|
}
|
|
|
.bgc-6fd7fe {
|
|
|
background-color: #6fd7fe;
|
|
|
}
|
|
|
.border-6FD7FE{
|
|
|
border:1px solid #6FD7FE;
|
|
|
border-radius: 5px;
|
|
|
.border-6FD7FE {
|
|
|
border: 1px solid #6fd7fe;
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
|
|
|
.bgc-D7F3FE{
|
|
|
background-color: #D7F3FE;
|
|
|
.bgc-D7F3FE {
|
|
|
background-color: #d7f3fe;
|
|
|
}
|
|
|
.bgc-DCFDE6{
|
|
|
background-color: #DCFDE6;
|
|
|
.bgc-DCFDE6 {
|
|
|
background-color: #dcfde6;
|
|
|
}
|
|
|
.bgc-61D882{
|
|
|
background-color: #61D882;
|
|
|
.bgc-61D882 {
|
|
|
background-color: #61d882;
|
|
|
}
|
|
|
.border-61D882{
|
|
|
border:1px solid #61D882;
|
|
|
border-radius: 5px;
|
|
|
.border-61D882 {
|
|
|
border: 1px solid #61d882;
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
|
|
|
.bgc-FAB675{
|
|
|
background-color: #FAB675;
|
|
|
.bgc-FAB675 {
|
|
|
background-color: #fab675;
|
|
|
}
|
|
|
.border-FAB675{
|
|
|
border:1px solid #FAB675;
|
|
|
border-radius: 5px;
|
|
|
.border-FAB675 {
|
|
|
border: 1px solid #fab675;
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
.bgc-FEEEDF{
|
|
|
background-color: #FEEEDF;
|
|
|
.bgc-FEEEDF {
|
|
|
background-color: #feeedf;
|
|
|
}
|
|
|
|
|
|
.c-border-radius-blr{
|
|
|
border-bottom-left-radius: 10px;
|
|
|
border-bottom-right-radius: 10px;
|
|
|
min-width:200px;
|
|
|
min-height: 175px;
|
|
|
}
|
|
|
.c-border-radius-blr5{
|
|
|
border-bottom-left-radius: 5px;
|
|
|
border-bottom-right-radius: 5px;
|
|
|
}
|
|
|
.bigbox{
|
|
|
border-top-left-radius: 10px;
|
|
|
border-top-right-radius: 10px;
|
|
|
line-height: 40px;
|
|
|
color:#fff;
|
|
|
font-size: 18px;
|
|
|
.c-border-radius-blr {
|
|
|
border-bottom-left-radius: 10px;
|
|
|
border-bottom-right-radius: 10px;
|
|
|
min-width: 200px;
|
|
|
min-height: 175px;
|
|
|
}
|
|
|
.c-border-radius-blr5 {
|
|
|
border-bottom-left-radius: 5px;
|
|
|
border-bottom-right-radius: 5px;
|
|
|
}
|
|
|
.bigbox {
|
|
|
border-top-left-radius: 10px;
|
|
|
border-top-right-radius: 10px;
|
|
|
line-height: 40px;
|
|
|
color: #fff;
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
|
|
|
.smallbox{
|
|
|
border-bottom-left-radius: 5px;
|
|
|
border-bottom-right-radius: 5px;
|
|
|
line-height: 40px;
|
|
|
font-size: 14px;
|
|
|
background: #fff;
|
|
|
}
|
|
|
.jiantou01{
|
|
|
position: absolute;
|
|
|
margin-left: -25px;
|
|
|
margin-top: 40px;
|
|
|
.smallbox {
|
|
|
border-bottom-left-radius: 5px;
|
|
|
border-bottom-right-radius: 5px;
|
|
|
line-height: 40px;
|
|
|
font-size: 14px;
|
|
|
background: #fff;
|
|
|
}
|
|
|
.jiantou01 {
|
|
|
position: absolute;
|
|
|
margin-left: -25px;
|
|
|
margin-top: 40px;
|
|
|
}
|
|
|
/*.numcircle{
|
|
|
border-radius: 50%;
|
|
@ -184,124 +233,127 @@ select.form-control{
|
|
|
padding: 2px 7px 1px 6px;
|
|
|
margin-right: 6px;
|
|
|
}*/
|
|
|
#sc_table{}
|
|
|
#sc_table tr td:nth-child(2):hover{
|
|
|
color:#12B7F5;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
#sc_table th,#sc_table td{
|
|
|
height: 40px;
|
|
|
font-size: 14px;
|
|
|
padding-left:5px;
|
|
|
padding-right:5px;
|
|
|
}
|
|
|
#sc_table th{
|
|
|
background-color: #F5F5FA;
|
|
|
text-align: center;
|
|
|
color: #909090;
|
|
|
font-weight: normal;
|
|
|
#sc_table {
|
|
|
}
|
|
|
#sc_table tr td:nth-child(2):hover {
|
|
|
color: #12b7f5;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
#sc_table th,
|
|
|
#sc_table td {
|
|
|
height: 40px;
|
|
|
font-size: 14px;
|
|
|
padding-left: 5px;
|
|
|
padding-right: 5px;
|
|
|
}
|
|
|
#sc_table th {
|
|
|
background-color: #f5f5fa;
|
|
|
text-align: center;
|
|
|
color: #909090;
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
[v-cloak] {
|
|
|
display: none;
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
.ellipsis{
|
|
|
overflow: hidden;
|
|
|
text-overflow:ellipsis;
|
|
|
white-space: nowrap;
|
|
|
.ellipsis {
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
.dataCell {
|
|
|
height: 24px;
|
|
|
line-height: 24px;
|
|
|
float: left;
|
|
|
margin-right:10px;
|
|
|
height: 24px;
|
|
|
line-height: 24px;
|
|
|
float: left;
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
.w160{
|
|
|
width:160px;
|
|
|
.w160 {
|
|
|
width: 160px;
|
|
|
}
|
|
|
.c-vam {
|
|
|
vertical-align: middle;
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
.inline {
|
|
|
display: inline-block!important;
|
|
|
vertical-align: middle;
|
|
|
display: inline-block !important;
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
button.dropdown-toggle{
|
|
|
width: 35px;
|
|
|
button.dropdown-toggle {
|
|
|
width: 35px;
|
|
|
}
|
|
|
|
|
|
button.dropdown-toggle .caret,
|
|
|
button.dropdown-toggle:hover .caret {
|
|
|
background: url(../images/jiantou_xia_icon.png) no-repeat;
|
|
|
width: 11px;
|
|
|
height: 11px;
|
|
|
background-size: 100%;
|
|
|
border: 0;
|
|
|
background: url(../images/jiantou_xia_icon.png) no-repeat;
|
|
|
width: 11px;
|
|
|
height: 11px;
|
|
|
background-size: 100%;
|
|
|
border: 0;
|
|
|
}
|
|
|
.form-control{
|
|
|
height: 28px;
|
|
|
background-color: #FFFFFF !important;
|
|
|
.form-control {
|
|
|
height: 28px;
|
|
|
background-color: #ffffff !important;
|
|
|
}
|
|
|
|
|
|
.up_datamodel{
|
|
|
background-image: url(../images/shouqi_btn.png);
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
|
}
|
|
|
.up_datamodel {
|
|
|
background-image: url(../images/shouqi_btn.png);
|
|
|
background-repeat: no-repeat;
|
|
|
}
|
|
|
|
|
|
.down_datamodel{
|
|
|
background-image: url(../images/zhankai_btn.png);
|
|
|
background-repeat: no-repeat;
|
|
|
}
|
|
|
#datamodeltap{
|
|
|
position: absolute;
|
|
|
right: 20px;
|
|
|
margin-top: 10px;
|
|
|
z-index: 1;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
#sc_datamodel.boxcenter{
|
|
|
width:840px;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
|
|
|
border-bottom: 1px solid #fff;
|
|
|
}
|
|
|
.right{
|
|
|
float: right;
|
|
|
.down_datamodel {
|
|
|
background-image: url(../images/zhankai_btn.png);
|
|
|
background-repeat: no-repeat;
|
|
|
}
|
|
|
#datamodeltap {
|
|
|
position: absolute;
|
|
|
right: 20px;
|
|
|
margin-top: 10px;
|
|
|
z-index: 1;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
#sc_datamodel.boxcenter {
|
|
|
width: 840px;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
.nav-tabs > li.active > a,
|
|
|
.nav-tabs > li.active > a:focus,
|
|
|
.nav-tabs > li.active > a:hover {
|
|
|
border-bottom: 1px solid #fff;
|
|
|
}
|
|
|
.right {
|
|
|
float: right;
|
|
|
}
|
|
|
|
|
|
.numcircle{
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: 20px 20px;
|
|
|
.numcircle {
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: 20px 20px;
|
|
|
}
|
|
|
.bgc1-12B7F5.numcircle{
|
|
|
background-image: url(../images/1_img.png);
|
|
|
background-position: 42px;
|
|
|
.bgc1-12B7F5.numcircle {
|
|
|
background-image: url(../images/1_img.png);
|
|
|
background-position: 42px;
|
|
|
}
|
|
|
.bgc1-2DBE55.numcircle{
|
|
|
background-image: url(../images/2_img.png);
|
|
|
background-position: 50px;
|
|
|
.bgc1-2DBE55.numcircle {
|
|
|
background-image: url(../images/2_img.png);
|
|
|
background-position: 50px;
|
|
|
}
|
|
|
.bgc1-FF9630.numcircle{
|
|
|
background-image: url(../images/3_img.png);
|
|
|
background-position: 50px;
|
|
|
.bgc1-FF9630.numcircle {
|
|
|
background-image: url(../images/3_img.png);
|
|
|
background-position: 50px;
|
|
|
}
|
|
|
.el-dialog--center .el-dialog__body{
|
|
|
text-align: center;
|
|
|
.el-dialog--center .el-dialog__body {
|
|
|
text-align: center;
|
|
|
}
|
|
|
.el-date-editor .el-range__icon {
|
|
|
line-height: 3px;
|
|
|
line-height: 3px;
|
|
|
}
|
|
|
.el-date-editor .el-range-separator{
|
|
|
line-height: 25px;
|
|
|
width: auto;
|
|
|
.el-date-editor .el-range-separator {
|
|
|
line-height: 25px;
|
|
|
width: auto;
|
|
|
}
|
|
|
.el-input__inner{
|
|
|
height: 30px;
|
|
|
.el-input__inner {
|
|
|
height: 30px;
|
|
|
}
|
|
|
.el-input__suffix{
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
border-left: 1px solid #d2d2d2;
|
|
|
.el-input__suffix {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
border-left: 1px solid #d2d2d2;
|
|
|
}
|