.divForms-dom {
|
position: fixed;
|
left: 0;
|
z-index: 1 !important;
|
}
|
|
.divForms .arrow {
|
position: absolute;
|
bottom: 0;
|
left: 0;
|
width: 45px;
|
height: 2px;
|
transform: rotate(-45deg) translate(5px, -15px);
|
background-color: #28bbf0;
|
}
|
|
.divForms-theme .area {
|
background-image: linear-gradient(135deg, transparent 30px, #28bbf09a 30px, #28bbf0a6 50%, transparent 50%),
|
linear-gradient(-45deg, transparent 30px, #28bbf09a 30px, #28bbf0a6 50.1%, transparent 50%);
|
}
|
|
.divForms .area {
|
position: relative;
|
min-width: 420px;
|
}
|
|
.divForms-wrap {
|
position: relative;
|
overflow: hidden;
|
padding: 30px;
|
}
|
|
.divForms-theme .b-b,
|
.divForms-theme .b-b-r,
|
.divForms-theme .b-l,
|
.divForms-theme .b-r,
|
.divForms-theme .b-t,
|
.divForms-theme .b-t-l {
|
background-color: #29baf1;
|
box-shadow: 0 0 10px 2px #29baf1;
|
}
|
|
.divForms .b-t {
|
position: absolute;
|
top: 0;
|
left: 44px;
|
right: 0;
|
height: 1px;
|
z-index: 10;
|
}
|
|
.divForms .b-r {
|
position: absolute;
|
top: 0;
|
right: 0;
|
bottom: 44px;
|
width: 1px;
|
z-index: 10;
|
}
|
|
.divForms .b-l {
|
position: absolute;
|
top: 44px;
|
left: 0;
|
bottom: 0;
|
width: 1px;
|
z-index: 10;
|
}
|
|
.divForms .b-b {
|
position: absolute;
|
left: 0;
|
right: 44px;
|
bottom: 0;
|
height: 1px;
|
z-index: 10;
|
}
|
|
.divForms .b-b-r {
|
position: absolute;
|
bottom: 0;
|
right: 0;
|
width: 1px;
|
height: 62px;
|
transform: rotate(45deg) translate(-52px, 22px);
|
z-index: 10;
|
}
|
|
.divForms .b-t-l {
|
position: absolute;
|
top: 0;
|
left: 0;
|
width: 1px;
|
height: 62px;
|
transform: rotate(45deg) translate(52px, -22px);
|
z-index: 10;
|
}
|
|
.divForms .label-wrap {
|
padding: 0 12px;
|
color: #fff;
|
font-size: 16px;
|
white-space: nowrap;
|
overflow: hidden;
|
}
|
|
.divForms-theme .title {
|
background-image: linear-gradient(135deg, transparent 25px, #29baf1 25px);
|
}
|
|
.divForms .title {
|
margin-top: 20px;
|
padding: 0 12px 0 30px;
|
height: 36px;
|
line-height: 36px;
|
position: relative;
|
}
|
|
.divForms .label-content {
|
padding: 4px 0;
|
}
|
|
.divForms-theme .arrow,
|
.divForms-theme .title::before {
|
background-color: #28bbf0;
|
}
|
|
.divForms .title::before {
|
content: "";
|
position: absolute;
|
bottom: -4px;
|
left: 0;
|
right: 0;
|
z-index: 10;
|
height: 2px;
|
}
|
|
.divForms .data-li {
|
padding: 4px 45px 4px 0;
|
}
|
|
.divForms .arc-bcg {
|
position: relative;
|
height: 160px;
|
|
img {
|
position: absolute;
|
top: 0;
|
left: 0;
|
right: 0;
|
bottom: 0;
|
margin: auto;
|
height: 140px;
|
}
|
}
|
|
.data-value,
|
.divForms .data-label {
|
display: inline-block;
|
}
|
|
.divForms .label-num {
|
margin-right: 3px;
|
color: #f09e28;
|
font-weight: 600;
|
}
|
|
.divForms .label-tag::after {
|
content: attr(alt);
|
display: inline-block;
|
position: absolute;
|
bottom: -22px;
|
right: -35px;
|
z-index: -1;
|
padding: 2px 4px;
|
color: #fff;
|
font-size: 14px;
|
background-color: #333;
|
border-radius: 3px;
|
opacity: 0;
|
transition: all 0.3s ease-in;
|
}
|
|
.divForms .data-value-status-1 {
|
background-color: #35b15b !important;
|
}
|
|
.divForms .data-value-status-0 {
|
background-color: #f0285c !important;
|
}
|
|
.divForms .data-value-status-2 {
|
background-color: #f09e28 !important;
|
}
|
|
.divForms .label-tag {
|
display: inline-block;
|
position: relative;
|
margin-right: 6px;
|
padding: 0 6px;
|
font-weight: 600;
|
cursor: pointer;
|
background-color: #909399;
|
border-radius: 4px;
|
}
|
|
.divForms .data-value {
|
font-size: 14px;
|
}
|
|
.divForms-dom {
|
.add-tag-content {
|
padding: 10px;
|
height: 120px;
|
text-align: center;
|
|
&>div {
|
line-height: 48px;
|
}
|
}
|
}
|
|
//编辑自定义标签样式
|
.addIconsLayer {
|
margin-top: 5px;
|
width: 100%;
|
height: 300px;
|
overflow-x: hidden;
|
overflow-y: scroll;
|
|
.addIconsLayerin {
|
margin: 5px 0;
|
background-color: #29baf1;
|
|
.el-icon--right {
|
color: #fff !important;
|
}
|
}
|
}
|
|
.addIconsLayerBut {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
padding: 5px 0;
|
|
.el-button--primary {
|
background-color: #29baf1 !important;
|
border: 1px solid #29baf1 !important;
|
}
|
}
|
|
.addIconFromInput {
|
width: 90%;
|
background-color: transparent !important;
|
color: #fff !important;
|
|
input {
|
background-color: transparent !important;
|
color: #fff !important;
|
border: 1px solid transparent !important;
|
|
&::-webkit-input-placeholder {
|
color: #0378d6;
|
}
|
}
|
|
.addIconFromInputicon {
|
color: #fff !important;
|
}
|
|
.el-input-group__prepend {
|
padding-left: 5px;
|
width: 60px !important;
|
background-color: transparent !important;
|
color: #fff !important;
|
border: 1px solid transparent !important;
|
padding: 0 !important;
|
cursor: default !important;
|
}
|
}
|
|
.el-dropdown-menu.el-popper {
|
background-color: #29baf1 !important;
|
border: 1px solid #29baf1 !important;
|
|
li {
|
color: #fff !important;
|
|
&:hover {
|
color: #0378d6 !important;
|
background-color: #fff !important;
|
}
|
}
|
}
|
|
.addIconsLayerinimgs {
|
width: 100%;
|
max-width: 625px;
|
// height: auto;
|
display: flex;
|
|
justify-content: center;
|
flex-wrap: wrap;
|
}
|
|
.isOverImgs .el-upload--picture-card {
|
display: none;
|
}
|