From 0b17cbbba7c0875a6413361a95b9bef508b27444 Mon Sep 17 00:00:00 2001
From: unknown <qq1940665526@163.com>
Date: 星期一, 03 六月 2024 11:23:02 +0800
Subject: [PATCH] 优化

---
 src/books/lifeCare/css/default.less |   37 ++++++++++++++++++++++++++-----------
 1 files changed, 26 insertions(+), 11 deletions(-)

diff --git a/src/books/lifeCare/css/default.less b/src/books/lifeCare/css/default.less
index 92a8357..feb00f4 100644
--- a/src/books/lifeCare/css/default.less
+++ b/src/books/lifeCare/css/default.less
@@ -26,8 +26,9 @@
   textarea {
     width: 100%;
     text-indent: 2em;
-    max-width: 630px;
-    min-height: 100px;
+    // max-width: 652px;
+    // min-height: 100px;
+    font-size: 16px;
   }
 
   .coverImg {
@@ -149,7 +150,7 @@
       .btn-export {
         float: right;
         position: absolute;
-        top: 5px;
+        top: 4px;
         right: 10px;
         color: #333;
         font-weight: bold;
@@ -161,13 +162,12 @@
         border-radius: 4px;
         cursor: pointer;
         z-index: 5;
-        font-size: 16px;
       }
 
       .btn-clear {
         float: right;
         position: absolute;
-        top: 5px;
+        top: 4px;
         right: 85px;
         color: white;
         font-weight: bold;
@@ -179,7 +179,6 @@
         border-radius: 4px;
         cursor: pointer;
         z-index: 5;
-        font-size: 16px;
       }
 
       .btn-export:hover {
@@ -440,6 +439,10 @@
         overflow: hidden;
         white-space: pre-line;
 
+        input {
+          font-size: 14px;
+        }
+
         textarea {
           width: 100%;
           min-height: 20px;
@@ -553,7 +556,10 @@
 
     .bk-inputUpload {
       width: 100%;
-      display: block;
+      display: flex;
+      flex-direction: column;
+      justify-content: flex-start;
+      align-items: flex-start;
       min-height: 100px;
 
       input {
@@ -563,14 +569,21 @@
       }
 
       .btnUpload {
-        width: 60px;
-        height: 60px;
-        border: 2px dashed #f49a4c;
+        width: 30px;
+        height: 30px;
         display: flex;
         justify-content: center;
         align-items: center;
         font-size: 50px;
         cursor: pointer;
+        margin-left: 10px;
+      }
+      
+      .upload_text {
+        color: #000;
+        font-size: 14px;
+        font-weight: 700;
+        font-family: "榛戜綋";
       }
     }
 
@@ -1100,7 +1113,7 @@
     }
 
     .imz {
-      width: 96%;
+      width: 100%;
       text-align: center;
     }
 
@@ -1483,6 +1496,8 @@
         border: 0 !important;
         font-size: 16px;
         border-radius: 5px;
+        max-width: 620px;
+        min-width: 620px;
       }
     }
 

--
Gitblit v1.9.1