style: css

This commit is contained in:
菜菜酱 2025-09-12 18:29:38 +08:00
parent 44a382a551
commit 412ac92297
1 changed files with 3 additions and 3 deletions

View File

@ -73,13 +73,13 @@
align-items: center;
justify-content: center;
gap: 24px;
margin-bottom: 64px;
margin-bottom: 48px;
}
/* 下载按钮 - 大按钮 */
.download-btn {
width: 480px;
height: 80px;
height: 96px;
background: #1D1F22;
border-radius: 28px;
display: flex;
@ -93,7 +93,7 @@
/* 查看按钮 - 小按钮 */
.view-btn {
flex: 1;
height: 80px;
height: 96px;
border: 1px solid #1d1f22;
border-radius: 28px;
display: flex;