From 94756813c68a51f0f00c9de52f3f8bf73dbb8625 Mon Sep 17 00:00:00 2001 From: Tdxdxoz Date: Thu, 29 Oct 2020 23:18:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F&=E9=A2=84=E5=A4=87=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E8=AF=84=E5=A7=94=E7=BE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/list.html | 136 ++++++++++++++++++++++++++++++++++++-------- 1 file changed, 113 insertions(+), 23 deletions(-) diff --git a/templates/list.html b/templates/list.html index 475737e..5422e65 100644 --- a/templates/list.html +++ b/templates/list.html @@ -57,7 +57,8 @@ .part1 { max-width: 500px; float: left; - padding-right: 25px; + padding-right: 10px; + position: relative; } .part2 { @@ -74,17 +75,28 @@ margin: 5px 5px 40px; } - .qbox-new { + .new .qbox { background: black; color: white; } - .qbox-new input, - .qbox-new textarea { + .judge .qbox { + background: white; + color: black; + padding: 5px 15px; + } + + .twin.new .qbox input, + .twin.new .qbox textarea { + border-bottom: 2px solid; background: black; color: white; + } + + .twin .qbox input, + .twin .qbox textarea { border: none; - border-bottom: 2px white solid; + border-bottom: 1px solid; border-radius: 0; } @@ -114,23 +126,44 @@ padding: 0.75em; } - .new { + .behind { + z-index: 98; + cursor: pointer; + } + + .front { + z-index: 99; + } + + .judge { + position: absolute; + top: 0; + right: 0; + margin: 0 0 30px 20px; + width: 90%; + } + .twin { overflow: hidden; + } + + .new { position: relative; - margin-bottom: 30px; + margin: 20px 20px 30px 0; } - .new-collapse { + .twin-collapse { max-height: 360px; } .show-mask { display: block; position: absolute; - top: 0; + top: 20px; + right: 35px; text-align: center; - padding-top: 320px; + padding-top: 330px; width: 100%; + z-index: 999; } .footer { @@ -156,9 +189,9 @@
-
+
-
+

自荐提名