no message

This commit is contained in:
A1300399510 2024-11-21 11:55:42 +08:00
parent 04cd10a2c2
commit 2ace436134
2 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,8 @@ body {
width: 640px; width: 640px;
height: 60px; height: 60px;
background-color: #7b8cd3; background-color: #7b8cd3;
background: linear-gradient(264.64417496deg, #dbe3fd 0%, #eef7f5 100%);
box-shadow: 0px 0px 7px #7b8cd3;
border-radius: 153px; border-radius: 153px;
position: sticky; position: sticky;
bottom: 15px; bottom: 15px;

View File

@ -56,6 +56,8 @@ body {
width: 640px; width: 640px;
height: 60px; height: 60px;
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%);
box-shadow: 0px 0px 7px rgba(123, 140, 211, 1);
border-radius: 153px; border-radius: 153px;
position: sticky; position: sticky;
bottom: 15px; bottom: 15px;