no message

This commit is contained in:
A1300399510 2024-11-21 11:53:46 +08:00
parent 2b9599c549
commit 04cd10a2c2
2 changed files with 8 additions and 8 deletions

View File

@ -523,20 +523,20 @@
} }
.data .item .type { .data .item .type {
width: 284px; width: 284px;
height: 40px; height: 38px;
background: linear-gradient(82.271363deg, #e7f7f4 0%, #dfecf4 65%, #bcd7ea 99%); background: linear-gradient(82.271363deg, #e7f7f4 0%, #dfecf4 65%, #bcd7ea 99%);
border-radius: 0 0 12px 12px; border-radius: 0 0 12px 12px;
margin-left: -15px; margin-left: -15px;
} }
.data .item .type .type-name { .data .item .type .type-name {
width: 83px; width: 70px;
height: 22px; height: 18px;
} }
.data .item .type .type-icon { .data .item .type .type-icon {
width: 40px; width: 40px;
height: 40px; height: 40px;
position: absolute; position: absolute;
bottom: 40px; bottom: 38px;
right: 0; right: 0;
} }
.data .item .operate { .data .item .operate {

View File

@ -584,20 +584,20 @@
.type { .type {
width: 284px; width: 284px;
height: 40px; height: 38px;
background: linear-gradient(82.2713630040484deg, rgba(231, 247, 244, 1) 0%, rgba(223, 236, 244, 1) 65%, rgba(188, 215, 234, 1) 99%); background: linear-gradient(82.2713630040484deg, rgba(231, 247, 244, 1) 0%, rgba(223, 236, 244, 1) 65%, rgba(188, 215, 234, 1) 99%);
border-radius: 0 0 12px 12px; border-radius: 0 0 12px 12px;
margin-left: -15px; margin-left: -15px;
.type-name { .type-name {
width: 83px; width: 70px;
height: 22px; height: 18px;
} }
.type-icon { .type-icon {
width: 40px; width: 40px;
height: 40px; height: 40px;
position: absolute; position: absolute;
bottom: 40px; bottom: 38px;
right: 0; right: 0;
} }
} }