style: css
This commit is contained in:
parent
44a382a551
commit
412ac92297
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue