From 6cebc8ffa6e66cc5664fcd0202271330b7b501a7 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期一, 27 五月 2024 17:16:19 +0800
Subject: [PATCH] 提交

---
 src/books/embedded/assets/main.less |   27 +++++++++++++++++++++++----
 1 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/src/books/embedded/assets/main.less b/src/books/embedded/assets/main.less
index 815a2cf..7de7406 100644
--- a/src/books/embedded/assets/main.less
+++ b/src/books/embedded/assets/main.less
@@ -371,7 +371,8 @@
     line-height: 1.3em;
     text-align: center;
     text-indent: 0;
-    color: #b03639;
+    color: #501438;
+    margin-top: 4px;
   }
 
   /*鐜粫鍥剧墖*/
@@ -633,6 +634,9 @@
   .t0 {
     text-indent: 0;
   }
+  .t2 {
+    text-indent: 2em;
+  }
   .primary-color {
     color: #501438;
   }
@@ -650,6 +654,9 @@
   }
   .mt-100 {
     margin-top: 100px;
+  }
+  .mb-5 {
+    margin-bottom: 5px;
   }
   .mb-20 {
     margin-bottom: 20px;
@@ -692,6 +699,9 @@
   .w100 {
     width: 100%;
   }
+  .w50 {
+    width: 50%;
+  }
   .page-heder-img {
     width: 100%;
     img {
@@ -712,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;
   }
@@ -762,6 +775,9 @@
   .border-so {
     border-bottom: 1px solid #501438;
   }
+  .rw-border {
+    border-bottom: 2px solid #501438;
+  }
   .btn {
     cursor: pointer;
     border: 2px solid #501438;
@@ -781,6 +797,9 @@
   .tl-cn {
     text-align: center;
   }
+  table {
+    font-size: 14px;
+  }
 }
 body {
   background-color: #e6e6e6;

--
Gitblit v1.9.1