From a8da6c44895f90bc6d33df129bccd424bf73be3e Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 31 十二月 2024 18:11:02 +0800
Subject: [PATCH]       小窗

---
 src/books/English/assets/main.less |   33 +++++++++++++++++++++++++++++----
 1 files changed, 29 insertions(+), 4 deletions(-)

diff --git a/src/books/English/assets/main.less b/src/books/English/assets/main.less
index 6051fc1..2d853c1 100644
--- a/src/books/English/assets/main.less
+++ b/src/books/English/assets/main.less
@@ -235,7 +235,7 @@
     width: 96%;
     text-align: center;
   }
-
+  
   .img-a {
     width: 95%;
   }
@@ -704,6 +704,9 @@
   .al-end {
     align-items: flex-end;
   }
+  .fz-13{
+    font-size: 13px;
+  }
   .fz-14 {
     font-size: 14px;
   }
@@ -756,20 +759,35 @@
   .w95 {
     width: 95%;
   }
+  .w90 {
+    width: 90%;
+  }
   .w80 {
     width: 80%;
+  }
+  .w80x {
+    width: 80px !important;
+  }
+  .w70 {
+    width: 70%;
   }
   .w50 {
     width: 50%;
   }
+  .w48 {
+    width: 48%;
+   }
   .w45{
     width: 45%;
   }
-  .w50{
-    width: 50%;
+  .w35{
+    width: 35%;
   }
   .w20{
     width: 20%;
+  }
+  .w10{
+    width: 10%;
   }
   .pd-20 {
     padding: 0 20px;
@@ -912,7 +930,6 @@
   .input-bottom-border {
     border: 0;
     border-bottom: 1px solid #000000;
-    width: 86%;
     &:focus {
       outline: none;
     }
@@ -934,6 +951,9 @@
     }
   }
   .check-bc-t{
+    background-color: transparent;
+  }
+  .select-bc-t{
     background-color: transparent;
   }
  .input-no-border{
@@ -1139,6 +1159,8 @@
   }
   .tl-left{
     text-align: left;
+  }.tl-right {
+    text-align: right;
   }
   .b0 {
     border: 0;
@@ -1210,6 +1232,9 @@
     border-bottom: 1px solid #000;
     outline: none;
   }
+  .tc {
+    border-color: #eace8d;
+  }
 }
 /* 濯掍綋鏌ヨ鍋氬熀纭�鍝嶅簲寮忓竷灞� */
 @media (max-width: 660px) {

--
Gitblit v1.9.1