diff --git a/templates/list.html b/templates/list.html index e4531b4..123695f 100644 --- a/templates/list.html +++ b/templates/list.html @@ -38,15 +38,15 @@ overflow: hidden; } .new-collapse { - max-height: 115px; + max-height: 350px; -webkit-mask-image: linear-gradient(#1a1a1a,transparent); mask-image: linear-gradient(#1a1a1a,transparent); } .show-button { position: relative; text-align: center; - margin-top: -125px; - padding-top: 110px; + margin-top: -350px; + padding-top: 300px; width: 100%; } .footer { @@ -70,9 +70,10 @@ } } .mask { - background: #334455d8; + background: #345e; color: white; min-height: 100vh; + opacity: 0.96; } @@ -110,7 +111,7 @@ -
提示: