.flat-blue .navbar .navbar-nav > li > a, .flat-blue .navbar.navbar-default .navbar-nav > li > a, .leftBarLiIcon {
|
color: #0f77b1;
|
}
|
|
#page-wrapper {
|
padding: 0 15px;
|
height: 100%;
|
min-height: 568px;
|
background-color: white;
|
}
|
|
@media (min-width: 768px) {
|
#page-wrapper {
|
position: inherit;
|
margin: 0 0 0 250px;
|
padding: 0 30px;
|
border-left: 1px solid #e7e7e7;
|
}
|
}
|
|
.sidebar .sidebar-nav.navbar-collapse {
|
padding-left: 0;
|
padding-right: 0;
|
}
|
|
.sidebar ul li a.active {
|
background-color: #eeeeee;
|
}
|
|
.sidebar .arrow {
|
float: right;
|
}
|
|
.sidebar .fa.arrow:before {
|
content: "\f104";
|
}
|
|
.sidebar .active > a > .fa.arrow:before {
|
content: "\f107";
|
}
|
|
.sidebar .nav-second-level li,
|
.sidebar .nav-third-level li {
|
border-bottom: none !important;
|
}
|
|
.sidebar .nav-second-level li a {
|
padding-left: 37px;
|
}
|
|
.sidebar .nav-third-level li a {
|
padding-left: 52px;
|
}
|
|
form.make-model-region > div .col-lg-6 {
|
padding: 0;
|
}
|
|
form.make-model-region > div .col-lg-6 label {
|
padding: 7px 5px 0 0;
|
}
|
|
form.make-model-region > div .col-sm-11 {
|
padding: 0px;
|
min-height: 32px;
|
height: auto;
|
}
|
|
form.make-model-region .labelDiv {
|
border: 1px dashed #ccc;
|
height: 30px;
|
}
|
|
form.make-model-region .labelDiv .mark-item {
|
padding-top: 4px;
|
border-right: 1px dashed #ccc;
|
text-align: center;
|
min-height: 30px;
|
}
|
|
form.make-model-region .labelDiv .mark-item-right {
|
padding-top: 4px;
|
text-align: center;
|
min-height: 30px;
|
}
|
|
.trigger-column-tag {
|
margin-top: 4px;
|
margin-left: 5px;
|
display: inline-block;
|
width: 100px;
|
border: 1px #f9e7bb solid;
|
}
|
|
.trigger-column-tag .dragName {
|
padding: 4px;
|
width: 80px;
|
height: 20px;
|
display: inline-block;
|
overflow: hidden;
|
}
|
|
@media (min-width: 768px) {
|
.sidebar {
|
z-index: 1;
|
position: absolute;
|
width: 250px;
|
}
|
}
|
|
#editArea {
|
width: 100%;
|
height: 90%;
|
margin: auto;
|
}
|
|
/*拖拽提示框样式*/
|
.drag-helper {
|
white-space: nowrap;
|
border: 1px #22a7f0 solid;
|
background-color: #def0fa;
|
padding: 4px;
|
z-index: 999999999
|
}
|
|
/*文本标签样式*/
|
.trigger-column-tag-text {
|
overflow: hidden;
|
text-overflow: ellipsis;
|
background-color: #f6eedb;
|
cursor: move;
|
}
|
|
/*数字标签样式*/
|
.trigger-column-tag-number {
|
overflow: hidden;
|
text-overflow: ellipsis;
|
background-color: #d2ddf0;
|
border: 1px solid #b1caf4;
|
cursor: move;
|
}
|
|
.scrollable {
|
overflow: auto;
|
}
|
|
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
|
border-top: 1px solid #ccc;
|
}
|
|
.chart-type span{
|
display: inline-block;
|
width: 40px;
|
height: 40px;
|
background-color: #f5f5f5;
|
text-align: center;
|
line-height: 40px;
|
cursor: pointer;
|
margin:4px 0px 4px 5px;
|
}
|
|
.chart-type span img{
|
width: 30px;
|
height: 30px;
|
}
|
|
.chart-type-select-panel .drag-tips{
|
margin:4px;
|
}
|
|
.chart-type .active{
|
background-color: #ccc;
|
}
|
|
#editArea{
|
margin-top:30px;
|
text-align: center
|
}
|
|
#editArea h3{
|
margin-top: 120px;
|
color: #ccc;
|
}
|
|
.row-editArea{
|
border:1px #ccc dashed;
|
/*height:386px;*/
|
}
|
|
body{
|
overflow-y: hidden
|
}
|
|
table{
|
table-layout: fixed;
|
}
|
|
td{
|
white-space: nowrap;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
}
|
|
.xls,.csv,.txt {
|
background: #79ab61;
|
background-image: -webkit-linear-gradient(top, #74ad5a, #68a54b);
|
background-image: -moz-linear-gradient(top, #74ad5a, #68a54b);
|
background-image: -ms-linear-gradient(top, #74ad5a, #68a54b);
|
background-image: -o-linear-gradient(top, #74ad5a, #68a54b);
|
background-image: linear-gradient(to bottom, #74ad5a, #68a54b);
|
text-shadow: 0px -1px 0px #5b6178;
|
-webkit-box-shadow: inset 0px 1px 0px 0px #9acc85;
|
-moz-box-shadow: inset 0px 1px 0px 0px #9acc85;
|
box-shadow: inset 0px 1px 0px 0px #9acc85;
|
font-family: Arial;
|
color: #ffffff;
|
font-size: 14px;
|
padding: 8px 20px 8px 20px;
|
border: solid #3b6e22 1px;
|
text-decoration: none;
|
}
|
|
.xls,.csv,.txt:hover {
|
color: #ffffff;
|
background: #68a54b;
|
text-decoration: none;
|
}
|
|
.csv,.txt {
|
margin-left: 5px;
|
}
|