From bd4d2df3c20c2baea23567f57556a70a38e1960d Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期五, 26 七月 2024 14:12:32 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

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

diff --git a/src/books/English/assets/main.less b/src/books/English/assets/main.less
index e87101b..ef9f8c5 100644
--- a/src/books/English/assets/main.less
+++ b/src/books/English/assets/main.less
@@ -759,6 +759,9 @@
   .w95 {
     width: 95%;
   }
+  .w90 {
+    width: 90%;
+  }
   .w80 {
     width: 80%;
   }
@@ -768,6 +771,9 @@
   .w50 {
     width: 50%;
   }
+  .w48 {
+    width: 48%;
+   }
   .w45{
     width: 45%;
   }
@@ -777,6 +783,9 @@
   .w20{
     width: 20%;
   }
+  .w10{
+    width: 10%;
+  }
   .pd-20 {
     padding: 0 20px;
   }

--
Gitblit v1.9.1