更新css

This commit is contained in:
Raymond Yang
2023-06-27 16:51:37 +08:00
parent 163a75855f
commit b1ecd238b2
3 changed files with 45 additions and 39 deletions
+23 -21
View File
@@ -5,8 +5,7 @@ table {
width: 100%;
}
th,
td {
th, td {
padding: 10px 20px;
border: 1px solid #000;
}
@@ -42,21 +41,29 @@ h1 {
}
h2 {
text-align: center;
font-weight: bold;
font-family: 'Arial Black', system-ui
}
h3 {
text-align: center;
font-weight: bold;
font-family: 'Arial Black', system-ui
}
h4 {
text-align: center;
font-weight: bold;
font-family: 'Arial Black', system-ui
font-family: 'Arial Black', system-ui;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
}
p {
text-align: center;
font-weight: bold;
font-family: 'Arial', system-ui
}
@@ -68,24 +75,19 @@ p {
font-family: 'Arial', system-ui
}
.button {
width: 30%;
height: 30px;
input[type="text"] {
width: 100%;
outline: #1aff00;
}
input[type="number"] {
width: 100%;
outline: #1aff00;
}
button {
width: 40%;
height: 40px;
font-weight: bold;
font-family: 'Arial', system-ui
}
.form_td {
padding-top: 5px;
padding-bottom: 5px;
}
.label_title {
font-weight: bold;
font-family: 'Arial Black', system-ui
}
.label_content {
font-weight: normal;
font-family: 'Arial', system-ui
}