From 37f987a51c2e64a9d08e31ccf2bb58ff15b09af1 Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期五, 03 一月 2025 14:11:21 +0800 Subject: [PATCH] css --- src/books/English/assets/main.less | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/books/English/assets/main.less b/src/books/English/assets/main.less index e87101b..2d853c1 100644 --- a/src/books/English/assets/main.less +++ b/src/books/English/assets/main.less @@ -759,15 +759,24 @@ .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%; } @@ -777,6 +786,9 @@ .w20{ width: 20%; } + .w10{ + width: 10%; + } .pd-20 { padding: 0 20px; } -- Gitblit v1.9.1