This commit is contained in:
KOWX712
2025-02-21 01:18:07 +08:00
parent b6c81362fe
commit ac4ff62cce
14 changed files with 67 additions and 57 deletions
+7 -16
View File
@@ -28,10 +28,10 @@ body {
justify-content: center;
align-items: center;
opacity: 0;
padding: 10px 20px;
font-size: 20px;
padding: 12px 24px;
font-size: 22px;
font-weight: bold;
transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
transition: transform 0.4s ease;
border-radius: 50px 50px;
overflow: hidden;
user-select: none;
@@ -74,25 +74,16 @@ body {
.footer {
display: flex;
justify-content: space-between;
align-items: center;
width: calc(100% - 10px);
justify-content: flex-end;
max-width: 1100px;
padding: 25px 0;
position: relative;
margin-left: auto;
margin-right: auto;
margin-bottom: 70px;
}
.uninstall-container {
padding: 10px 10px;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
padding: 12px;
display: flex;
align-items: center;
border-radius: 8px;
border-radius: 12px;
background-color: #CE0000;
white-space: nowrap;
overflow: hidden;