no message

This commit is contained in:
A1300399510 2024-11-25 17:32:21 +08:00
parent 85a629ecf0
commit 6f6ecf7668
4 changed files with 8 additions and 6 deletions

View File

@ -372,6 +372,7 @@ body {
height: 640px; height: 640px;
background-color: #f6f6f6; background-color: #f6f6f6;
border-radius: 0 0 12px 0; border-radius: 0 0 12px 0;
overflow: hidden;
animation: contrastRightShow 0.3s; animation: contrastRightShow 0.3s;
border-left: 1px solid #ebebeb; border-left: 1px solid #ebebeb;
} }

View File

@ -424,6 +424,7 @@ body {
height: 640px; height: 640px;
background-color: rgba(246, 246, 246, 1); background-color: rgba(246, 246, 246, 1);
border-radius: 0 0 12px 0; border-radius: 0 0 12px 0;
overflow: hidden;
animation: contrastRightShow 0.3s; animation: contrastRightShow 0.3s;
border-left: 1px solid #ebebeb; border-left: 1px solid #ebebeb;

View File

@ -273,7 +273,7 @@
} }
.base-footer .base-box { .base-footer .base-box {
pointer-events: all; pointer-events: all;
height: 60px; height: 54px;
background: linear-gradient(260.53767779deg, #dbe3fd 0%, #eef7f5 100%); background: linear-gradient(260.53767779deg, #dbe3fd 0%, #eef7f5 100%);
box-sizing: border-box; box-sizing: border-box;
border: 1px solid #dbe0f2; border: 1px solid #dbe0f2;
@ -306,7 +306,7 @@
} }
.base-footer .save { .base-footer .save {
width: 406px; width: 406px;
height: 50px; height: 42px;
background-color: #f6f6f6; background-color: #f6f6f6;
border-radius: 158px; border-radius: 158px;
font-size: 14px; font-size: 14px;
@ -321,7 +321,7 @@
} }
.base-footer .save .btn { .base-footer .save .btn {
width: 140px; width: 140px;
height: 50px; height: 100%;
background-color: #7b8cd3; background-color: #7b8cd3;
border-radius: 158px; border-radius: 158px;
font-size: 16px; font-size: 16px;

View File

@ -326,7 +326,7 @@
.base-box { .base-box {
// bottom: 35px; // bottom: 35px;
pointer-events: all; pointer-events: all;
height: 60px; height: 54px;
background: linear-gradient(260.537677791974deg, rgba(219, 227, 253, 1) 0%, rgba(238, 247, 245, 1) 100%); background: linear-gradient(260.537677791974deg, rgba(219, 227, 253, 1) 0%, rgba(238, 247, 245, 1) 100%);
box-sizing: border-box; box-sizing: border-box;
border: 1px solid rgba(219, 224, 242, 1); border: 1px solid rgba(219, 224, 242, 1);
@ -371,7 +371,7 @@
.save { .save {
width: 406px; width: 406px;
height: 50px; height: 42px;
background-color: rgba(246, 246, 246, 1); background-color: rgba(246, 246, 246, 1);
border-radius: 158px; border-radius: 158px;
font-size: 14px; font-size: 14px;
@ -386,7 +386,7 @@
.btn { .btn {
width: 140px; width: 140px;
height: 50px; height: 100%;
background-color: rgba(123, 140, 211, 1); background-color: rgba(123, 140, 211, 1);
border-radius: 158px; border-radius: 158px;
font-size: 16px; font-size: 16px;