This commit is contained in:
赵鑫 2022-09-07 16:28:47 +08:00
parent 179eb7f240
commit b2a8c160ad
5 changed files with 0 additions and 55 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 287 KiB

After

Width:  |  Height:  |  Size: 287 KiB

View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -1,55 +0,0 @@
@font-face {
font-family: '方正书宋';
src: url('方正书宋GBK.ttf');
}
* {
box-sizing: border-box;
font-family: 方正书宋, Tahoma, Verdana, Arial, sans-serif;
}
html {
font-size: 20px;
}
@media only screen and (max-width: 600px) {
html {
font-size: 12px;
max-width: 38rem;
}
}
body {
padding: 1rem;
max-width: 1200px;
color: #333;
margin: 0 auto;
user-select: none;
}
a {
color: #333;
text-decoration: none;
}
.button {
padding: 0.5rem 1rem;
border: 1px solid #333;
}
.button:hover {
color: white;
background-color: rgba(0, 0, 0, 0.5);
}
table {
width: 100%;
border-collapse: collapse;
}
table > thead > tr > th,
table > tbody > tr > td {
padding: 0.5rem 1rem;
text-align: center;
border: 1px solid black;
}