From f363de97acd2a65f908e12088178652686d70170 Mon Sep 17 00:00:00 2001 From: unknown <qq1940665526@163.com> Date: 星期二, 04 六月 2024 15:17:32 +0800 Subject: [PATCH] 体育与健康 --- src/books/sportsAndHealth/css/default.less | 36 ++++++++++++++++++++++++++++++++---- 1 files changed, 32 insertions(+), 4 deletions(-) diff --git a/src/books/sportsAndHealth/css/default.less b/src/books/sportsAndHealth/css/default.less index ea4b664..26eec0c 100644 --- a/src/books/sportsAndHealth/css/default.less +++ b/src/books/sportsAndHealth/css/default.less @@ -66,6 +66,7 @@ position: relative; .bj-chapter001-bj-icon { + width: 100%; padding-top: 15px; } @@ -370,10 +371,11 @@ .xyx-title { - font-family: "STKaiti"; + font-family: "FZLTXIHJW"; text-align: center; color: #cd141c; padding: 5px 0; + font-weight: 700; } .xyx-text { @@ -381,6 +383,7 @@ font-size: 16px; font-family: 'FZLTXIHJW'; padding: 0 10px; + margin: 0; } .finishiText { @@ -409,11 +412,19 @@ color: #0087af; font-size: 18px; font-weight: bold; + margin: 10px 0; } .xyx-fu-ss { color: #f49a4c; - font-weight: 600; + font-weight: 700; + margin: 10px 0; + } + + .xyx-fu-yy { + color: #c7685d; + font-weight: 700; + margin: 10px 0; } .xyx-fu-title { @@ -435,16 +446,33 @@ .xyx-ul { font-size: 16px; - font-family: "DK-HEITI", "鏂规鍏颁涵榛戠畝浣�", "榛戜綋"; + font-family: "FZLTXIHJW"; color: #555; + + li { + position: relative; + margin: 10px 0; + + img { + width: 20px; + position: absolute; + top: 5px; + } + + span { + margin-left: 25px; + } + } } .assess { - width: 200px; + width: 210px; height: 25px; border: 0; background-color: transparent; border-bottom: 1px solid #000; + font-size: 18px; + font-family: '瀹嬩綋'; } .assess:focus { -- Gitblit v1.9.1