no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-20 11:44:34 +08:00
parent c3d445eb26
commit cbc8cd66de
2 changed files with 40 additions and 0 deletions

View File

@ -1,3 +1,6 @@
.main .index-icon {
margin-bottom: 30px;
}
.top-hand {
width: 1200px;
justify-content: space-between;
@ -71,6 +74,22 @@
color: #ffffff;
padding-left: 20px;
}
.body .item .head .options {
width: 100px;
height: 20px;
background-color: #e4e8fd;
border-radius: 48px;
font-size: 12px;
color: #555555;
font-size: 13px;
padding: 0 6px;
margin-top: 9px;
}
.body .item .head .options .icon {
width: 9px;
height: 5px;
margin-left: 4px;
}
.body .item .thead {
text-align: center;
padding: 20px;

View File

@ -1,3 +1,7 @@
.main .index-icon {
margin-bottom: 30px;
}
.top-hand {
width: 1200px;
justify-content: space-between;
@ -87,6 +91,23 @@
font-size: 14px;
color: #ffffff;
padding-left: 20px;
.options {
width: 100px;
height: 20px;
background-color: rgba(228, 232, 253, 1);
border-radius: 48px;
font-size: 12px;
color: #555555;
font-size: 13px;
padding: 0 6px;
margin-top: 9px;
.icon {
width: 9px;
height: 5px;
margin-left: 4px;
}
}
}
.thead {