no message

This commit is contained in:
A1300399510 2025-01-24 17:21:29 +08:00
parent 39fcc887ed
commit d18f10e550
2 changed files with 9 additions and 3 deletions

View File

@ -1833,7 +1833,7 @@
width: 720px;
transform: translateX(-40px);
height: 100%;
background-color: #f2f2f2;
background-color: #fbfbfb;
border: 1px solid #d7d7d7;
border-radius: 153px;
box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.24313725);
@ -1946,6 +1946,9 @@
.base .type2 .text {
font-size: 14px;
color: #aaaaaa;
height: 100%;
background-color: #f2f2f2;
border-radius: 0 153px 153px 0;
}
.base .type2 .text .img {
width: 16px;

View File

@ -2123,7 +2123,8 @@
width: 720px;
transform: translateX(-40px);
height: 100%;
background-color: rgba(242, 242, 242, 1);
// background-color: rgba(242, 242, 242, 1);
background-color: #fbfbfb;
border: 1px solid rgba(215, 215, 215, 1);
border-radius: 153px;
box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.243137254901961);
@ -2257,10 +2258,12 @@
background-color: #d7d7d7;
}
.text {
font-size: 14px;
color: #aaaaaa;
height: 100%;
background-color: rgba(242, 242, 242, 1);
border-radius: 0 153px 153px 0;
.img {
width: 16px;