From 06a893e503c32ea16026db428f4d82eef7eedb3c Mon Sep 17 00:00:00 2001 From: unknown <qq1940665526@163.com> Date: 星期一, 27 五月 2024 17:37:50 +0800 Subject: [PATCH] 合并 --- src/books/embedded/assets/main.less | 89 ++++++++++++++++++++++++++++++++++++-------- 1 files changed, 72 insertions(+), 17 deletions(-) diff --git a/src/books/embedded/assets/main.less b/src/books/embedded/assets/main.less index 01cf278..aecb0ff 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-bottom: 6px; } /*鐜粫鍥剧墖*/ @@ -606,6 +607,16 @@ background-color: #fff; } + /*鍥剧墖鏍囬*/ + .table-title { + font-family: "姹変华妤蜂綋", "ETrump KaiTi", "鏂规浠垮畫", "FZFSJW--GB1-0"; + font-size: 16px; + font-weight: bold; + text-align: center; + text-indent: 0; + color: #b03639; + } + .wr-md { writing-mode: vertical-rl; } @@ -624,6 +635,9 @@ .ju-bt { justify-content: space-between; } + .ju-ev { + justify-content: space-evenly; + } .al-cn { align-items: center; } @@ -632,6 +646,9 @@ } .t0 { text-indent: 0; + } + .t2 { + text-indent: 2em; } .primary-color { color: #501438; @@ -650,6 +667,9 @@ } .mt-100 { margin-top: 100px; + } + .mb-5 { + margin-bottom: 5px; } .mb-20 { margin-bottom: 20px; @@ -692,6 +712,9 @@ .w100 { width: 100%; } + .w50 { + width: 50%; + } .page-heder-img { width: 100%; img { @@ -712,13 +735,17 @@ 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; } @@ -726,8 +753,7 @@ outline: none; } .table-bc { - background-color: #d6c6c7 - // #d6c1c6; + background-color: #d6c6c7 // #d6c1c6;; } .tl-rg { text-align: right; @@ -746,9 +772,7 @@ .pr { position: relative; } - .padding-96 { - padding: 0 96px 0px 96px; - } + .p-10 { padding: 10px 0; } @@ -759,8 +783,14 @@ width: 30px; margin-right: 4px; } + .primary-boder { + border: 2px solid #501438; + } .border-so { border-bottom: 1px solid #501438; + } + .rw-border { + border-bottom: 2px solid #501438; } .btn { cursor: pointer; @@ -781,10 +811,21 @@ .tl-cn { text-align: center; } - .cover-box { - width: 815px; - height: 1125px; - object-fit: contain; + table { + font-size: 14px; + } + .svg-btn { + cursor: pointer; + display: inline-block; + border: 1px solid #501438; + margin-left: 5px; + border-radius: 4px; + background-color: #501438; + fill: #fff; + &:hover { + background-color: #fff; + fill: #501438; + } } } body { @@ -797,9 +838,12 @@ .page-padding { padding: 104px 20px; } - // .padding-96 { - // padding: 0 20px 0px 20px; - // } + .padding-96, + .padding-87, + .padding-103, + .padding-86 { + padding: 0 20px 0px 20px; + } /* video澶у皬 */ .video-box { max-width: 260px; @@ -811,7 +855,18 @@ .page-padding { padding: 104px 96px; } - + .padding-96 { + padding: 0 96px 0px 96px; + } + .padding-103 { + padding: 0 103px 0 103px; + } + .padding-87 { + padding: 0px 87px 0px 85px; + } + .padding-86 { + padding: 0 86px 0 84px; + } .video-box { max-width: 370px; } -- Gitblit v1.9.1