no message

This commit is contained in:
A1300399510 2024-12-16 15:39:14 +08:00
parent ca63c45c35
commit c612d85655
2 changed files with 3 additions and 2 deletions

View File

@ -1423,7 +1423,7 @@
background: linear-gradient(to right, #eef7f5, #dbe3fd);
font-size: 15px;
color: #000000;
box-shadow: 0px 0px 7px #7b8cd3;
box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.24313725);
}
.base .type1 .btn {
line-height: 50px;

View File

@ -1629,7 +1629,8 @@
background: linear-gradient(to right, rgb(238, 247, 245), rgb(219, 227, 253));
font-size: 15px;
color: #000000;
box-shadow: 0px 0px 7px rgb(123 140 211);
// box-shadow: 0px 0px 7px rgb(123 140 211);
box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.24313725);
.btn {
line-height: 50px;
margin: 0 24px;