no message

This commit is contained in:
A1300399510 2024-11-22 11:52:17 +08:00
parent b2fff41420
commit 209a17a2ce
4 changed files with 8 additions and 6 deletions

View File

@ -44,7 +44,7 @@ body {
} }
.base { .base {
width: 640px; width: 640px;
height: 60px; height: 54px;
background-color: #7b8cd3; background-color: #7b8cd3;
background: linear-gradient(264.64417496deg, #dbe3fd 0%, #eef7f5 100%); background: linear-gradient(264.64417496deg, #dbe3fd 0%, #eef7f5 100%);
box-shadow: 0px 0px 7px #7b8cd3; box-shadow: 0px 0px 7px #7b8cd3;

View File

@ -54,7 +54,7 @@ body {
.base { .base {
width: 640px; width: 640px;
height: 60px; height: 54px;
background-color: rgba(123, 140, 211, 1); background-color: rgba(123, 140, 211, 1);
background: linear-gradient(264.644174957145deg, rgba(219, 227, 253, 1) 0%, rgba(238, 247, 245, 1) 100%); background: linear-gradient(264.644174957145deg, rgba(219, 227, 253, 1) 0%, rgba(238, 247, 245, 1) 100%);
box-shadow: 0px 0px 7px rgba(123, 140, 211, 1); box-shadow: 0px 0px 7px rgba(123, 140, 211, 1);

View File

@ -1405,8 +1405,8 @@
background-color: #d7d7d7; background-color: #d7d7d7;
} }
.base .type1 .add { .base .type1 .add {
height: 50px; height: 42px;
line-height: 50px; line-height: 42px;
text-align: center; text-align: center;
background-color: #7b8cd3; background-color: #7b8cd3;
border-radius: 158px; border-radius: 158px;
@ -1414,6 +1414,7 @@
font-style: normal; font-style: normal;
font-size: 15px; font-size: 15px;
color: #ffffff; color: #ffffff;
margin-left: 16px;
margin-right: 5px; margin-right: 5px;
cursor: pointer; cursor: pointer;
} }

View File

@ -1607,8 +1607,8 @@
} }
.add { .add {
height: 50px; height: 42px;
line-height: 50px; line-height: 42px;
text-align: center; text-align: center;
background-color: rgba(123, 140, 211, 1); background-color: rgba(123, 140, 211, 1);
border-radius: 158px; border-radius: 158px;
@ -1616,6 +1616,7 @@
font-style: normal; font-style: normal;
font-size: 15px; font-size: 15px;
color: #ffffff; color: #ffffff;
margin-left: 16px;
margin-right: 5px; margin-right: 5px;
cursor: pointer; cursor: pointer;
.img { .img {