2021-10-22 19:59:15 +08:00
|
|
|
body {
|
|
|
|
|
height: 100%;
|
2021-10-22 20:52:52 +08:00
|
|
|
/* 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 {
|
2021-10-22 21:16:36 +08:00
|
|
|
height: 32px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
line-height: 32px;
|
2021-10-22 19:59:15 +08:00
|
|
|
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 {
|
2021-10-22 20:52:52 +08:00
|
|
|
width: 97%;
|
2021-10-22 20:37:21 +08:00
|
|
|
height: 32px;
|
2021-10-22 20:52:52 +08:00
|
|
|
margin-top: 5px;
|
2021-10-22 20:37:21 +08:00
|
|
|
line-height: 32px;
|
2021-10-22 21:16:36 +08:00
|
|
|
outline: none;
|
|
|
|
|
display: inline-block;
|
2021-10-22 20:37:21 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
|
height: 32px;
|
2021-10-22 21:38:48 +08:00
|
|
|
width: 96px;
|
2021-10-22 20:37:21 +08:00
|
|
|
text-align: center;
|
2021-10-22 20:52:52 +08:00
|
|
|
background-color: #f6f8fa;
|
|
|
|
|
color: #24292f;
|
|
|
|
|
border: 1px solid;
|
2021-10-22 20:37:21 +08:00
|
|
|
border-radius: 6px;
|
2021-10-22 20:52:52 +08:00
|
|
|
border-color: rgba(27, 31, 36, 0.15);
|
2021-10-22 19:59:15 +08:00
|
|
|
}
|