From 4acedceab28dee0a41a5102ca7cae73d372e687c Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 13 六月 2024 20:42:37 +0800 Subject: [PATCH] 数学优化 --- src/books/artAndDrama/assets/main.less | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/books/artAndDrama/assets/main.less b/src/books/artAndDrama/assets/main.less index 5c6e442..b30b770 100644 --- a/src/books/artAndDrama/assets/main.less +++ b/src/books/artAndDrama/assets/main.less @@ -421,7 +421,9 @@ margin-bottom: 20px; box-shadow: 0 3px 6px 1px #00000029; background-color: #fff; + padding-bottom: 117px; } + ul { list-style: none; margin: 0; @@ -514,6 +516,8 @@ position: relative; display: flex; align-items: center; + position: absolute; + bottom: 0; /* 鍨傜洿灞呬腑 */ } @@ -597,7 +601,7 @@ min-height: 750px; } .pg-mh { - min-height: 815px; + min-height: 815px !important; } } } @@ -614,6 +618,9 @@ .video-box { max-width: 260px; } + .page-box{ + min-height: 500px; + } } } @media (min-width: 660px) { @@ -627,6 +634,7 @@ .video-box { max-width: 370px; } + } } ::-webkit-scrollbar { -- Gitblit v1.9.1