From 1c4c9da810391a23f231ed238c2cd1216e88a5a7 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 18 七月 2024 11:28:43 +0800
Subject: [PATCH] 英语第六单元

---
 src/books/English/assets/main.less |   53 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 52 insertions(+), 1 deletions(-)

diff --git a/src/books/English/assets/main.less b/src/books/English/assets/main.less
index fba9d23..5a85163 100644
--- a/src/books/English/assets/main.less
+++ b/src/books/English/assets/main.less
@@ -674,8 +674,14 @@
   .tl {
     text-align: left !important;
   }
+  .de-cl{
+    flex-direction: column;
+  }
   .fl {
     display: flex;
+  }
+  .fd-c{
+    flex-direction: column;
   }
   .fw-wr {
     flex-wrap: wrap;
@@ -726,6 +732,9 @@
   .mt-40 {
     margin-top: 40px;
   }
+  .mr-20 {
+    margin-right: 20px;
+  }
   .wh-nr {
     white-space: nowrap;
   }
@@ -738,8 +747,29 @@
   .t0 {
     text-indent: 0;
   }
+  .h50{
+    height: 50%;
+  }
   .w100 {
     width: 100%;
+  }
+  .w95 {
+    width: 95%;
+  }
+  .w80 {
+    width: 80%;
+  }
+  .w50 {
+    width: 50%;
+  }
+  .w45{
+    width: 45%;
+  }
+  .w50{
+    width: 50%;
+  }
+  .w20{
+    width: 20%;
   }
   .pd-20 {
     padding: 0 20px;
@@ -883,6 +913,13 @@
     border: 0;
     border-bottom: 1px solid #000000;
     width: 86%;
+    &:focus {
+      outline: none;
+    }
+  }
+  .select-border {
+    border: 0;
+    border-bottom: 1px solid #767676;
     &:focus {
       outline: none;
     }
@@ -1032,7 +1069,9 @@
     }
     .mr-rg{
       margin-right: 0;
-
+    }
+    .mr-10{
+      margin-right: 10%;
     }
     .parimary-btn {
     min-width: 80px;
@@ -1056,6 +1095,7 @@
     color: red;
   }
   .icon-box {
+    text-indent: 0;
     margin-left: 8px;
     display: inline-block;
     width: 18px;
@@ -1099,6 +1139,8 @@
   }
   .tl-left{
     text-align: left;
+  }.tl-right {
+    text-align: right;
   }
   .b0 {
     border: 0;
@@ -1140,6 +1182,10 @@
       }
     }
   }
+  .bor-g{
+    border: 1px solid green;
+    padding:2% 2% ;
+  }
   .textarea-box {
     border: none;
     text-align: center;
@@ -1161,6 +1207,11 @@
     color: #f49a4c;
     font-weight: bold;
   }
+  .select-border {
+    border: 0;
+    border-bottom: 1px solid #000;
+    outline: none;
+  }
 }
 /* 濯掍綋鏌ヨ鍋氬熀纭�鍝嶅簲寮忓竷灞� */
 @media (max-width: 660px) {

--
Gitblit v1.9.1