From 6cebc8ffa6e66cc5664fcd0202271330b7b501a7 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期一, 27 五月 2024 17:16:19 +0800 Subject: [PATCH] 提交 --- src/books/lifeCare/css/default.less | 82 ++++++++++++++++++++++++++++------------- 1 files changed, 56 insertions(+), 26 deletions(-) diff --git a/src/books/lifeCare/css/default.less b/src/books/lifeCare/css/default.less index a6d7338..d187c53 100644 --- a/src/books/lifeCare/css/default.less +++ b/src/books/lifeCare/css/default.less @@ -1,8 +1,13 @@ +.page-main { + width: 100%; + height: 100%; + overflow: auto; +} + .public-books { max-width: 816px; min-width: 375px; margin: 0 auto; - padding-bottom: 100px; border-color: #f49a4c; textarea:focus, @@ -16,6 +21,13 @@ text-indent: 2em; } + .prefaceImg { + width: 90% !important; + position: absolute; + left: 35px; + top: 50px; + } + input { width: 100%; border: 0 !important; @@ -25,8 +37,13 @@ text-align: center; } - .page-content-box { + .chapter { font-family: "瀹嬩綋", SimSun, sans-serif; + + .topImg { + padding-top: 0 !important; + margin-bottom: 2em; + } p input { width: 20px; @@ -52,7 +69,7 @@ border-bottom: 1px solid #dfb27d; position: absolute; right: 30px; - top: 30px; + top: 3px; } .content { @@ -61,7 +78,7 @@ height: 35px; position: absolute; left: 25px; - top: 100px; + top: 75px; display: flex; justify-content: flex-start; align-items: center; @@ -150,24 +167,23 @@ } } + .textareaInput { + width: 100%; + padding: 8px; + box-sizing: border-box; + border: 1px solid #999; + font-size: 15px; + color: #000; + background-color: #eee; + } + .chapter01Table { width: 100%; - - .textareaInput { - width: 100%; - padding: 8px; - box-sizing: border-box; - border: 1px solid #999; - font-size: 15px; - color: #000; - background-color: #eee; - } .textareaInput:focus { border: 1px solid #999 !important; } } - .table111, .table112 { @@ -194,7 +210,6 @@ .table112 { font-size: 16px; - tr th { width: 50px; font-weight: normal; @@ -209,6 +224,19 @@ } } + .table162 { + tr th { + padding: 8px 0; + } + + tr td { + border: 1px solid #999; + text-align: center; + padding: 15px 0; + overflow: hidden; + } + } + .bj-tip { display: flex; justify-content: space-around; @@ -220,7 +248,7 @@ position: absolute; top: -30px; left: 15px; - background-color: #FFF; + background-color: #fff; color: #f49a4c; font-weight: bold; font-size: 18px; @@ -443,8 +471,7 @@ font-size: 18px; text-align: justify; padding: 10% 10%; - padding-top: 25%; - line-height: 30px; + padding-top: 18%; box-sizing: border-box; } @@ -547,6 +574,7 @@ margin-left: 0%; margin-right: 0%; text-indent: 0em; + color: #666; } .center1 { @@ -606,8 +634,7 @@ #b004, #b005, #b006 { - position: absolute; - top: 0; + margin-bottom: 100px; } h3 { @@ -620,12 +647,12 @@ } h4 { - font-family: "FZLTZHJW"; + font-family: "瀹嬩綋"; font-weight: bold; color: #f49a4c; font-size: 1.1em; margin-top: 0.2em; - margin-bottom: 1em; + margin-bottom: 40px; text-indent: 0em; } @@ -644,7 +671,7 @@ } .img-0 { - width: 60%; + width: 100%; } .imz { @@ -990,7 +1017,10 @@ .block { font-size: 18px; - line-height: 30px; + line-height: 25px; + font-family: "浠垮畫"; + font-weight: 600; + color: #666; } .bk-h3 { @@ -1087,4 +1117,4 @@ body { background-color: #e6e6e6; -} \ No newline at end of file +} -- Gitblit v1.9.1