Update form.html

This commit is contained in:
邹景立 2021-08-28 14:40:55 +08:00
parent d63cf0257a
commit a35df16a4b

View File

@ -1,14 +1,14 @@
<style>
[data-level-zero] {
top: -10px;
left: -10px;
right: -10px;
bottom: -10px;
top: -8px;
left: -8px;
right: -8px;
bottom: 0;
color: #fff;
position: absolute;
font-size: 24px;
text-align: center;
line-height: 180px;
line-height: 150px;
border-radius: 5px;
background: rgba(0, 0, 0, 0.6);
}