From 4db90c67dad8e54d44094efca39ebd2ee7f56ffd Mon Sep 17 00:00:00 2001 From: unknown <qq1940665526@163.com> Date: 星期二, 04 六月 2024 15:17:39 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/lifeCare/css/default.less | 41 ++++++++++++++++++++++++++++------------- 1 files changed, 28 insertions(+), 13 deletions(-) diff --git a/src/books/lifeCare/css/default.less b/src/books/lifeCare/css/default.less index 92a8357..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 { @@ -149,7 +150,7 @@ .btn-export { float: right; position: absolute; - top: 5px; + top: 4px; right: 10px; color: #333; font-weight: bold; @@ -161,13 +162,12 @@ border-radius: 4px; cursor: pointer; z-index: 5; - font-size: 16px; } .btn-clear { float: right; position: absolute; - top: 5px; + top: 4px; right: 85px; color: white; font-weight: bold; @@ -179,7 +179,6 @@ border-radius: 4px; cursor: pointer; z-index: 5; - font-size: 16px; } .btn-export:hover { @@ -440,6 +439,10 @@ overflow: hidden; white-space: pre-line; + input { + font-size: 14px; + } + textarea { width: 100%; min-height: 20px; @@ -553,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 { @@ -563,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: "榛戜綋"; } } @@ -1100,7 +1113,7 @@ } .imz { - width: 96%; + width: 100%; text-align: center; } @@ -1483,6 +1496,8 @@ border: 0 !important; font-size: 16px; border-radius: 5px; + max-width: 620px; + min-width: 500px; } } @@ -1516,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