no message

This commit is contained in:
A1300399510 2025-01-24 16:58:48 +08:00
parent d00dcb8a68
commit 603e46873c
2 changed files with 9 additions and 4 deletions

View File

@ -1782,7 +1782,7 @@
left: 0;
}
.base {
background-color: transparent;
background-color: none;
width: fit-content;
box-shadow: none;
}
@ -1830,7 +1830,8 @@
margin-right: 10px;
}
.base .type2 {
width: 640px;
width: 720px;
transform: translateX(-48.5px);
height: 100%;
background-color: #f2f2f2;
border: 1px solid #d7d7d7;
@ -1973,6 +1974,7 @@
box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.24313725);
border: 1px solid #dbe0f2;
background: linear-gradient(to right, #eef7f5, #dbe3fd);
transform: translateX(-25px);
}
.base .type3 .btn {
height: 100%;

View File

@ -2065,7 +2065,7 @@
.base {
// width: 100vw;
background-color: transparent;
background-color: none;
// transform: none;
// left: 0;
width: fit-content;
@ -2120,7 +2120,8 @@
}
.type2 {
width: 640px;
width: 720px;
transform: translateX(-48.5px);
height: 100%;
background-color: rgba(242, 242, 242, 1);
border: 1px solid rgba(215, 215, 215, 1);
@ -2292,6 +2293,8 @@
border: 1px solid #dbe0f2;
background: linear-gradient(to right, #eef7f5, #dbe3fd);
transform: translateX(-25px);
.btn {
// padding: 0 20px;
height: 100%;