style: css
This commit is contained in:
parent
44a382a551
commit
412ac92297
|
|
@ -73,13 +73,13 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 24px;
|
gap: 24px;
|
||||||
margin-bottom: 64px;
|
margin-bottom: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 下载按钮 - 大按钮 */
|
/* 下载按钮 - 大按钮 */
|
||||||
.download-btn {
|
.download-btn {
|
||||||
width: 480px;
|
width: 480px;
|
||||||
height: 80px;
|
height: 96px;
|
||||||
background: #1D1F22;
|
background: #1D1F22;
|
||||||
border-radius: 28px;
|
border-radius: 28px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -93,7 +93,7 @@
|
||||||
/* 查看按钮 - 小按钮 */
|
/* 查看按钮 - 小按钮 */
|
||||||
.view-btn {
|
.view-btn {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
height: 80px;
|
height: 96px;
|
||||||
border: 1px solid #1d1f22;
|
border: 1px solid #1d1f22;
|
||||||
border-radius: 28px;
|
border-radius: 28px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue