no message

This commit is contained in:
A1300399510 2024-11-27 17:24:00 +08:00
parent 0e131e6e1c
commit 5695f94e22
2 changed files with 9 additions and 5 deletions

View File

@ -256,7 +256,7 @@
font-style: normal;
font-size: 14px;
color: #000000;
margin-left: 24px;
margin-left: 23px;
margin-bottom: 20px;
margin-top: 30px;
}
@ -272,7 +272,7 @@
font-size: 14px;
color: #333333;
flex-wrap: wrap;
margin-left: 45px;
margin-left: 44px;
}
.boxbox .body .right .list .item {
width: fit-content;
@ -293,6 +293,8 @@
background: linear-gradient(to right, #eef7f5, #dbe3fd);
font-size: 15px;
color: #000000;
left: 50%;
transform: translateX(-50%);
}
.base .btn {
line-height: 50px;

View File

@ -285,7 +285,7 @@
font-style: normal;
font-size: 14px;
color: #000000;
margin-left: 24px;
margin-left: 23px;
margin-bottom: 20px;
margin-top: 30px;
}
@ -294,7 +294,7 @@
font-size: 14px;
color: #333333;
flex-wrap: wrap;
margin-left: 45px;
margin-left: 44px;
.item {
width: fit-content;
@ -322,6 +322,8 @@
background: linear-gradient(to right, rgb(238, 247, 245), rgb(219, 227, 253));
font-size: 15px;
color: #000000;
left: 50%;
transform: translateX(-50%);
.btn {
line-height: 50px;