15 lines
197 B
Plaintext
Raw Permalink Normal View History

2025-07-15 16:18:34 +08:00
page {
2025-12-15 18:19:04 +08:00
background-color: #f8f8f8;
2025-08-29 09:51:02 +08:00
}
2026-01-30 09:54:26 +08:00
.home_page {
padding-bottom: 68px;
}
2026-01-14 16:52:59 +08:00
.home_page_content {
position: relative;
z-index: 10;
}
2025-12-15 18:19:04 +08:00
button::after {
border: none;
padding: 0;
margin: 0;
2025-07-15 16:18:34 +08:00
}