From af31f794a24fce3448fd096b61a4d6e011ff59b9 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 22 五月 2024 16:29:50 +0800 Subject: [PATCH] 样式优化 --- src/books/embedded/assets/main.less | 30 ++++++++++++++++++++++-------- 1 files changed, 22 insertions(+), 8 deletions(-) diff --git a/src/books/embedded/assets/main.less b/src/books/embedded/assets/main.less index 01cf278..7de7406 100644 --- a/src/books/embedded/assets/main.less +++ b/src/books/embedded/assets/main.less @@ -371,7 +371,8 @@ line-height: 1.3em; text-align: center; text-indent: 0; - color: #b03639; + color: #501438; + margin-top: 4px; } /*鐜粫鍥剧墖*/ @@ -633,6 +634,9 @@ .t0 { text-indent: 0; } + .t2 { + text-indent: 2em; + } .primary-color { color: #501438; } @@ -650,6 +654,9 @@ } .mt-100 { margin-top: 100px; + } + .mb-5 { + margin-bottom: 5px; } .mb-20 { margin-bottom: 20px; @@ -692,6 +699,9 @@ .w100 { width: 100%; } + .w50 { + width: 50%; + } .page-heder-img { width: 100%; img { @@ -712,13 +722,16 @@ border: 0; border-bottom: 1px solid #000; } - .input-border:focus { + .border-0 { + border: 0; + } + .input-border:focus,.border-0:focus{ outline: none; } .textarea-table-td { - font-size: 16px; + font-size: 14px; width: 60px; - height: 70px; + height: 60px; border: 0; font-family: "Microsoft YaHei", "寰蒋闆呴粦", sans-serif; } @@ -762,6 +775,9 @@ .border-so { border-bottom: 1px solid #501438; } + .rw-border { + border-bottom: 2px solid #501438; + } .btn { cursor: pointer; border: 2px solid #501438; @@ -781,10 +797,8 @@ .tl-cn { text-align: center; } - .cover-box { - width: 815px; - height: 1125px; - object-fit: contain; + table { + font-size: 14px; } } body { -- Gitblit v1.9.1