From b7d6ab90c8de00f44b73501c27130556ef8dfb96 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 31 五月 2024 18:39:03 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/lifeCare/css/default.less | 25 ++++++++++++++++++------- 1 files changed, 18 insertions(+), 7 deletions(-) diff --git a/src/books/lifeCare/css/default.less b/src/books/lifeCare/css/default.less index d12a3ef..060fc08 100644 --- a/src/books/lifeCare/css/default.less +++ b/src/books/lifeCare/css/default.less @@ -28,6 +28,7 @@ text-indent: 2em; max-width: 630px; min-height: 100px; + font-size: 16px; } .coverImg { @@ -104,7 +105,6 @@ line-height: 21px; background-color: #f49a4c; font-size: 20px; - } .drawflow-node { @@ -150,7 +150,7 @@ .btn-export { float: right; position: absolute; - top: 10px; + top: 5px; right: 10px; color: #333; font-weight: bold; @@ -162,12 +162,13 @@ border-radius: 4px; cursor: pointer; z-index: 5; + font-size: 16px; } .btn-clear { float: right; position: absolute; - top: 10px; + top: 5px; right: 85px; color: white; font-weight: bold; @@ -179,6 +180,7 @@ border-radius: 4px; cursor: pointer; z-index: 5; + font-size: 16px; } .btn-export:hover { @@ -197,9 +199,15 @@ .drawContent_wall { width: 100%; height: 765px; + .drawflow { display: flex; flex-direction: column; + + .content { + border-top-width: 1px; + border-top-style: solid; + } } } @@ -433,6 +441,10 @@ overflow: hidden; white-space: pre-line; + input { + font-size: 14px; + } + textarea { width: 100%; min-height: 20px; @@ -556,9 +568,8 @@ } .btnUpload { - width: 60px; - height: 60px; - border: 2px dashed #f49a4c; + width: 30px; + height: 30px; display: flex; justify-content: center; align-items: center; @@ -1093,7 +1104,7 @@ } .imz { - width: 96%; + width: 100%; text-align: center; } -- Gitblit v1.9.1