From af31f794a24fce3448fd096b61a4d6e011ff59b9 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 22 五月 2024 16:29:50 +0800
Subject: [PATCH] 样式优化

---
 src/books/embedded/assets/main.less |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/src/books/embedded/assets/main.less b/src/books/embedded/assets/main.less
index 7cbc7d5..7de7406 100644
--- a/src/books/embedded/assets/main.less
+++ b/src/books/embedded/assets/main.less
@@ -634,6 +634,9 @@
   .t0 {
     text-indent: 0;
   }
+  .t2 {
+    text-indent: 2em;
+  }
   .primary-color {
     color: #501438;
   }
@@ -719,13 +722,16 @@
     border: 0;
     border-bottom: 1px solid #000;
   }
-  .input-border:focus {
+  .border-0 {
+    border: 0;
+  }
+  .input-border:focus,.border-0:focus{
     outline: none;
   }
   .textarea-table-td {
-    font-size: 16px;
+    font-size: 14px;
     width: 60px;
-    height: 70px;
+    height: 60px;
     border: 0;
     font-family: "Microsoft YaHei", "寰蒋闆呴粦", sans-serif;
   }
@@ -791,10 +797,8 @@
   .tl-cn {
     text-align: center;
   }
-  .cover-box {
-    width: 815px;
-    height: 1125px;
-    object-fit: contain;
+  table {
+    font-size: 14px;
   }
 }
 body {

--
Gitblit v1.9.1