From 3d3fb4608e1ef51c73c35db462c88dfaa66a42c8 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期二, 29 四月 2025 18:15:55 +0800 Subject: [PATCH] 0-3岁婴幼儿艺术启蒙样章完成 --- src/books/English/assets/main.less | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/src/books/English/assets/main.less b/src/books/English/assets/main.less index 20674c3..2d853c1 100644 --- a/src/books/English/assets/main.less +++ b/src/books/English/assets/main.less @@ -759,12 +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%; } @@ -773,6 +785,9 @@ } .w20{ width: 20%; + } + .w10{ + width: 10%; } .pd-20 { padding: 0 20px; @@ -1144,6 +1159,8 @@ } .tl-left{ text-align: left; + }.tl-right { + text-align: right; } .b0 { border: 0; @@ -1215,6 +1232,9 @@ border-bottom: 1px solid #000; outline: none; } + .tc { + border-color: #eace8d; + } } /* 濯掍綋鏌ヨ鍋氬熀纭�鍝嶅簲寮忓竷灞� */ @media (max-width: 660px) { -- Gitblit v1.9.1