From 81f54040c2cb65537c6c6e1db8358a39a57dea0d Mon Sep 17 00:00:00 2001
From: mayisheng <admin>
Date: Mon, 15 Aug 2022 16:14:01 +0800
Subject: [PATCH] 1
---
src/styles/divforms/divForms.scss | 324 +++++++++++++++++++++++++++++++++++------------------
1 files changed, 215 insertions(+), 109 deletions(-)
diff --git a/src/styles/divforms/divForms.scss b/src/styles/divforms/divForms.scss
index ee2f7c9..ab73369 100644
--- a/src/styles/divforms/divForms.scss
+++ b/src/styles/divforms/divForms.scss
@@ -1,140 +1,148 @@
.divForms-dom {
- position: fixed;
- left: 0;
- z-index: 1 !important;
+ 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;
+ 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, #28bbf06c 30px, #28bbf06c 50%, transparent 50%), linear-gradient(-45deg, transparent 30px, #28bbf06c 30px, #28bbf06c 50.1%, transparent 50%);
+ 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;
+ position: relative;
+ min-width: 420px;
}
.divForms-wrap {
- position: relative;
- overflow: hidden;
- padding: 30px;
+ 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-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;
+ 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;
+ 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;
+ 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;
+ 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;
+ 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;
+ 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;
+ 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);
+ 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;
+ margin-top: 20px;
+ padding: 0 12px 0 30px;
+ height: 36px;
+ line-height: 36px;
+ position: relative;
}
.divForms .label-content {
- padding: 4px 0;
+ padding: 4px 0;
}
-.divForms-theme .arrow, .divForms-theme .title::before {
- background-color: #28bbf0;
+.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;
+ content: "";
+ position: absolute;
+ bottom: -4px;
+ left: 0;
+ right: 0;
+ z-index: 10;
+ height: 2px;
}
.divForms .data-li {
- padding: 4px 45px 4px 0;
+ padding: 4px 45px 4px 0;
}
.divForms .arc-bcg {
position: relative;
height: 160px;
+
img {
position: absolute;
top: 0;
@@ -146,59 +154,157 @@
}
}
-.data-value, .divForms .data-label {
- display: inline-block;
+.data-value,
+.divForms .data-label {
+ display: inline-block;
}
.divForms .label-num {
- margin-right: 3px;
- color: #f09e28;
- font-weight: 600;
+ 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 .3s ease-in;
+ 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;
+ background-color: #35b15b !important;
}
.divForms .data-value-status-0 {
- background-color: #f0285c !important;
+ background-color: #f0285c !important;
}
.divForms .data-value-status-2 {
- background-color: #f09e28 !important;
+ 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;
+ 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;
+ 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;
+}
\ No newline at end of file
--
Gitblit v1.9.3