From 816958aca8b87550ef7f6925e348c24e13ecb2f0 Mon Sep 17 00:00:00 2001 From: unknown <qq1940665526@163.com> Date: 星期二, 11 六月 2024 16:34:29 +0800 Subject: [PATCH] 优化 --- src/books/lifeCare/css/default.less | 30 +++++++++++++++++++++++++++++- 1 files changed, 29 insertions(+), 1 deletions(-) diff --git a/src/books/lifeCare/css/default.less b/src/books/lifeCare/css/default.less index 51e9794..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 { @@ -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