From 24a4a7ea01a61f90cbe6d6aaadc1c7573a37f3d3 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 15 五月 2024 17:52:31 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/childHealth/assets/main.less | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/books/childHealth/assets/main.less b/src/books/childHealth/assets/main.less index d89cdf0..e774401 100644 --- a/src/books/childHealth/assets/main.less +++ b/src/books/childHealth/assets/main.less @@ -1,4 +1,6 @@ .temp-book { + width: 100%; + height: 100%; font-family: "瀹嬩綋", SimSun, sans-serif; .custom_tag { background-color: #1eb9ee; @@ -544,9 +546,9 @@ } .dl-bl { display: inline-block; - } + } .mt-10 { - margin-top:10px + margin-top: 10px; } .w100 { width: 100% !important; @@ -555,7 +557,7 @@ color: #15c0f2; } .video-border { - border:1px dotted #15c0f2 + border: 1px dotted #15c0f2; } .fm-st { font-family: "STKaiti"; @@ -565,7 +567,7 @@ width: 30px; } .table-br-color { - border-color:#e9e9e9 + border-color: #e9e9e9; } .span-border { margin-left: -13px; @@ -589,9 +591,6 @@ .textarea-text { font-size: 16px; font-family: "STKaiti"; - } - textarea:focus { - border-color: red; } } -- Gitblit v1.9.1