From 7d7744fe006714f6be0341d03d4de9b1e90d775d Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期五, 23 五月 2025 22:45:09 +0800
Subject: [PATCH] 5.23 婴幼儿游戏活动实施(wb)

---
 src/books/hotelEnglishTrainingBrochure2nd/assets/main.less |   65 +++++++++++++++++++++++++++-----
 1 files changed, 55 insertions(+), 10 deletions(-)

diff --git a/src/books/hotelEnglishTrainingBrochure2nd/assets/main.less b/src/books/hotelEnglishTrainingBrochure2nd/assets/main.less
index 8f1f8b3..6a6d5fa 100644
--- a/src/books/hotelEnglishTrainingBrochure2nd/assets/main.less
+++ b/src/books/hotelEnglishTrainingBrochure2nd/assets/main.less
@@ -2,6 +2,7 @@
     width: 100%;
     height: 100%;
     position: relative;
+
     // 鑷畾涔夊唴瀹�
     .page-box {
         box-sizing: border-box;
@@ -9,13 +10,6 @@
         margin-bottom: 20px;
         box-shadow: 0 3px 6px 1px #00000029;
         background-color: #fff;
-    }
-
-    .page-main {
-        width: 100% !important;
-        height: 100% !important;
-        overflow: auto;
-        // position: relative;
     }
 
 
@@ -373,9 +367,14 @@
     }
 
     .table-tr-bc {
-        background-color: #c6eafa;
+        background-color: transparent;
         color: #000;
-        font-family: "kaiti";
+
+
+        p{
+          font-size: 0.9em;  
+          margin: 0;
+        }
     }
 
     .table-textarea {
@@ -634,6 +633,7 @@
     }
 
     .select-border {
+        cursor: pointer;
         width: 60px;
         border: 0;
         border-bottom: 1px solid #767676;
@@ -1355,6 +1355,11 @@
         text-align: center;
     }
 
+    .tl-l {
+        text-align: left;
+    }
+
+
     .img {
         text-align: center;
         font-size: 14px;
@@ -1578,7 +1583,9 @@
             font-family: "kaiti";
             line-height: 20px;
         }
+    }
 
+    .tableClass1 {
         table {
             border-color: none !important;
         }
@@ -1603,6 +1610,44 @@
                 outline: none;
             }
         }
+    }
+
+    .tableClass2 {
+        table {
+            border-color: none !important;
+        }
+
+        .table-th-bc {
+            background-color: #0dbff2;
+            color: #fff;
+        }
+
+        .table-tr-bc {
+            background-color: #c6eafa;
+            color: #000;
+            font-family: "kaiti";
+        }
+
+        .table-textarea {
+            font-size: 14px;
+            font-family: "Times New Roman", "瀹嬩綋";
+            resize: none;
+
+            &:focus {
+                outline: none;
+            }
+        }
+
+        .textarea-box {
+            border: none;
+            text-align: center;
+            width: 84px;
+            height: 36px;
+            overflow: auto;
+            word-break: break-all;
+            resize: none;
+        }
+
     }
 
     .series {
@@ -1658,7 +1703,7 @@
         font-size: 1.2em;
         line-height: 1.3em;
         text-align: center;
-        font-weight: 800;
+        font-weight: 600;
         padding: 0 5%;
     }
 

--
Gitblit v1.9.1