2021-10-22 19:59:15 +08:00
|
|
|
body {
|
|
|
|
|
height: 100%;
|
|
|
|
|
font-family: 'Courier New', Courier, monospace;
|
2021-10-22 20:37:21 +08:00
|
|
|
font-size: 16px;
|
2021-10-22 19:59:15 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
outline: none;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: cornflowerblue;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.item {
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
|
border: 1px solid #323232;
|
|
|
|
|
border-left-width: 5px;
|
2021-10-22 20:37:21 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.buttons {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input {
|
|
|
|
|
width: 98%;
|
|
|
|
|
height: 32px;
|
|
|
|
|
margin-top: 3px;
|
|
|
|
|
line-height: 32px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
|
height: 32px;
|
|
|
|
|
width: 128px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background-color: deepskyblue;
|
|
|
|
|
border: 0;
|
|
|
|
|
border-radius: 6px;
|
2021-10-22 19:59:15 +08:00
|
|
|
}
|