From 59b7c7975f7ee38fc5a048a6b63cdaf9312908ee Mon Sep 17 00:00:00 2001 From: user1 <10901603+no-distractions1@user.noreply.gitee.com> Date: 星期四, 13 六月 2024 09:51:26 +0800 Subject: [PATCH] diam --- src/books/lifeCare/css/default.less | 32 ++++++++++++++++++++++++++++++-- 1 files changed, 30 insertions(+), 2 deletions(-) diff --git a/src/books/lifeCare/css/default.less b/src/books/lifeCare/css/default.less index 1c0376d..a88af5e 100644 --- a/src/books/lifeCare/css/default.less +++ b/src/books/lifeCare/css/default.less @@ -241,6 +241,18 @@ } } + .tk-line { + width: 100px !important; + border: 0; + border-bottom: 1px solid #000 !important; + font-size: 14px !important; + } + + .tk-line:focus { + outline: none; + border-bottom: 1px solid #000 !important; + } + .chapter { font-family: "瀹嬩綋"; @@ -593,6 +605,16 @@ display: flex; justify-content: flex-start; align-items: center; + + .btnUpload-chapter006 { + border-radius: 5px; + background-color: #f49a4c; + border: 1px solid #f49a4c; + cursor: pointer; + padding: 5px 6px; + fill: #fff; + margin-bottom: -10px; + } } .bk-inputUpload { @@ -930,7 +952,7 @@ } .img-gn-zt { - width: 180px; + width: 120px; } div.bodystyle { @@ -1597,7 +1619,7 @@ } @media screen and (max-width: 800px) { - .public-bookInnerContent .coverImg { + .coverImg { position: absolute; top: 25%; left: 0; @@ -1702,6 +1724,12 @@ .drawContent_wall { margin-bottom: 2em; } + + .pic-wall { + display: flex; + justify-content: flex-start; + align-items: center; + } } } } -- Gitblit v1.9.1