完成上传页面结构

This commit is contained in:
2021-07-25 12:09:40 +08:00
parent 5250b1714c
commit 27136a57f8
5 changed files with 112 additions and 12 deletions

View File

@@ -1,14 +1,20 @@
a.btn {
text-decoration: none;
}
.btn {
color: white !important;
border-radius: .5rem;
padding: .375rem 1.75rem;
font-size: 1.1rem;
}
a.btn:active {
.btn:active {
color: white !important;
}
button.btn {
border: none;
}
.btn-primary {
background-color: #318ffb;
}