From 2f0dd88ef2dc8c95ad35bebf0aa6bb3e90446a11 Mon Sep 17 00:00:00 2001 From: unknown <qq1940665526@163.com> Date: 星期一, 03 六月 2024 17:33:27 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/lifeCare/css/default.less | 46 ++++++++++++++++++++++++++++++++++------------ 1 files changed, 34 insertions(+), 12 deletions(-) diff --git a/src/books/lifeCare/css/default.less b/src/books/lifeCare/css/default.less index d12a3ef..bc14f9c 100644 --- a/src/books/lifeCare/css/default.less +++ b/src/books/lifeCare/css/default.less @@ -26,8 +26,9 @@ textarea { width: 100%; text-indent: 2em; - max-width: 630px; - min-height: 100px; + // max-width: 652px; + // 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: 4px; right: 10px; color: #333; font-weight: bold; @@ -167,7 +167,7 @@ .btn-clear { float: right; position: absolute; - top: 10px; + top: 4px; right: 85px; color: white; font-weight: bold; @@ -197,9 +197,15 @@ .drawContent_wall { width: 100%; height: 765px; + .drawflow { display: flex; flex-direction: column; + + .content { + border-top-width: 1px; + border-top-style: solid; + } } } @@ -433,6 +439,10 @@ overflow: hidden; white-space: pre-line; + input { + font-size: 14px; + } + textarea { width: 100%; min-height: 20px; @@ -546,7 +556,10 @@ .bk-inputUpload { width: 100%; - display: block; + display: flex; + flex-direction: column; + justify-content: flex-start; + align-items: flex-start; min-height: 100px; input { @@ -556,14 +569,21 @@ } .btnUpload { - width: 60px; - height: 60px; - border: 2px dashed #f49a4c; + width: 30px; + height: 30px; display: flex; justify-content: center; align-items: center; font-size: 50px; cursor: pointer; + margin-left: 10px; + } + + .upload_text { + color: #000; + font-size: 14px; + font-weight: 700; + font-family: "榛戜綋"; } } @@ -1093,7 +1113,7 @@ } .imz { - width: 96%; + width: 100%; text-align: center; } @@ -1476,6 +1496,8 @@ border: 0 !important; font-size: 16px; border-radius: 5px; + max-width: 620px; + min-width: 500px; } } @@ -1509,10 +1531,10 @@ position: relative; .block { - font-size: 18px; + font-size: 16px; line-height: 25px; font-family: "浠垮畫"; - font-weight: 600; + font-weight: 700; color: #666; } } -- Gitblit v1.9.1