You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1838 lines
33 KiB
1838 lines
33 KiB
4 years ago
|
.editorWrapper {
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.edp-messager-content {
|
||
|
margin-left: 40px;
|
||
|
}
|
||
|
|
||
|
.edp-editors-inputright{
|
||
|
padding-right: 0px !important;
|
||
|
}
|
||
|
|
||
|
.editor-input {
|
||
|
height: 28px;
|
||
|
color: #606266;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
|
||
|
.edp-editpanel {
|
||
|
position: relative;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
/*padding:10px;*/
|
||
|
border: 0;
|
||
|
overflow: auto;
|
||
|
zoom: 1;
|
||
|
}
|
||
|
|
||
|
.edp-editpanel div.filed-group {
|
||
|
position: relative;
|
||
|
float: left;
|
||
|
width: 100%;
|
||
|
|
||
|
}
|
||
|
|
||
|
.edp-editpanel div.filed-group span.group-title {
|
||
|
padding: 5px;
|
||
|
color: #5e6d82;
|
||
|
font-size: 14px;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.edp-editpanel div.filed-group div.splitter-line {
|
||
|
width: 100%;
|
||
|
margin-top: 5px;
|
||
|
border-bottom: 1px solid #dcdfe6;
|
||
|
border-bottom-width: 60%;
|
||
|
}
|
||
|
|
||
|
.edp-editpanel div.filed-group div.group-content {
|
||
|
display: flex;
|
||
|
padding: 10px 0;
|
||
|
width: 100%;
|
||
|
flex-direction: row;
|
||
|
flex-wrap: wrap;
|
||
|
}
|
||
|
|
||
|
.edp-editpanel .type-conatiner-for-editpanel {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.edp-editpanel label {
|
||
|
width: 120px;
|
||
|
text-align: right;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.edp-editpanel div.group-content div.editorWrapper {
|
||
|
display: inline-block;
|
||
|
margin-bottom: 16px;
|
||
|
height: 28px;
|
||
|
}
|
||
|
|
||
|
.edp-editpanel div.group-content div.editorWrapper.multiline {
|
||
|
float: left;
|
||
|
margin-bottom: 16px;
|
||
|
height: 100px;
|
||
|
}
|
||
|
|
||
|
.edp-editpanel .editor-label {
|
||
|
line-height:28px;
|
||
|
text-align: right;
|
||
|
padding-right: 12px;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.editor-label a {
|
||
|
color: #606266;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.editor-required a {
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
.editor-required a::before {
|
||
|
content: "*";
|
||
|
color: #ff4949;
|
||
|
margin-right: 4px;
|
||
|
}
|
||
|
|
||
|
.edp-editpanelnav {
|
||
|
padding-left: 50px;
|
||
|
padding-bottom: 30px;
|
||
|
background: #e4e6e6;
|
||
|
}
|
||
|
|
||
|
.edp-editpanelnav .group-title {
|
||
|
font-size: 14px;
|
||
|
font-weight: bold;
|
||
|
color: cornflowerblue;
|
||
|
display: block;
|
||
|
height: 50px;
|
||
|
line-height: 50px;
|
||
|
}
|
||
|
|
||
|
.edp-editpanelnav .editorWrapper {
|
||
|
height: 30px;
|
||
|
}
|
||
|
|
||
|
.edp-editpanelnav .editorWrapper .editor-label,
|
||
|
.edp-editpanelnav .editorWrapper .editor-input {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
.edp-editpanelnav-dev,.edp-editpanelnav-pack {
|
||
|
background: #e4e6e6;
|
||
|
height: 40px;
|
||
|
width: 100%;
|
||
|
}
|
||
|
.edp-editpanelnav-devBtn,.edp-editpanelnav-packBtn {
|
||
|
border: none;
|
||
|
background: none;
|
||
|
color: gray;
|
||
|
line-height: 40px;
|
||
|
margin-left: 220px;
|
||
|
}
|
||
|
.edp-editpanelnav-devBtn:focus,.edp-editpanelnav-packBtn:focus {
|
||
|
outline: none;
|
||
|
}
|
||
|
.edp-editpanelnav-hide {
|
||
|
display: none;
|
||
|
}
|
||
|
.edp-editpanelnav-show {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.edp-menu,
|
||
|
.edp-menu ul,
|
||
|
.edp-menu ul li,
|
||
|
.edp-menu ul li a {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
border: 0;
|
||
|
list-style: none;
|
||
|
line-height: 1;
|
||
|
display: block;
|
||
|
position: relative;
|
||
|
-webkit-box-sizing: border-box;
|
||
|
-moz-box-sizing: border-box;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
.edp-menu {
|
||
|
width: 100%;
|
||
|
color: #ffffff;
|
||
|
position: relative;
|
||
|
|
||
|
}
|
||
|
|
||
|
.edp-menu ul ul {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.edp-menu > ul > li.active > ul {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.align-right {
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
.edp-menu > ul > li > a {
|
||
|
display: flex;
|
||
|
display: -webkit-flex;
|
||
|
cursor: pointer;
|
||
|
z-index: 2;
|
||
|
font-size: 16px;
|
||
|
text-decoration: none;
|
||
|
color: #ffffff;
|
||
|
background: #26384d; /*#3ab4a6;*/
|
||
|
|
||
|
-webkit-transition: color .2s ease;
|
||
|
-o-transition: color .2s ease;
|
||
|
transition: color .2s ease;
|
||
|
}
|
||
|
|
||
|
.edp-menu > ul > li > a:hover {
|
||
|
background: #131c26;
|
||
|
}
|
||
|
|
||
|
.edp-menu ul > li.has-sub > a:after {
|
||
|
position: absolute;
|
||
|
right: 26px;
|
||
|
top: 15px;
|
||
|
z-index: 5;
|
||
|
display: block;
|
||
|
height: 10px;
|
||
|
width: 10px;
|
||
|
border-left: 2px solid #fff;
|
||
|
border-bottom: 2px solid #fff;
|
||
|
content: "";
|
||
|
transform: rotateZ(-135deg);
|
||
|
-webkit-transform: rotateZ(-135deg);
|
||
|
-webkit-transition: all 0.1s ease-out;
|
||
|
-moz-transition: all 0.1s ease-out;
|
||
|
-ms-transition: all 0.1s ease-out;
|
||
|
-o-transition: all 0.1s ease-out;
|
||
|
transition: all 0.1s ease-out;
|
||
|
}
|
||
|
|
||
|
.edp-menu ul > li.has-sub.open > a:after,
|
||
|
.edp-menu ul > li.has-sub.open > a:before {
|
||
|
-webkit-transform: rotate(-45deg);
|
||
|
-moz-transform: rotate(-45deg);
|
||
|
-ms-transform: rotate(-45deg);
|
||
|
-o-transform: rotate(-45deg);
|
||
|
transform: rotate(-45deg);
|
||
|
}
|
||
|
|
||
|
.edp-menu ul ul li a {
|
||
|
padding: 14px 40px;
|
||
|
cursor: pointer;
|
||
|
z-index: 2;
|
||
|
font-size: 14px;
|
||
|
text-decoration: none;
|
||
|
color: #dddddd;
|
||
|
background: #28364d;
|
||
|
-webkit-transition: color .2s ease;
|
||
|
-o-transition: color .2s ease;
|
||
|
transition: color .2s ease;
|
||
|
}
|
||
|
|
||
|
.edp-menu ul ul ul li a {
|
||
|
padding-left: 50px;
|
||
|
}
|
||
|
|
||
|
.edp-logo span:last-child {
|
||
|
width: 40px;
|
||
|
height: 40px;
|
||
|
background-image: url(/themes/default/images/navmenu.png);
|
||
|
}
|
||
|
|
||
|
.edp-logo .menuopen {
|
||
|
background-position: 0 -40px;
|
||
|
}
|
||
|
|
||
|
.edp-logo .menuclose {
|
||
|
background-position: -37px -40px;
|
||
|
}
|
||
|
|
||
|
.edp-menu .menu-nav-checked {
|
||
|
background-color: #131c26;
|
||
|
}
|
||
|
|
||
|
.edp-menu .menu-nav-icon {
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
width: 40px;
|
||
|
height: 100%;
|
||
|
z-index: 10;
|
||
|
display: none;
|
||
|
background-color: #26384d;
|
||
|
}
|
||
|
|
||
|
.edp-menu .menu-nav-icon div {
|
||
|
width: 100%;
|
||
|
height: 40px;
|
||
|
background-image: url(/themes/default/images/navmenu.png);
|
||
|
box-sizing: border-box;
|
||
|
position: relative;
|
||
|
|
||
|
}
|
||
|
|
||
|
.edp-menu .menu-nav-icon div:hover {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.edp-menu .menu-nav-icon .menuc-nav-hecked {
|
||
|
background-color: #131c26;
|
||
|
}
|
||
|
|
||
|
.edp-menu .menu-nav-icon div span {
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
background: #009ea1;
|
||
|
width: 3px;
|
||
|
height: 100%;
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.edp-menu ul ul li a:hover {
|
||
|
background: #131c26;
|
||
|
}
|
||
|
|
||
|
.edp-menu ul ul > li.has-sub > a:after {
|
||
|
top: 16px;
|
||
|
right: 26px;
|
||
|
/*background: #dddddd;*/
|
||
|
}
|
||
|
|
||
|
.edp-menu ul ul > li.has-sub > a:before {
|
||
|
top: 20px;
|
||
|
background: #dddddd;
|
||
|
}
|
||
|
|
||
|
.edp-menu .selected {
|
||
|
background: #131c26 !important;
|
||
|
color: #eeeeee !important;
|
||
|
border-left: 3px solid #009ea1;
|
||
|
}
|
||
|
|
||
|
.edp-menu-logo {
|
||
|
width: 40px;
|
||
|
display: block;
|
||
|
height: 40px;
|
||
|
background-image: url(/themes/default/images/navmenu.png);
|
||
|
}
|
||
|
|
||
|
/******菜单功能绑定的相应图标********/
|
||
|
|
||
|
.FRD {
|
||
|
background-position: -160px 0;
|
||
|
}
|
||
|
|
||
|
.FRS {
|
||
|
background-position: 0 0;
|
||
|
}
|
||
|
|
||
|
.funmenu003 {
|
||
|
background-position: -80px 0;
|
||
|
}
|
||
|
|
||
|
.funmenu004 {
|
||
|
background-position: -120px 0;
|
||
|
}
|
||
|
|
||
|
.edp-querypanel {
|
||
|
width: 100% !important;
|
||
|
height: 100%;
|
||
|
min-height: 40px;
|
||
|
padding: 5px 5px 5px 5px;
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
.edp-querypanel .editor-container {
|
||
|
display: flex;
|
||
|
flex-wrap: wrap;
|
||
|
margin: 5px 0 5px 0;
|
||
|
}
|
||
|
|
||
|
.edp-querypanel .editor-container .editorWrapper {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
margin: 10px;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.edp-querypanel .editor-container .editorWrapper .editor-label {
|
||
|
padding-right: 12px;
|
||
|
text-align: right;
|
||
|
line-height: 28px;
|
||
|
}
|
||
|
|
||
|
.edp-querypanel .dateWrapper {
|
||
|
width: 100%;
|
||
|
justify-content: flex-start !important;
|
||
|
|
||
|
}
|
||
|
|
||
|
.edp-querypanel .setting-container {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.edp-querypanel .query-options-set,.query-btn-search,.toggle-layout {
|
||
|
width: 80px;
|
||
|
height: 28px;
|
||
|
margin-left: 5px;
|
||
|
|
||
|
}
|
||
|
|
||
|
.edp-querypanel label div {
|
||
|
width: 120px;
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* css for query window start */
|
||
|
|
||
|
.query-option-set-window input:focus {
|
||
|
outline-style: none;
|
||
|
}
|
||
|
.query-option-set-window .south-block-in-query-window {
|
||
|
/*margin-top: 9px;*/
|
||
|
display: flex;
|
||
|
display: -webkit-flex;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
-webkit-flex-direction: row;
|
||
|
justify-content: space-around;
|
||
|
-webkit-justify-content: space-around;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .query-option-rows + .combine-query-options-container div.el-row:first-child div {
|
||
|
height: 30px;
|
||
|
line-height: 30px;
|
||
|
background: #cfe1f6;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .query-north-container {
|
||
|
height: 30px;
|
||
|
width: 98%;
|
||
|
display: flex;
|
||
|
display: -webkit-flex;
|
||
|
justify-content: space-around;
|
||
|
justify-content: center;
|
||
|
margin-top: 5px;
|
||
|
margin-bottom: 10px;
|
||
|
margin-left: 2%;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .check-list-choice-label {
|
||
|
width: 80px;
|
||
|
height: 30px;
|
||
|
line-height: 30px;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .query-select-options-inwindow {
|
||
|
width: 1100px;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .easyui-tabs{
|
||
|
flex: 1;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .inner-tab {
|
||
|
height: 477px;
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window a.easyui-linkbutton {
|
||
|
width: 100px;
|
||
|
}
|
||
|
|
||
|
|
||
|
.query-option-set-window .basic-query-container {
|
||
|
margin-top: 5px;
|
||
|
width: 22%;
|
||
|
border: 1px solid #ced3d9;
|
||
|
overflow-x: hidden;
|
||
|
-ms-overflow-x: hidden;
|
||
|
overflow-y:auto;
|
||
|
height: 99%;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .basic-query-operat-buttons-container {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
margin-left: 15px;
|
||
|
color: rgba(0,0,0,.85);
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .basic-query-operat-buttons-container a {
|
||
|
margin: 10px 0;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.query-option-set-window .combine-query-options-container {
|
||
|
margin-top: 5px;
|
||
|
margin-left: 15px;
|
||
|
border: 1px solid #ced3d9;
|
||
|
overflow-x: hidden;
|
||
|
overflow-y: auto;
|
||
|
height: 99%;
|
||
|
flex:1;
|
||
|
width: 81%;
|
||
|
padding: 3px 0 3px 4px;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .combine-query-options-container div.el-row {
|
||
|
margin: 1px 0 0 0;
|
||
|
padding: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .combine-query-options-container>div:nth-child(1) div {
|
||
|
background: #91d5ff;
|
||
|
line-height: 30px;
|
||
|
color: #2864a9;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .query-option-rows div.el-row:nth-child(1) div {
|
||
|
background: #fff;
|
||
|
line-height: 0;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .query-option-rows div.el-row {
|
||
|
margin: 1px 0 0 0;
|
||
|
padding: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
|
||
|
.query-option-set-window .combine-query-options-container div.col-in-options {
|
||
|
text-align: center;
|
||
|
height: 30px;
|
||
|
background-color: white;
|
||
|
padding: 0 2px;
|
||
|
border-width: 0 1px;
|
||
|
border-style: solid;
|
||
|
border-color: #fff;
|
||
|
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .query-option-rows div.el-row .neccesary-option {
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .query-option-rows div.el-row .neccesary-option input[type=checkbox] {
|
||
|
-webkit-appearance: none;
|
||
|
float: left;
|
||
|
text-align: left !important;
|
||
|
margin: 6px 1px 0 18px;
|
||
|
background: url(/themes/default/icons/checkbox.png) center top no-repeat;
|
||
|
width: 16px;
|
||
|
height: 16px;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .query-option-rows div.el-row .neccesary-option input[type=checkbox]:checked {
|
||
|
background: url(/themes/default/icons/checkboxselect.png) center top no-repeat;
|
||
|
}
|
||
|
|
||
|
.query-option-rows div.el-row .neccesary-option input[type=checkbox]:checked {
|
||
|
background: url(/themes/default/icons/checkbox.png) center top no-repeat;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .query-column-param {
|
||
|
height: 30px;
|
||
|
width: 96%;
|
||
|
margin: 4px auto;
|
||
|
border: 1px solid #ced3d9;
|
||
|
border-radius: 2px;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .query-column-param input {
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .query-option-rows {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .query-option-rows .col-in-options {
|
||
|
height: 24px;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .query-option-rows span.textbox.easyui-fluid.combo {
|
||
|
width: 100% !important;
|
||
|
height: 28px !important;
|
||
|
border: 0;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .query-option-rows .el-col-6 input,
|
||
|
.query-option-set-window .query-option-rows .el-col-4 input,
|
||
|
.query-option-set-window .query-label-content {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
text-align: center;
|
||
|
border: none;
|
||
|
border-radius: 4px;
|
||
|
color: #000;
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .combine-query-order-container .row span.textbox.easyui-fluid.combo input {
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .query-label-content {
|
||
|
background: #F0F2F5;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .query-label-width,
|
||
|
.query-option-set-window .query-content-width {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
text-align: center;
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .selected-row {
|
||
|
border: 1px solid #2864a9;
|
||
|
}
|
||
|
|
||
|
.query-option-set-window .order-fieldname input {
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
line-height: 24px;
|
||
|
border: none;
|
||
|
height: 30px;
|
||
|
background: #F0F2F5;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* css for query window end */
|
||
|
|
||
|
|
||
|
.edp-slickgrid-btn-col-del {
|
||
|
width: 20px;
|
||
|
height: 20px;
|
||
|
color: #409eff;
|
||
|
border: none;
|
||
|
outline: none;
|
||
|
line-height: 20px;
|
||
|
padding: 0;
|
||
|
font-family: element-icons!important;
|
||
|
cursor: pointer;
|
||
|
background-color: transparent;
|
||
|
}
|
||
|
|
||
|
.edp-slickgrid-btn-col-del::before {
|
||
|
content: "\e6d7";
|
||
|
transition: color .15s linear;
|
||
|
font-size: 18px;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
button.edp-slickgrid-btn-col-del.edp-slickgrid-disable {
|
||
|
cursor: not-allowed;
|
||
|
color: #a0cfff;
|
||
|
}
|
||
|
|
||
|
.edp-toolbar {
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
/*toolbar左右按钮切换图标*/
|
||
|
|
||
|
.edp-toolbar-contentBox button {
|
||
|
width:30px;
|
||
|
height:20px;
|
||
|
outline: none;
|
||
|
}
|
||
|
|
||
|
.edp-toolbar-contentBox button:active{
|
||
|
opacity: 0.5;
|
||
|
}
|
||
|
|
||
|
.edp-toolbar-contentBox .btnLeft_N{
|
||
|
background:url(../../../images/toolbar/tool_bar_arrow_left_normal.png) center no-repeat;
|
||
|
}
|
||
|
|
||
|
|
||
|
.edp-toolbar-contentBox .btnRight_N{
|
||
|
background:url(../../../images/toolbar/tool_bar_arrow_right_normal.png) center no-repeat;
|
||
|
}
|
||
|
|
||
|
.edp-toolbar {
|
||
|
height: 72px;
|
||
|
overflow: hidden;
|
||
|
padding: 5px;
|
||
|
}
|
||
|
|
||
|
.edp-toolbar-btn {
|
||
|
margin-right: 6px;
|
||
|
height: 28px;
|
||
|
width: 80px;
|
||
|
}
|
||
|
|
||
|
.navi {
|
||
|
position: relative;
|
||
|
margin: 100px auto 0 auto;
|
||
|
text-align: left;
|
||
|
height: 60px;
|
||
|
width: 1100px;
|
||
|
/*text-align: left;
|
||
|
margin-top: 100px;
|
||
|
margin-left: 250px;*/
|
||
|
color: #0087CB;
|
||
|
/*background-image: url('../../../../images/logo.png');*/
|
||
|
/*background-repeat: no-repeat;*/
|
||
|
}
|
||
|
|
||
|
.navi > div.function {
|
||
|
position: relative;
|
||
|
float: right;
|
||
|
width: 180px;
|
||
|
height: 60px;
|
||
|
line-height: 60px;
|
||
|
}
|
||
|
|
||
|
.function > a > img {
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
.main {
|
||
|
position: relative;
|
||
|
float: left;
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.footer {
|
||
|
position: relative;
|
||
|
float: left;
|
||
|
height: 60px;
|
||
|
}
|
||
|
|
||
|
.red {
|
||
|
background-color: red;
|
||
|
}
|
||
|
|
||
|
.green {
|
||
|
background-color: green;
|
||
|
}
|
||
|
|
||
|
.yellow {
|
||
|
background-color: orange;
|
||
|
}
|
||
|
|
||
|
.f12 {
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
|
||
|
.f14 {
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.f16 {
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
|
||
|
.f18 {
|
||
|
font-size: 18px;
|
||
|
}
|
||
|
|
||
|
.f20 {
|
||
|
font-size: 20px;
|
||
|
}
|
||
|
|
||
|
.f24 {
|
||
|
font-size: 24px;
|
||
|
}
|
||
|
|
||
|
.f36 {
|
||
|
font-size: 36px;
|
||
|
}
|
||
|
|
||
|
.focused {
|
||
|
background-color: #333333;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
|
||
|
.edp-image-window img {
|
||
|
max-width: 100%;
|
||
|
max-height: 100%;
|
||
|
}
|
||
|
|
||
|
.edp-image-window .row {
|
||
|
text-align: center;
|
||
|
margin: 10px 10px;
|
||
|
}
|
||
|
|
||
|
.edp-image-window .img-show {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.edp-image-window .img-title {
|
||
|
text-align: center;
|
||
|
font-size: 14px;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.edp-image-window * {
|
||
|
-moz-user-select: none;
|
||
|
-o-user-select: none;
|
||
|
-webkit-user-select: none;
|
||
|
user-select: none;
|
||
|
}
|
||
|
|
||
|
|
||
|
html, body {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
height: 100%;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.grid-container {
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.content-wrapper {
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.link-hover {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.edp-logo {
|
||
|
height: 40px;
|
||
|
background: #f5f8fc;
|
||
|
font-size: 18px;
|
||
|
color: #7a8699;
|
||
|
line-height: 38px;
|
||
|
font-family: 'Microsoft Yahei';
|
||
|
padding-left: 10px;
|
||
|
display: flex;
|
||
|
display: -webkit-flex;
|
||
|
}
|
||
|
|
||
|
.edp-logo span:first-child {
|
||
|
flex: 1;
|
||
|
display: block;
|
||
|
-webkit-flex: 1;
|
||
|
overflow: hidden;
|
||
|
white-space: nowrap;
|
||
|
text-overflow: ellipsis;
|
||
|
font-size: 15px;
|
||
|
margin-right: 10px;
|
||
|
}
|
||
|
|
||
|
.edp-logo span:last-child {
|
||
|
/*width:10px;*/
|
||
|
/*height:10px;*/
|
||
|
/*margin-top:15px;*/
|
||
|
/*transform:rotateZ(-45deg);*/
|
||
|
/*border-left:2px solid #fff;*/
|
||
|
/*border-top:2px solid #fff;*/
|
||
|
/*margin-right: 20px;*/
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.edp-layout-north {
|
||
|
height: 40px;
|
||
|
background: #006666;
|
||
|
padding: 0 10px;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.edp-layout-west {
|
||
|
width: 200px;
|
||
|
background: #26384d;
|
||
|
}
|
||
|
|
||
|
/*.edp-layout-north > span {
|
||
|
font-size: 18px;
|
||
|
color: white;
|
||
|
line-height: 38px;
|
||
|
font-family: 'Microsoft Yahei';
|
||
|
}*/
|
||
|
|
||
|
.edp-layout-south {
|
||
|
margin: 0;
|
||
|
padding: 0 20px;
|
||
|
height: 30px;
|
||
|
color: white;
|
||
|
background: #f5f8fc;
|
||
|
line-height: 30px;
|
||
|
font-size: 14px;
|
||
|
width: 100% !important;
|
||
|
}
|
||
|
|
||
|
.admin-info-footer {
|
||
|
display: flex;
|
||
|
color: #26384d;
|
||
|
}
|
||
|
|
||
|
.edp-sys-org .bootstrap-select {
|
||
|
max-width: 90%;
|
||
|
}
|
||
|
|
||
|
.edp-sys-org select {
|
||
|
background: #004466;
|
||
|
border: 0;
|
||
|
}
|
||
|
|
||
|
.edp-layout-south > div {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.edp-fl {
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
.edp-fr {
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
.edp-layout-south a {
|
||
|
color: #26384d;
|
||
|
font-size: 14px;
|
||
|
line-height: 30px;
|
||
|
margin-left: 10px;
|
||
|
text-decoration: none;
|
||
|
|
||
|
}
|
||
|
|
||
|
.edp-sys-tool span.badge {
|
||
|
background-color: #E02C2C;
|
||
|
}
|
||
|
|
||
|
.edp-print-multiwindow .edp-print-multiwindow-left,
|
||
|
.edp-print-multiwindow .edp-print-multiwindow-right {
|
||
|
width: 49%;
|
||
|
height: 100%;
|
||
|
float: left;
|
||
|
border: 1px solid #c5c3c3;
|
||
|
}
|
||
|
|
||
|
.edp-print-multiwindow .edp-print-multiwindow-right{
|
||
|
margin-left: 2%;
|
||
|
}
|
||
|
|
||
|
.edp-print-multiwindow .edp-print-multi-left-buttons {
|
||
|
height: 7%;
|
||
|
padding-left: 1%;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-evenly;
|
||
|
}
|
||
|
|
||
|
.edp-print-multiwindow .edp-print-multi-left-buttons button,
|
||
|
.edp-print-multiwindow .edp-print-multi-right-buttons button {
|
||
|
height: 34px;
|
||
|
width: 80px;
|
||
|
}
|
||
|
|
||
|
.edp-print-multiwindow .edp-print-multiwindow-left .edp-query {
|
||
|
min-height: 13%;
|
||
|
}
|
||
|
|
||
|
.edp-print-multiwindow .edp-multiprint-left-grid {
|
||
|
height: 80%;
|
||
|
}
|
||
|
|
||
|
.edp-print-multiwindow .edp-print-multi-right-buttons {
|
||
|
height: 20%;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-evenly;
|
||
|
}
|
||
|
|
||
|
.edp-print-multiwindow .edp-multiprint-right-grid {
|
||
|
height: 80%;
|
||
|
}
|
||
|
|
||
|
.edp-print-multiwindow .easyui-splitbutton {
|
||
|
height: 34px;
|
||
|
border-radius: 0;
|
||
|
border: 1px solid #a09e9e;
|
||
|
padding: 5px;
|
||
|
background: #EAEAEA;
|
||
|
}
|
||
|
|
||
|
.edp-print-multiwindow .edp-querypanel-packUpBtn {
|
||
|
display: none;
|
||
|
}.edp-multi-root {
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.edp-multi-header {
|
||
|
height: 40px;
|
||
|
overflow: hidden;
|
||
|
position: relative;
|
||
|
border-bottom: 1px solid #0088CC;
|
||
|
}
|
||
|
|
||
|
.edp-multi-content {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
height: 510px;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.btn-multi-refresh {
|
||
|
display: inline-block;
|
||
|
width: 80px;
|
||
|
margin: 5px;
|
||
|
}
|
||
|
|
||
|
.btn-multi-ok,
|
||
|
.btn-multi-reverse {
|
||
|
display: inline-block;
|
||
|
width: 80px;
|
||
|
margin: 5px;
|
||
|
}
|
||
|
|
||
|
.edp-multi-query {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.edp-multi-grid {
|
||
|
flex: 1;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.edp-page-container {
|
||
|
padding: 20px;
|
||
|
}
|
||
|
.edp-stretch {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.edp-stretch-width {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.edp-stretch-height {
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.edp-query {
|
||
|
width: 100%;
|
||
|
height: 10%;
|
||
|
overflow: auto;
|
||
|
}
|
||
|
|
||
|
.edp-list {
|
||
|
width: 100%;
|
||
|
height: 90%;
|
||
|
}
|
||
|
|
||
|
.edp-edit {
|
||
|
width: 100%;
|
||
|
height: 30%;
|
||
|
overflow: auto;
|
||
|
}
|
||
|
|
||
|
.edp-detail {
|
||
|
width: 100%;
|
||
|
height: 70%;
|
||
|
}
|
||
|
|
||
|
.edp-detail-detail {
|
||
|
width: 100%;
|
||
|
height: 49%;
|
||
|
}
|
||
|
|
||
|
.edp-toolbar {
|
||
|
width: 100%;
|
||
|
height: 38px;
|
||
|
background: none;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.edp-sep {
|
||
|
width: 100%;
|
||
|
height: 2%;
|
||
|
}
|
||
|
|
||
|
.edp-child {
|
||
|
width: 100%;
|
||
|
height: 48%;
|
||
|
}
|
||
|
|
||
|
.edp-fill {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.edp-full-scroll {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
overflow: auto;
|
||
|
}
|
||
|
|
||
|
.edp-page {
|
||
|
margin-top: 4px;
|
||
|
}
|
||
|
|
||
|
.edp-page .page-widget-editpanel {
|
||
|
overflow: auto;
|
||
|
zoom: 1;
|
||
|
}
|
||
|
|
||
|
.edp-page .page-widget-grid {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.edp-page .page-body-west {
|
||
|
width: 160px;
|
||
|
border: 1px solid rgb(197, 197, 197);
|
||
|
}
|
||
|
|
||
|
.edp-page .page-body-south {
|
||
|
height: 0px;
|
||
|
}
|
||
|
|
||
|
.edp-page .page-body-north {
|
||
|
width: 50px;
|
||
|
border: none
|
||
|
|
||
|
}
|
||
|
|
||
|
.edp-page .custom-built {
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
.edp-page .page-body-north.panel-body.panel-body-noheader.layout-body {
|
||
|
overflow-y: auto;
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
.edp-page .page-body-center.panel-body.panel-body-noheader.layout-body {
|
||
|
overflow-y: auto;
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
.edp-page .page-widget-tab {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.edp-page .page-header {
|
||
|
height: 38px !important;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.edp-page .page-body {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.edp-page .page-tabitem-full {
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.edp-page .page-tabitem-half {
|
||
|
height: 49%;
|
||
|
}
|
||
|
|
||
|
.edp-page .page-tabitem-sep {
|
||
|
height: 4%;
|
||
|
}
|
||
|
|
||
|
.edp-page .page-tabitem {
|
||
|
height: 100%;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
|
||
|
.edp-page .page-widget-grid {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
.edp-page .query-panel-wrapper {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
|
||
|
.edp-refwindow-body {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
}
|
||
|
.edp-refwindow-bar {
|
||
|
height: 48px;
|
||
|
padding-top: 5px;
|
||
|
}
|
||
|
|
||
|
.edp-refwindow-main {
|
||
|
flex: 1;
|
||
|
}
|
||
|
|
||
|
.edp-refwindow-grid {
|
||
|
height: 100%;
|
||
|
}
|
||
|
.edp-refwindow-main .panel-body{
|
||
|
overflow: hidden;
|
||
|
border-left: none;
|
||
|
border-right: none;
|
||
|
border-bottom: none;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.edp-upload-wrapper {
|
||
|
width:100%;
|
||
|
height:100%;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
.edp-upload-wrapper .header{
|
||
|
border-bottom:1px solid #CDD5E0;
|
||
|
line-height: 40px;
|
||
|
padding:0 20px;
|
||
|
}
|
||
|
|
||
|
.edp-upload-wrapper .content{
|
||
|
flex:1;
|
||
|
padding: 15px;
|
||
|
box-sizing: border-box;
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
.edp-upload-wrapper .content .con_left{
|
||
|
border:1px solid #CDD5E0;
|
||
|
width:180px;
|
||
|
padding:10px;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|
||
|
.edp-upload-wrapper .content .con_left>p{
|
||
|
font-size:14px;
|
||
|
}
|
||
|
|
||
|
.edp-upload-wrapper .content .con_left .search_input{
|
||
|
width:100%;
|
||
|
height:30px;
|
||
|
border:1px solid #CDD5E0;
|
||
|
padding-left:2%
|
||
|
}
|
||
|
|
||
|
.edp-upload-wrapper .content .con_left .include_tree{
|
||
|
flex:1;
|
||
|
|
||
|
}
|
||
|
|
||
|
.edp-upload-wrapper .content .con_left .search_input input{
|
||
|
border:none;
|
||
|
width:97%;
|
||
|
height:100%;
|
||
|
outline: none;
|
||
|
}
|
||
|
|
||
|
.edp-upload-wrapper .content .con_left .include_tree{
|
||
|
overflow: auto;
|
||
|
}
|
||
|
.edp-upload-wrapper .content .con_right{
|
||
|
flex:1;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
padding: 0 0 0 10px;
|
||
|
position: relative;
|
||
|
}
|
||
|
.edp-upload-wrapper .content .con_right .include_top{
|
||
|
display: flex;
|
||
|
height:auto;
|
||
|
padding: 10px;
|
||
|
}
|
||
|
.edp-upload-wrapper .content .con_right .include_top .file_path{
|
||
|
width: 315px;
|
||
|
height: 25px;
|
||
|
line-height: 25px;
|
||
|
overflow: auto;
|
||
|
/* position: relative; */
|
||
|
}
|
||
|
.edp-upload-wrapper .content .con_right .include_top .file_path span{
|
||
|
color:#4886cd;
|
||
|
cursor:pointer;
|
||
|
}
|
||
|
.edp-upload-wrapper .content .con_right .include_top .file_path >span:last-child{
|
||
|
color:#000;
|
||
|
}
|
||
|
.edp-upload-wrapper .content .con_right .file_handle{
|
||
|
flex:1;
|
||
|
display: flex;
|
||
|
justify-content: flex-end;
|
||
|
}
|
||
|
.edp-upload-wrapper .content .con_right .file_handle div{
|
||
|
padding:0 15px;
|
||
|
border-radius:15px;
|
||
|
line-height: 25px;
|
||
|
border:1px solid #4886cd;
|
||
|
margin:0 5px;
|
||
|
color:#4886cd;
|
||
|
cursor:pointer;
|
||
|
}
|
||
|
.edp-upload-wrapper .content .con_right .file_handle .upload{
|
||
|
background-color: #4886cd;
|
||
|
color:#fff;
|
||
|
}
|
||
|
|
||
|
.edp-upload-wrapper .content .con_right .picture_panel{
|
||
|
flex:1;
|
||
|
background:rgba(0,0,0,0.2);
|
||
|
overflow: auto;
|
||
|
}
|
||
|
|
||
|
.edp-upload-wrapper .content .con_right .picture_panel .picture_view{
|
||
|
width: 130px;
|
||
|
height: 140px;
|
||
|
margin: 5px;
|
||
|
background:red;
|
||
|
float: left;
|
||
|
box-sizing: border-box;
|
||
|
padding: 5px;
|
||
|
background-color: #fff;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
.edp-upload-wrapper .content .con_right .picture_panel .picture_view div{
|
||
|
flex:1;
|
||
|
cursor: pointer;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.edp-upload-wrapper .content .con_right .picture_panel .picture_view p{
|
||
|
line-height:30px;
|
||
|
text-align: center;
|
||
|
margin:0;
|
||
|
height: 30px;
|
||
|
text-overflow: ellipsis;
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.edp-upload-wrapper .content .con_right .picture_panel .picture_view img{
|
||
|
width:100%;
|
||
|
height:100%;
|
||
|
}
|
||
|
.edp-upload-wrapper .footer{
|
||
|
height:70px;
|
||
|
line-height:70px;
|
||
|
}
|
||
|
.edp-upload-wrapper .footer button{
|
||
|
float: right;
|
||
|
background:none;
|
||
|
border:none;
|
||
|
font-size:16px;
|
||
|
margin:0 20px;
|
||
|
outline: none;
|
||
|
}
|
||
|
|
||
|
.edp-upload-wrapper .folder_wrapper{
|
||
|
position: absolute;
|
||
|
left:50%;
|
||
|
top:50%;
|
||
|
width:400px;
|
||
|
height:200px;
|
||
|
margin-left: -200px;
|
||
|
margin-top:-100px;
|
||
|
background:#fff;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
z-index: 100;
|
||
|
}
|
||
|
.edp-upload-wrapper .folder_header{
|
||
|
border-bottom:1px solid #CDD5E0;
|
||
|
line-height: 36px;
|
||
|
display: block;
|
||
|
padding:0 20px;
|
||
|
width: 100%;
|
||
|
background: #4886cd;
|
||
|
color:#fff;
|
||
|
border-radius:5px 5px 0px 0px;
|
||
|
}
|
||
|
.edp-upload-wrapper .folder_cofirm{
|
||
|
height:60px;
|
||
|
line-height: 60px;
|
||
|
}
|
||
|
.edp-upload-wrapper .folder_cofirm span{
|
||
|
float: right;
|
||
|
display: block;
|
||
|
margin:0 20px;
|
||
|
padding:5px 12px;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
.edp-upload-wrapper .folder_inputname{
|
||
|
flex:1;
|
||
|
padding-top: 30px;
|
||
|
box-sizing: border-box;
|
||
|
padding-left:50px;
|
||
|
}
|
||
|
|
||
|
.edp-upload-wrapper .content .con_right .include_top .file_path .navmode {
|
||
|
min-width: 130px;
|
||
|
/* height: 81px; */
|
||
|
padding: 10px;
|
||
|
position: absolute;
|
||
|
background: #fff;
|
||
|
top: 39px;
|
||
|
border-radius: 5px;
|
||
|
z-index: 10000;
|
||
|
border: 1px solid #ccc;
|
||
|
display: none;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
.edp-upload-wrapper stronge {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.upload_box {
|
||
|
margin: 1em auto;
|
||
|
}
|
||
|
|
||
|
.upload_main {
|
||
|
border-width: 1px 1px 2px;
|
||
|
border-style: solid;
|
||
|
border-color: #ccc #ccc #ddd;
|
||
|
background-color: #fbfbfb;
|
||
|
}
|
||
|
|
||
|
.upload_choose {
|
||
|
padding: 1em;
|
||
|
}
|
||
|
|
||
|
.upload_drag_area {
|
||
|
display: inline-block;
|
||
|
width: 63%;
|
||
|
padding: 1em 0;
|
||
|
margin-left: .5em;
|
||
|
border: 1px dashed #ddd;
|
||
|
background: #fff no-repeat 20px center;
|
||
|
color: #999;
|
||
|
text-align: center;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
.upload_drag_hover {
|
||
|
border-color: #069;
|
||
|
box-shadow: inset 2px 2px 4px rgba(0, 0, 0, .5);
|
||
|
color: #333;
|
||
|
}
|
||
|
|
||
|
.upload_preview {
|
||
|
width: 100%;
|
||
|
border-top: 1px solid #D2D2D2;
|
||
|
border-bottom: 1px solid #bbb;
|
||
|
background-color: #fff;
|
||
|
overflow-y: scroll;
|
||
|
height: 230px;
|
||
|
_zoom: 1;
|
||
|
}
|
||
|
|
||
|
.upload_append_list {
|
||
|
height: 100%;
|
||
|
margin: 1em;
|
||
|
float: left;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.upload_append_list:hover {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.upload_delete {
|
||
|
margin-left: 2em;
|
||
|
}
|
||
|
|
||
|
.upload_image { /* max-height:135px; */
|
||
|
padding: 0px;
|
||
|
}
|
||
|
|
||
|
.upload_submit {
|
||
|
padding-top: 1em;
|
||
|
padding-left: 1em;
|
||
|
}
|
||
|
|
||
|
.upload_submit_btn {
|
||
|
height: 32px;
|
||
|
font-size: 14px;
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.upload_progress {
|
||
|
padding: 5px;
|
||
|
border-radius: 10px;
|
||
|
color: #fff;
|
||
|
background-color: rgba(0, 0, 0, .6);
|
||
|
position: absolute;
|
||
|
left: 25px;
|
||
|
top: 45px;
|
||
|
}
|
||
|
|
||
|
.andArea {
|
||
|
/* background: url("/themes/default/images/add_img.png") no-repeat scroll center 5px rgba(0, 0, 0, 0); */
|
||
|
border: 1px dashed #E6E6E6;
|
||
|
color: #CCCCCC;
|
||
|
font-size: 18px;
|
||
|
/* padding-top: 77px; */
|
||
|
position: relative;
|
||
|
text-align: center;
|
||
|
top: 0;
|
||
|
}
|
||
|
|
||
|
.fileImage {
|
||
|
display: none!important;
|
||
|
}
|
||
|
|
||
|
.filePicker {
|
||
|
background: none repeat scroll 0 0 #00B7EE;
|
||
|
border-radius: 3px;
|
||
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
|
||
|
color: #FFFFFF;
|
||
|
cursor: pointer;
|
||
|
display: inline-block;
|
||
|
font-size: 18px;
|
||
|
height: 44px;
|
||
|
line-height: 44px;
|
||
|
width: 90%;
|
||
|
min-width: 120px;
|
||
|
margin: 0 auto 0px;
|
||
|
overflow: hidden;
|
||
|
transition: background 0.2s;
|
||
|
-moz-transition: background 0.2s;
|
||
|
-webkit-transition: background 0.2s;
|
||
|
-o-transition: background 0.2s;
|
||
|
}
|
||
|
|
||
|
.filePicker:hover {
|
||
|
background: none repeat scroll 0 0 #00A2D4;
|
||
|
}
|
||
|
|
||
|
.demo {
|
||
|
margin: auto;
|
||
|
}
|
||
|
|
||
|
.convent_choice {
|
||
|
float: left;
|
||
|
height: 45px;
|
||
|
width: 35%;
|
||
|
}
|
||
|
|
||
|
#fileImage {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.status_bar {
|
||
|
border-top: 1px solid #DADADA;
|
||
|
height: 45px;
|
||
|
line-height: 45px;
|
||
|
padding: 0 10px;
|
||
|
position: relative;
|
||
|
vertical-align: middle;
|
||
|
background-color: #FFFFFF;
|
||
|
}
|
||
|
|
||
|
.info {
|
||
|
float: left;
|
||
|
color: #666666;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.btns {
|
||
|
position: absolute;
|
||
|
right: 16px;
|
||
|
line-height: 30px;
|
||
|
top: 6px;
|
||
|
}
|
||
|
|
||
|
.webuploader_pick {
|
||
|
-moz-user-select: none;
|
||
|
background: none repeat scroll 0 0 #FFFFFF;
|
||
|
border: 1px solid #CFCFCF;
|
||
|
border-radius: 3px;
|
||
|
color: #565656;
|
||
|
cursor: pointer;
|
||
|
display: inline-block;
|
||
|
float: left;
|
||
|
font-size: 14px;
|
||
|
margin-left: 10px;
|
||
|
padding: 0 18px;
|
||
|
position: relative;
|
||
|
text-align: center;
|
||
|
line-height: 32px;
|
||
|
transition: border 0.2s;
|
||
|
-moz-transition: border 0.2s;
|
||
|
-webkit-transition: border 0.2s;
|
||
|
-o-transition: border 0.2s;
|
||
|
}
|
||
|
|
||
|
.webuploader_pick:hover {
|
||
|
border: 1px solid #BBB;
|
||
|
}
|
||
|
|
||
|
.upload_btn {
|
||
|
background: none repeat scroll 0 0 #00B7EE;
|
||
|
border-radius: 3px;
|
||
|
color: #fff;
|
||
|
cursor: pointer;
|
||
|
display: inline-block;
|
||
|
float: left;
|
||
|
font-size: 14px;
|
||
|
margin-left: 10px;
|
||
|
padding: 0 18px;
|
||
|
position: relative;
|
||
|
text-align: center;
|
||
|
line-height: 34px;
|
||
|
transition: background 0.2s;
|
||
|
-moz-transition: background 0.2s;
|
||
|
-webkit-transition: background 0.2s;
|
||
|
-o-transition: background 0.2s;
|
||
|
}
|
||
|
|
||
|
.upload_btn:hover {
|
||
|
background: none repeat scroll 0 0 #00A2D4;
|
||
|
}
|
||
|
|
||
|
/* 每个图片上的操作bar */
|
||
|
.file_bar {
|
||
|
margin: 0;
|
||
|
left: 0px;
|
||
|
right: 0px;
|
||
|
position: absolute;
|
||
|
/* top: 0px;
|
||
|
height: 0px; */
|
||
|
padding: 0px;
|
||
|
margin: 0;
|
||
|
opacity: 0.8;
|
||
|
color: #fff;
|
||
|
background: none repeat scroll 0 0 #000000;
|
||
|
transition: all 0.5s;
|
||
|
-moz-transition: all 0.5s;
|
||
|
-webkit-transition: all 0.5s;
|
||
|
-o-transition: all 0.5s;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.file_bar a {
|
||
|
color: #FFFFFF;
|
||
|
position: absolute;
|
||
|
right: 10px;
|
||
|
}
|
||
|
|
||
|
.file_hover {
|
||
|
height: 30px;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.uploadImg {
|
||
|
margin: 0px;
|
||
|
/* max-height:135px; */
|
||
|
}
|
||
|
|
||
|
.file_progress {
|
||
|
display: none;
|
||
|
margin: 0;
|
||
|
position: absolute;
|
||
|
bottom: 0px;
|
||
|
height: 8px;
|
||
|
left: 0px;
|
||
|
right: 0px;
|
||
|
background: none repeat scroll 0 0 #00B7EE;
|
||
|
text-align: center;
|
||
|
width: 0%;
|
||
|
}
|
||
|
|
||
|
.file_failure {
|
||
|
display: none;
|
||
|
margin: 0;
|
||
|
position: absolute;
|
||
|
top: 120px;
|
||
|
height: 24px;
|
||
|
left: 0px;
|
||
|
right: 0px;
|
||
|
background: none repeat scroll 0 0 red;
|
||
|
color: #fff;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.file_success {
|
||
|
display: none;
|
||
|
margin: 0;
|
||
|
position: absolute;
|
||
|
top: 120px;
|
||
|
height: 40px;
|
||
|
left: 0px;
|
||
|
right: 0px;
|
||
|
background: url("/themes/default/images/success.png") no-repeat scroll right bottom transparent;
|
||
|
}
|
||
|
|
||
|
.file_name {
|
||
|
margin: 0px;
|
||
|
white-space: nowrap;
|
||
|
width: 66%; /* IE6 需要定义宽度 */
|
||
|
overflow: hidden;
|
||
|
-o-text-overflow: ellipsis; /* Opera */
|
||
|
text-overflow: ellipsis; /* IE, Safari (WebKit) */
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
.file_edit {
|
||
|
background: url("/themes/default/images/edit_white.png") no-repeat scroll 0 0 transparent;
|
||
|
width: 18px;
|
||
|
height: 18px;
|
||
|
display: inline;
|
||
|
-moz-user-select: none;
|
||
|
position: absolute;
|
||
|
right: 22px;
|
||
|
margin-top: 4px;
|
||
|
}
|
||
|
|
||
|
.file_edit:hover {
|
||
|
background: url("/themes/default/images/edit_blue.png") no-repeat scroll 0 0 transparent;
|
||
|
}
|
||
|
|
||
|
.file_del {
|
||
|
background: url("/themes/default/images/delete_white.png") no-repeat scroll 0 0 transparent;
|
||
|
width: 18px;
|
||
|
height: 18px;
|
||
|
display: inline;
|
||
|
-moz-user-select: none;
|
||
|
position: absolute;
|
||
|
right: 3px;
|
||
|
margin-top: 4px;
|
||
|
}
|
||
|
|
||
|
.file_del:hover {
|
||
|
background: url("/themes/default/images/delete_blue.png") no-repeat scroll 0 0 transparent;
|
||
|
}
|
||
|
|
||
|
/* 设置图片等比例缩放 并且垂直居中*/
|
||
|
.upload_append_list a {
|
||
|
display: table-cell;
|
||
|
/* width: 140px;
|
||
|
height: 120px; */
|
||
|
text-align: center;
|
||
|
vertical-align: middle;
|
||
|
border: 1px solid #DFDFDF;
|
||
|
background: url("/themes/default/images/bg.png") no-repeat scroll center 0px transparent;
|
||
|
}
|
||
|
|
||
|
.upload_append_list img {
|
||
|
border: solid 1px #66f;
|
||
|
vertical-align: middle; /*图片垂直居中*/
|
||
|
}
|
||
|
|
||
|
.uploadImg {
|
||
|
margin: auto;
|
||
|
}
|
||
|
|
||
|
.uploadImg img {
|
||
|
border: none;
|
||
|
max-width: 100% !important;
|
||
|
height: auto !important;
|
||
|
}
|
||
|
|
||
|
/* 不带有拖拽的样式 */
|
||
|
.add_upload {
|
||
|
height: 100%;
|
||
|
margin: 1em;
|
||
|
float: left;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.add_upload:hover {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.add_imgBox {
|
||
|
border: 1px solid #DFDFDF;
|
||
|
display: table-cell;
|
||
|
text-align: center;
|
||
|
vertical-align: middle;
|
||
|
transition: border 0.2s;
|
||
|
-moz-transition: border 0.2s;
|
||
|
-webkit-transition: border 0.2s;
|
||
|
-o-transition: border 0.2s;
|
||
|
}
|
||
|
|
||
|
.add_imgBox:hover {
|
||
|
border: 1px solid #BBB;
|
||
|
}
|
||
|
|
||
|
.single_main {
|
||
|
border-top: 0px;
|
||
|
}
|
||
|
|
||
|
.edp-xls-window .tools-row {
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
|
||
|
.edp-xls-window .file-item-row {
|
||
|
height: 100px;
|
||
|
padding: 5px 0;
|
||
|
margin-top: 20px;
|
||
|
border-bottom: 1px solid #eee
|
||
|
}
|
||
|
|
||
|
.edp-xls-window .file-image img {
|
||
|
width: 80px;
|
||
|
height: 80px;
|
||
|
}
|
||
|
|
||
|
.edp-xls-window .file-info-text {
|
||
|
width: 100%;
|
||
|
line-height: 80px;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
|
||
|
.edp-xls-window .file-sheet {
|
||
|
height: 80px;
|
||
|
}
|
||
|
|
||
|
.edp-xls-window .file-sheet-select {
|
||
|
margin-top: 25px;
|
||
|
}
|
||
|
|
||
|
.edp-xls-window .file-delete {
|
||
|
line-height: 80px;
|
||
|
color: red;
|
||
|
}
|
||
|
|
||
|
.edp-xls-window .file-content {
|
||
|
width: 100%;
|
||
|
height: 200px;
|
||
|
border: 1px dashed #999;
|
||
|
}
|
||
|
|
||
|
.edp-checkbox-editor {
|
||
|
padding-left: 10px;
|
||
|
line-height: 20px;
|
||
|
}
|