index.css 4.03 KB
* { 
    margin: 0;
    padding: 0;
    font: 12px Microsoft YaHei,Tahoma,Helvetica,Arial,"\5b8b\4f53",sans-serif;
    box-sizing: border-box;
}

ul, li {
    list-style: none;
}

html, body, .f-content { 
    width: 100%; 
    height: 100%; 
    overflow: hidden;
}

.f-content {
    position: relative;
}
.f-content:after {
    content: '';
    display: table;
    clear: both;
    zoom: 1;
}
.f-content > section { 
    height: 100%; 
}
.f-content .f-config {
    float: left;
    width: 100%;
    padding-right: 480px;
}
.f-content .f-viewport {
    position: relative;
    float: right;
    /*width: 500px;*/
    /*margin-left: -500px;*/
    border-left: 1px solid #e9e9e9;
}

.f-row {
    width: 49%;
    margin-bottom: 6px;
    color: #666;
    display: table;
}
.f-row > label {
    display: table-cell;
    padding: 7px 0;
    width: 65px;
    color: #666;
    text-align: left;
    vertical-align: middle;
}
.f-row > .col {
    width: calc(100% - 65px);
}
.f-row input,textarea,select {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 7px;
    font-size: 12px;
    line-height: 1.42857143;
    color: rgba(0,0,0,.65);
    background-color: #fff;
    background-image: none;
    border: 1px solid #666;
    transition: all .3s;
    outline: none;
}

.f-row textarea{
    height:80px;
}


.f-config > div {
    padding: 10px;
}
.f-config .f-com-wrapper,
.f-config .f-base-info {
    margin-bottom: 15px;
}
.f-config form > h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: .5em;
}
.f-config .f-com-wrapper > ul {
    margin: -3px;
    overflow: hidden;
}
.f-com-wrapper li {
    display: inline-block;
    padding: 4px;
    line-height: 24px;
    white-space: nowrap;
    background: #fff;
    cursor: move;
}
.f-com-wrapper li a {
    color: #666;
    padding: 3px 10px;
    border: 1px solid #666;
    border-radius: 3px;
    background: transparent;
    outline: none;
}
.f-config .f-base-info .f-row{
    display: inline-table;
}


.f-viewport .f-base-info {
    padding: 10px 16px;
}
.f-viewport .f-base-info .f-title {
    font-size: 18px;
    font-weight: 600;
}
.f-viewport .f-base-info  .f-desc {
    color: #bbb;
}

.f-viewport .f-com-wrapper {
    position: absolute;
    width: 100%;
    top: 60px;
    bottom: 0;
    overflow-y: auto;
    overflow-x: auto;
}
.f-viewport .f-com-wrapper > .f-plugin {
    position: relative;
    background-color: #fff;
}
.f-viewport .f-com-wrapper .f-actions {
    position: absolute;
    display: none;
    right: 3px;
    cursor: pointer;
}
.f-viewport .f-com-wrapper > .f-plugin:hover .f-actions {
    display: block;
}
.f-viewport .f-com-wrapper .f-actions a:hover {
    text-decoration: underline;
}
.f-viewport .f-com-wrapper .f-plugin-view {
    min-height: 50px;
    border: 1px dashed transparent;
    cursor: move;
}
.f-viewport .f-com-wrapper .f-plugin.selected .f-plugin-view,
.f-viewport .f-com-wrapper .f-plugin-view:hover {
    border: 1px dashed rgb(52, 152, 219);
}
.f-viewport .f-com-wrapper > .f-plugin:before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-color: #e8edf4;
}
.f-viewport .f-com-wrapper .ul-state-highlight {
    height: 46px !important;
    width: 100%;
    background-image: url("../img/drop-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #BBCCDD;
}

.f-actions{
    z-index: 99;
}

.saveChart{
    color: #fff !important;
    background-color: #30b5ff !important;
    border: 1px solid #30b5ff !important;
    cursor: pointer !important;
    text-align: center !important;
    margin-left:77% !important;
    margin-top:-9% !important;
}

.chartDiv{
    width: 470px;
    height:375px;
    margin-left:3px;
    border-radius: 10px;
    border: 1px solid #dad8d8;
}
.f-row input, textarea, select{
    width: 120%;
}

.chartTop{
    margin-top: 12px;
    position: absolute;
    /*border: 1px solid #dad8d8;
    width: 550px;
    background-color: rgb(244, 244, 244);
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    line-height: 38px;*/
}
.topText{
    margin-left: 20px;
}