修改发布日历

This commit is contained in:
筱野
2025-08-30 22:25:39 +08:00
parent bb6ec8c183
commit fe14e01267
59 changed files with 2151 additions and 2921 deletions

View File

@@ -0,0 +1,36 @@
.container {
padding: 20px;
text-align: center;
background: #f5f5f5;
min-height: 100vh;
}
.title {
font-size: 20px;
font-weight: 600;
color: #333;
margin-bottom: 30px;
display: block;
}
.button {
margin: 20px 0;
width: 200px;
height: 44px;
border-radius: 22px;
font-size: 16px;
}
.result {
margin-top: 30px;
padding: 20px;
background: #fff;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
text {
font-size: 16px;
color: #333;
font-weight: 500;
}
}