From b60b839302d34048c216e9fd85b3a84caea257ea Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期二, 11 六月 2024 10:36:17 +0800 Subject: [PATCH] 1 --- src/books/embedded/assets/main.less | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/src/books/embedded/assets/main.less b/src/books/embedded/assets/main.less index 1a5cf43..5b16ee0 100644 --- a/src/books/embedded/assets/main.less +++ b/src/books/embedded/assets/main.less @@ -601,7 +601,7 @@ // 鑷畾涔夊唴瀹� .page-box { box-sizing: border-box; - min-height: 1150px !important; + min-height: 1092px ; margin-bottom: 20px; box-shadow: 0 3px 6px 1px #00000029; background-color: #fff; @@ -625,6 +625,9 @@ } .fl-cl { flex-direction: column; + } + .fl-bt { + justify-content: space-between; } .ju-cn { justify-content: center; @@ -676,6 +679,9 @@ } .mb-40 { margin-bottom: 40px; + } + .m0 { + margin: 0; } .m0-auto { margin: 0 auto; @@ -815,6 +821,7 @@ font-size: 14px; } .svg-btn { + padding: 0 2px; cursor: pointer; display: inline-block; border: 1px solid #501438; @@ -827,6 +834,11 @@ fill: #501438; } } + .share-box { + margin-left: 5px; + cursor: pointer; + fill: #501438; + } } body { background-color: #e6e6e6; -- Gitblit v1.9.1