From 30d147c4c92dbfd5ca1b2f8c24a617dc82d2d25b Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期一, 28 四月 2025 18:34:51 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/kindergartenActivitiesDesignGuidance/css/default.less | 52 ++++++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 48 insertions(+), 4 deletions(-) diff --git a/src/books/kindergartenActivitiesDesignGuidance/css/default.less b/src/books/kindergartenActivitiesDesignGuidance/css/default.less index d23a27c..c312fb4 100644 --- a/src/books/kindergartenActivitiesDesignGuidance/css/default.less +++ b/src/books/kindergartenActivitiesDesignGuidance/css/default.less @@ -102,15 +102,15 @@ align-items: center; .video-border { - width: 280px; + width: 250px; border: 2px solid #9bc3c2; border-radius: 10px; margin-bottom: 10px; } .video-one { - width: auto; - height: 250px; + width: 100%; + height: 100%; border: 2px solid #9bc3c2; border-radius: 10px; margin-bottom: 10px; @@ -153,7 +153,15 @@ } - .coverImgBg { + .coverImgBg01, + .coverImgBg02, + .coverImgBg03, + .coverImgBg04, + .coverImgBg05, + .coverImgBg06, + .coverImgBg07, + .coverImgBg08, + .coverImgBg09 { background-image: url('../images/z2.jpg'); background-repeat: no-repeat; background-position: center top; @@ -161,6 +169,39 @@ padding-top: 480px !important; box-sizing: border-box; } + + .coverImgBg02 { + background-image: url('../images/z2.jpg'); + } + + .coverImgBg03 { + background-image: url('../images/z3.jpg'); + } + + .coverImgBg04 { + background-image: url('../images/z4.jpg'); + } + + .coverImgBg05 { + background-image: url('../images/z5.jpg'); + } + + .coverImgBg06 { + background-image: url('../images/z6.jpg'); + } + + .coverImgBg07 { + background-image: url('../images/z7.jpg'); + } + + .coverImgBg08 { + background-image: url('../images/z8.jpg'); + } + + .coverImgBg09 { + background-image: url('../images/z9.jpg'); + } + ul { list-style-type: none; @@ -591,6 +632,7 @@ margin-top: -0.5em; padding: 0.1em 0.2em 0.1em 0.2em; margin-left: -3.5em; + margin-right: 5px; } h3 { @@ -615,6 +657,8 @@ margin-top: 1em; font-size: 1.2em; text-indent: 1em; + padding: 10px 10px; + box-sizing: border-box; } h5 { -- Gitblit v1.9.1