From 9985fd128b46f43d02f8ca6313a1862ea6bf26f5 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期二, 30 七月 2024 17:34:15 +0800 Subject: [PATCH] 五单元完成 --- src/books/embedded/assets/main.less | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/books/embedded/assets/main.less b/src/books/embedded/assets/main.less index 97e35c7..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; -- Gitblit v1.9.1