no message

This commit is contained in:
A1300399510 2024-11-14 11:26:40 +08:00
parent 6e9ad2c679
commit 1ab6f66436
2 changed files with 15 additions and 15 deletions

View File

@ -261,13 +261,8 @@
height: 28px; height: 28px;
} }
.base-footer { .base-footer {
position: fixed; position: sticky;
bottom: 35px; bottom: 35px;
left: 50%;
transform: translateX(-50%);
width: 700px;
padding-left: 32px;
padding-right: 5px;
justify-content: space-between; justify-content: space-between;
transition: all 0.3s; transition: all 0.3s;
} }
@ -280,6 +275,7 @@
display: none; display: none;
} }
.base-footer .base-box { .base-footer .base-box {
bottom: 35px;
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%);
@ -287,6 +283,8 @@
box-sizing: border-box; box-sizing: border-box;
border: 1px solid #dbe0f2; border: 1px solid #dbe0f2;
border-radius: 153px; border-radius: 153px;
padding-left: 32px;
padding-right: 5px;
} }
.base-footer .item { .base-footer .item {
font-size: 15px; font-size: 15px;

View File

@ -310,17 +310,15 @@
} }
.base-footer { .base-footer {
position: fixed; position: sticky;
bottom: 35px; bottom: 35px;
left: 50%; // left: 50%;
transform: translateX(-50%); // transform: translateX(-50%);
width: 700px; // width: 700px;
padding-left: 32px; // padding-left: 32px;
padding-right: 5px; // padding-right: 5px;
justify-content: space-between; justify-content: space-between;
&.isnosave { &.isnosave {
width: 360px; width: 360px;
padding: 0; padding: 0;
@ -331,13 +329,17 @@
} }
.base-box { .base-box {
bottom: 35px;
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%);
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);
border-radius: 153px; border-radius: 153px;
padding-left: 32px;
padding-right: 5px;
} }
transition: all 0.3s; transition: all 0.3s;