2024-01-20 17:10:32 +08:00
|
|
|
body a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2024-01-21 19:57:14 +08:00
|
|
|
|
|
|
|
html, body {
|
|
|
|
height: 100%;
|
|
|
|
}
|
2024-01-21 22:02:45 +08:00
|
|
|
|
2024-01-23 17:55:34 +08:00
|
|
|
p {
|
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.6;
|
|
|
|
}
|
|
|
|
|
2024-01-21 22:02:45 +08:00
|
|
|
*::-webkit-scrollbar {
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
*::-webkit-scrollbar-thumb {
|
|
|
|
background-color: #80c8f8;
|
|
|
|
}
|
|
|
|
|
|
|
|
*::-webkit-scrollbar-track {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
* {
|
|
|
|
scrollbar-width: thin;
|
|
|
|
scrollbar-color: #80c8f8 transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Font Awesome 6 Free";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-display: block;
|
|
|
|
src: url(fonts/fa-regular-400.woff2) format("woff2"),url(fonts/fa-regular-400.ttf) format("truetype")
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Font Awesome 6 Free";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 900;
|
|
|
|
font-display: block;
|
|
|
|
src: url(fonts/fa-solid-900.woff2) format("woff2"),url(fonts/fa-solid-900.ttf) format("truetype")
|
|
|
|
}
|
2024-01-25 17:34:20 +08:00
|
|
|
|
|
|
|
.essay-image {
|
|
|
|
width: 90%;
|
|
|
|
display: block;
|
|
|
|
margin: 1.5rem auto;
|
|
|
|
box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),
|
|
|
|
0 4px 15px 0 rgba(0,0,0,0.15);
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|