Browse Source

美化界面

fudan
欧醚 4 years ago
parent
commit
5aaab82184
Signed by: OmmyZhang GPG Key ID: 757D312E7C9D13F7
1 changed files with 6 additions and 5 deletions
  1. +6
    -5
      templates/list.html

+ 6
- 5
templates/list.html View File

@ -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;
}
</style>
</head>
@ -110,7 +111,7 @@
</div>
</form>
<div style="font-size:80%">
<div style="font-size:80%;margin-top: -40px;">
<p>提示:</p>
<ol>
<li>初选报名不需要登陆任何帐号,你可以留下联系方式或可验证身份的信息(如公钥/数字签名),也可以不留。</li>

Loading…
Cancel
Save