From db197adc2c4bdb0335f3d5b0a364d5b3dac1ea02 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期四, 18 七月 2024 11:32:23 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/English/assets/main.less |   32 +++++++++++++++++++++++++++-----
 1 files changed, 27 insertions(+), 5 deletions(-)

diff --git a/src/books/English/assets/main.less b/src/books/English/assets/main.less
index d98c13a..6618fa0 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;
   }
@@ -732,6 +735,9 @@
   .mt-40 {
     margin-top: 40px;
   }
+  .mr-20 {
+    margin-right: 20px;
+  }
   .wh-nr {
     white-space: nowrap;
   }
@@ -750,14 +756,20 @@
   .w100 {
     width: 100%;
   }
-  .w80{
+  .w95 {
+    width: 95%;
+  }
+  .w80 {
     width: 80%;
+  }
+  .w50 {
+    width: 50%;
   }
   .w45{
     width: 45%;
   }
-  .w50{
-    width: 50%;
+  .w35{
+    width: 35%;
   }
   .w20{
     width: 20%;
@@ -903,7 +915,6 @@
   .input-bottom-border {
     border: 0;
     border-bottom: 1px solid #000000;
-    width: 86%;
     &:focus {
       outline: none;
     }
@@ -925,6 +936,9 @@
     }
   }
   .check-bc-t{
+    background-color: transparent;
+  }
+  .select-bc-t{
     background-color: transparent;
   }
  .input-no-border{
@@ -1086,6 +1100,7 @@
     color: red;
   }
   .icon-box {
+    text-indent: 0;
     margin-left: 8px;
     display: inline-block;
     width: 18px;
@@ -1129,6 +1144,8 @@
   }
   .tl-left{
     text-align: left;
+  }.tl-right {
+    text-align: right;
   }
   .b0 {
     border: 0;
@@ -1195,6 +1212,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