This commit is contained in:
张成
2025-12-02 13:32:23 +08:00
parent 75e562c1f9
commit ad12d8caa8
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
.subscribe_notification_tip { .subscribe_notification_tip {
margin: 0 12px; box-sizing: border-box !important;
// margin: 0 12px;
padding: 12px 16px; padding: 12px 16px;
background: rgba(14, 238, 193, 0.04); background: rgba(14, 238, 193, 0.04);
border: 0.5px solid rgba(0, 0, 0, 0.08); border: 0.5px solid rgba(0, 0, 0, 0.08);

View File

@@ -1,6 +1,6 @@
.enable_notification_page { .enable_notification_page {
width: 100%; width: 100%;
min-height: 100vh; // min-height: 100vh;
background: radial-gradient(circle at 50% 0%, rgba(191, 255, 239, 1) 0%, rgba(255, 255, 255, 1) 37%); background: radial-gradient(circle at 50% 0%, rgba(191, 255, 239, 1) 0%, rgba(255, 255, 255, 1) 37%);
display: flex; display: flex;
flex-direction: column; flex-direction: column;