From b1f3eb8ad28aa5df2ac25d74b1db146fcdeb72d1 Mon Sep 17 00:00:00 2001
From: unknown <qq1940665526@163.com>
Date: 星期四, 30 五月 2024 12:59:10 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/lifeCare/css/default.less |  107 ++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 100 insertions(+), 7 deletions(-)

diff --git a/src/books/lifeCare/css/default.less b/src/books/lifeCare/css/default.less
index 0e1d440..04686e4 100644
--- a/src/books/lifeCare/css/default.less
+++ b/src/books/lifeCare/css/default.less
@@ -4,11 +4,12 @@
   overflow: auto;
 }
 
-.public-books {
+.public-lifeCare {
   max-width: 816px;
   min-width: 375px;
   margin: 0 auto;
   border-color: #f49a4c;
+  height: 100%;
 
   textarea:focus,
   input:focus {
@@ -39,6 +40,97 @@
     font-size: 16px;
     text-align: center;
     white-space: pre-line;
+  }
+
+  .drawflow {
+    .main-path {
+      stroke: #f49a4c;
+    }
+
+    .drawflow-delete {
+      width: 25px;
+      height: 25px;
+      line-height: 21px;
+      background-color: #f49a4c;
+      font-size: 20px;
+
+    }
+
+    .drawflow-node {
+      background-color: #fff;
+      border:0px solid #f49a4c;
+      box-shadow: 1px 1px 5px 0 #f49a4c;
+
+      .contentWall {
+        width: 100%;
+        display: flex;
+        flex-direction: column;
+        justify-content: center;
+        align-items: center;
+
+        .contentTitle {
+          margin-bottom: 5px;
+        }
+
+        .contentText {
+          textarea {
+            width: auto;
+            min-height: 50px;
+            margin: 0;
+            outline: none;
+            border-color: #f49a4c;
+            border-radius: 5px;
+          }
+
+          textarea:focus {
+            border: 1px solid #fabf2e !important;
+          }
+        }
+      }
+
+      .input,
+      .output {
+        border-color: #f49a4c;
+        border-width: 1px;
+      }
+    }
+
+    .content {
+      .btn-export {
+        float: right;
+        position: absolute;
+        top: 10px;
+        right: 10px;
+        color: white;
+        font-weight: bold;
+        border: 1px solid #0e5ba3;
+        background: #4ea9ff;
+        padding: 5px 10px;
+        border-radius: 4px;
+        cursor: pointer;
+        z-index: 5;
+      }
+
+      .btn-clear {
+        float: right;
+        position: absolute;
+        top: 10px;
+        right: 85px;
+        color: white;
+        font-weight: bold;
+        border: 1px solid #96015b;
+        background: #e3195a;
+        padding: 5px 10px;
+        border-radius: 4px;
+        cursor: pointer;
+        z-index: 5;
+      }
+    }
+  }
+
+  .drawContent_wall {
+    width: 100%;
+    height: 890px;
   }
 
   .chapter {
@@ -132,7 +224,6 @@
         }
       }
 
-
       .pageHeader-second {
         width: 100%;
         display: flex;
@@ -224,6 +315,8 @@
           background-color: #a5c24f;
         }
       }
+
+      
     }
 
     .textareaInput {
@@ -877,7 +970,7 @@
     }
 
     h4 {
-      font-family: "瀹嬩綋";
+      font-family: "FZLTZHJW";
       font-weight: bold;
       color: #f49a4c;
       font-size: 1.1em;
@@ -1045,10 +1138,10 @@
       -moz-text-emphasis-style: dot;
       -ms-text-emphasis-style: dot;
       text-emphasis-style: dot;
-      -webkit-text-emphasis-position: under;
-      -moz-text-emphasis-position: under;
-      -ms-text-emphasis-position: under;
-      text-emphasis-position: under;
+      -webkit-text-emphasis-position: under left;
+      -moz-text-emphasis-position: under left;
+      -ms-text-emphasis-position: under left;
+      text-emphasis-position: under left;
     }
 
     .fieldset {

--
Gitblit v1.9.1