no message

This commit is contained in:
A1300399510 2024-11-19 14:48:04 +08:00
parent ce9cf21e3d
commit 73441b4361
2 changed files with 4 additions and 1 deletions

View File

@ -266,9 +266,11 @@
position: sticky; position: sticky;
bottom: 15px; bottom: 15px;
justify-content: space-between; justify-content: space-between;
pointer-events: none;
transition: all 0.3s; transition: all 0.3s;
} }
.base-footer .base-box { .base-footer .base-box {
pointer-events: all;
height: 60px; height: 60px;
background: -webkit-linear-gradient(189.46232221deg, #dbe3fd 0%, #eef7f5 100%); background: -webkit-linear-gradient(189.46232221deg, #dbe3fd 0%, #eef7f5 100%);
background: -moz-linear-gradient(260.53767779deg, #dbe3fd 0%, #eef7f5 100%); background: -moz-linear-gradient(260.53767779deg, #dbe3fd 0%, #eef7f5 100%);

View File

@ -320,10 +320,11 @@
// padding-left: 32px; // padding-left: 32px;
// padding-right: 5px; // padding-right: 5px;
justify-content: space-between; justify-content: space-between;
pointer-events: none;
.base-box { .base-box {
// bottom: 35px; // bottom: 35px;
pointer-events: all;
height: 60px; height: 60px;
background: -webkit-linear-gradient(189.462322208026deg, rgba(219, 227, 253, 1) 0%, rgba(238, 247, 245, 1) 100%); background: -webkit-linear-gradient(189.462322208026deg, rgba(219, 227, 253, 1) 0%, rgba(238, 247, 245, 1) 100%);
background: -moz-linear-gradient(260.537677791974deg, rgba(219, 227, 253, 1) 0%, rgba(238, 247, 245, 1) 100%); background: -moz-linear-gradient(260.537677791974deg, rgba(219, 227, 253, 1) 0%, rgba(238, 247, 245, 1) 100%);