調整樣式及加入背景

This commit is contained in:
Raymond Yang 2023-06-28 13:45:50 +08:00
parent 4156842884
commit 92d1456c59
2 changed files with 16 additions and 8 deletions

View File

@ -1,4 +1,5 @@
table { table {
background-color: #ffffffbb;
border-style: solid; border-style: solid;
border-width: 2px; border-width: 2px;
border-collapse: collapse; border-collapse: collapse;
@ -81,6 +82,7 @@ h4 {
h5 { h5 {
text-align: center; text-align: center;
font-weight: bold; font-weight: bold;
font-family: 'Arial', system-ui;
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
margin-left: 0; margin-left: 0;
@ -90,6 +92,7 @@ h5 {
h6 { h6 {
text-align: center; text-align: center;
/*font-weight: bold;*/ /*font-weight: bold;*/
font-family: 'Arial', system-ui;
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
margin-left: 0; margin-left: 0;
@ -114,6 +117,7 @@ input[type="text"], input[type="number"] {
box-sizing: border-box; box-sizing: border-box;
border-style: solid; border-style: solid;
border-radius: 5px; border-radius: 5px;
font-family: 'Arial', system-ui
} }
input[type="text"], input[type="number"] { input[type="text"], input[type="number"] {
@ -131,19 +135,13 @@ input[type="date"] {
border-radius: 5px; border-radius: 5px;
box-shadow: 0px 0px 5px rgba(66,66,66,.75); box-shadow: 0px 0px 5px rgba(66,66,66,.75);
text-shadow: -50px 0px 0px rgba(66,66,66,.0); text-shadow: -50px 0px 0px rgba(66,66,66,.0);
font-family: 'Arial', system-ui
} }
input[type="date"] { input[type="date"] {
outline:none; outline:none;
} }
/*button {
width: auto;
height: 30px;
font-weight: bold;
font-family: 'Arial', system-ui
}*/
button { button {
display: inline-block; display: inline-block;
text-align: center; text-align: center;
@ -156,7 +154,8 @@ button {
background: -moz-linear-gradient(top, #4ab1ff, #0d5da3); background: -moz-linear-gradient(top, #4ab1ff, #0d5da3);
background: linear-gradient(to bottom, #4ab1ff, #0d5da3); background: linear-gradient(to bottom, #4ab1ff, #0d5da3);
text-shadow: #591717 1px 1px 1px; text-shadow: #591717 1px 1px 1px;
font: normal normal bold 15px arial; /*font: normal normal bold 15px arial;*/
font-family: 'Arial', system-ui;
color: #ffffff; color: #ffffff;
text-decoration: none; text-decoration: none;
} }
@ -182,3 +181,12 @@ button:active {
height: 40px; height: 40px;
margin: 0 auto; margin: 0 auto;
} }
body {
background-image: url("../img/background.jpg");
}
label {
font-family: 'Arial', system-ui;
font-weight: bold;
}

BIN
img/background.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB