feat:初始化项目

This commit is contained in:
R524809
2026-01-23 17:42:48 +08:00
commit d4fc8f44ee
107 changed files with 17487 additions and 0 deletions
@@ -0,0 +1,66 @@
.word-detail-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.word-detail-content {
padding: 0;
}
.word-detail-row {
display: flex;
gap: 24px;
margin-bottom: 24px;
padding-bottom: 24px;
border-bottom: 1px solid #f0f0f0;
}
.word-detail-tianzige {
flex-shrink: 0;
}
.word-detail-pinyin-section {
flex: 1;
}
.word-detail-pinyin {
font-size: 18px;
color: #666;
margin-bottom: 16px;
}
.word-detail-strokes {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.stroke-item {
width: 40px;
height: 40px;
}
.word-detail-section {
margin-bottom: 24px;
}
.word-detail-section h3 {
margin-bottom: 16px;
font-size: 16px;
font-weight: 600;
}
.word-detail-images {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin-bottom: 16px;
}
.image-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
}