更新
This commit is contained in:
@@ -6,12 +6,14 @@
|
||||
<style>
|
||||
body {
|
||||
font-family: 'MS Gothic', 'Meiryo', sans-serif;
|
||||
margin: 24px;
|
||||
font-size: 13px;
|
||||
margin: 24px auto;
|
||||
font-size: 15px;
|
||||
max-width: 1400px;
|
||||
}
|
||||
h2 {
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
font-size: 20px;
|
||||
}
|
||||
.search-form {
|
||||
text-align: center;
|
||||
@@ -24,13 +26,14 @@
|
||||
.search-form label {
|
||||
margin-right: 5px;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
}
|
||||
.search-form input {
|
||||
margin-right: 15px;
|
||||
padding: 5px 10px;
|
||||
border: 1px solid #999;
|
||||
border-radius: 3px;
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.search-form button {
|
||||
padding: 6px 20px;
|
||||
@@ -40,7 +43,7 @@
|
||||
border: none;
|
||||
border-radius: 3px;
|
||||
cursor: pointer;
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.search-form button:hover {
|
||||
background: #45a049;
|
||||
@@ -54,23 +57,24 @@
|
||||
.period-info {
|
||||
text-align: center;
|
||||
margin-bottom: 10px;
|
||||
font-size: 12px;
|
||||
font-size: 14px;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
margin-top: 10px;
|
||||
font-size: 14px;
|
||||
}
|
||||
th,
|
||||
td {
|
||||
border: 1px solid #999;
|
||||
padding: 5px 8px;
|
||||
padding: 8px 10px;
|
||||
text-align: right;
|
||||
}
|
||||
th {
|
||||
background: #e8e8e8;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
font-size: 14px;
|
||||
}
|
||||
td.left {
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user