no message

This commit is contained in:
A1300399510 2024-11-14 11:29:12 +08:00
parent 1ab6f66436
commit 023ca7147a
2 changed files with 19 additions and 19 deletions

View File

@ -266,16 +266,7 @@
justify-content: space-between; justify-content: space-between;
transition: all 0.3s; transition: all 0.3s;
} }
.base-footer.isnosave {
width: 360px;
padding: 0;
justify-content: center;
}
.base-footer.isnosave .save {
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%);
@ -286,6 +277,15 @@
padding-left: 32px; padding-left: 32px;
padding-right: 5px; padding-right: 5px;
} }
.base-footer .base-box.isnosave {
width: 360px;
padding: 0;
justify-content: center;
padding-left: 5px;
}
.base-footer .base-box.isnosave .save {
display: none;
}
.base-footer .item { .base-footer .item {
font-size: 15px; font-size: 15px;
color: #000000; color: #000000;

View File

@ -319,17 +319,8 @@
// padding-right: 5px; // padding-right: 5px;
justify-content: space-between; justify-content: space-between;
&.isnosave {
width: 360px;
padding: 0;
justify-content: center;
.save {
display: none;
}
}
.base-box { .base-box {
bottom: 35px; // 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%);
@ -340,6 +331,15 @@
border-radius: 153px; border-radius: 153px;
padding-left: 32px; padding-left: 32px;
padding-right: 5px; padding-right: 5px;
&.isnosave {
width: 360px;
padding: 0;
justify-content: center;
padding-left: 5px;
.save {
display: none;
}
}
} }
transition: all 0.3s; transition: all 0.3s;