修改审核不通过的问题

This commit is contained in:
张成
2026-02-08 12:29:48 +08:00
parent 4b2f6707cc
commit e99986c52a
4 changed files with 28 additions and 2 deletions

View File

@@ -9,6 +9,23 @@
}
.link_button
{
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
height: 52px;
border-radius: 16px;
border: none;
position: relative;
font-size: 16px;
.button_text {
color: #fff;
}
}
// 背景图片和渐变覆盖层
.background_image {
position: absolute;