From ff7803c7293caa7f8aee531f83542c9e4f74a7ac Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 11 Feb 2022 13:47:22 +0800
Subject: [PATCH] 我的标记的修改完善

---
 src/styles/divforms/divForms.scss |  237 +++++++++++++++++++++++++++++++---------------------------
 1 files changed, 127 insertions(+), 110 deletions(-)

diff --git a/src/styles/divforms/divForms.scss b/src/styles/divforms/divForms.scss
index ee2f7c9..2171d9b 100644
--- a/src/styles/divforms/divForms.scss
+++ b/src/styles/divforms/divForms.scss
@@ -1,140 +1,147 @@
 .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, #28bbf06c 30px, #28bbf06c 50%, transparent 50%), linear-gradient(-45deg, transparent 30px, #28bbf06c 30px, #28bbf06c 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 +153,69 @@
     }
 }
 
-.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 .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;
+        }
+    }
 
-
+}
\ No newline at end of file

--
Gitblit v1.9.3