From 820bb33c12ed06ad747ed7219923a95c4f98e9f7 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期五, 26 七月 2024 11:58:30 +0800 Subject: [PATCH] 体育与健康(第二单元结束) --- src/books/artAndDrama/assets/main.less | 62 ++++++++++++++++++++++++------- 1 files changed, 48 insertions(+), 14 deletions(-) diff --git a/src/books/artAndDrama/assets/main.less b/src/books/artAndDrama/assets/main.less index 8f055c3..56a070f 100644 --- a/src/books/artAndDrama/assets/main.less +++ b/src/books/artAndDrama/assets/main.less @@ -46,7 +46,6 @@ } div.bodystyle { - font-size:18px; text-align:justify; margin:0 12%; line-height:30px; @@ -103,7 +102,6 @@ margin: 0; text-indent:2em; line-height:30px; - font-size:18px; text-align:justify; } .cover { @@ -377,7 +375,7 @@ div.bk{ border:4px dashed #3FB135; - padding:15px; + padding:0.79em; margin-bottom:2em; margin-top:1em; } @@ -424,10 +422,24 @@ // font-weight: bold; // font-size: 18px; // } - + .t-l{ + text-align: left; + } + textarea{ + outline: none; + font-family: "STkaiti"; + font-size: 1em; + } + .textarea-focused { + border-color: #42b983; + box-shadow: 0 0 5px rgba(66, 185, 131, 0.5); + } + input{ + font-family: "STkaiti"; + + } .folder{ color: brown; - font-size: 18px; display: flex; align-items: center; margin-right: 7%; @@ -446,23 +458,26 @@ .text{ margin: 0 8%; font-family: "STkaiti"; - font-size: 19px; } .text1{ margin-bottom: 3%; font-family: "STkaiti"; - font-size: 22px; + font-size: 1.15em; } .text2{ margin: 0 8%; font-family: "STkaiti"; - font-size: 19px; text-align: left; + } + .text3{ + margin: 6% 8%; + font-family: "STkaiti"; + font-size: 1.58em; } //搴曢儴鍙傝�冩枃鐚殑鏍峰紡 .references{ font-family: "STkaiti"; - font-size: 15px; + font-size: 0.8em; } //瑙嗛搴曢儴瀛椾綋鍙婂浘鐗囨牱寮� .videoname{ @@ -556,11 +571,8 @@ .m16-0 { margin: 16px 0; } - .fm-son { - font-family: "瀹嬩綋", SimSun, sans-serif; - } .auido-text { - font-size: 22px; + font-size: 1.15em; font-family: "FangSong", "PMingLiU", serif; font-weight: bold; } @@ -597,7 +609,29 @@ z-index: 1; /* 纭繚椤电爜鏁板瓧鍦ㄥ浘鐗囦笂鏂� */ } - + .ends{ + display: flex; + align-items: center; + justify-content: space-between; + } + /* 褰撳睆骞曞搴﹁嚦灏戜负600px鏃跺簲鐢ㄦ鏍峰紡 */ +@media screen and (max-width: 430px) { + .ends{ + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + } +} + .option { + position: relative; + display: flex; + flex-direction: row; + //flex-wrap: nowrap; + width: 170px; + height: 250px; + height: min-content; +} .page-footer-number-left { color: black; left: 15%; -- Gitblit v1.9.1