This commit is contained in:
郭文文 2025-12-23 10:07:48 +08:00
parent c6b052bffd
commit 397a96101c
1 changed files with 6 additions and 6 deletions

View File

@ -483,7 +483,7 @@
padding: 32px;
background: rgba(255, 255, 255, 0.03);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 16px;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
transition: all 0.3s ease;
backdrop-filter: blur(10px);
@ -645,7 +645,7 @@
padding: 48px;
background: rgba(255, 255, 255, 0.03);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 24px;
border-radius: 12px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
width: 100%;
@ -753,7 +753,7 @@
padding: 8px 20px;
background: linear-gradient(135deg, var(--primary) 0%, rgba(250, 227, 7, 0.9) 100%);
color: #000000;
border-radius: 24px;
border-radius: 12px;
font-size: 14px;
font-weight: 600;
margin-bottom: 28px;
@ -791,7 +791,7 @@
rgba(250, 227, 7, 0.08) 100%
);
border: 1px solid rgba(250, 227, 7, 0.3);
border-radius: 20px;
border-radius: 12px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
transition: all 0.3s ease;
backdrop-filter: blur(10px);
@ -897,7 +897,7 @@
padding: 0;
background: rgba(255, 255, 255, 0.03);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 16px;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
backdrop-filter: blur(10px);
cursor: pointer;
@ -991,7 +991,7 @@
rgba(250, 227, 7,0.05) 75%,
rgba(250, 227, 7, 0.12) 100%
);
border-radius: 24px;
border-radius: 12px;
text-align: center;
position: relative;
overflow: hidden;