no message

This commit is contained in:
A1300399510 2024-12-18 17:22:55 +08:00
parent 11e6b6f8d1
commit 1067b643b3
2 changed files with 6 additions and 0 deletions

View File

@ -243,6 +243,9 @@ body {
.my-project .my-box .head .item.pitch.item-left {
padding-right: 80px;
}
.my-project .my-box .head .item.pitch.item-right {
padding-left: 80px;
}
.my-project .my-box .head .item.pitch .bj,
.my-project .my-box .head .item.pitch .icon {
display: block;

View File

@ -280,6 +280,9 @@ body {
&.item-left {
padding-right: 80px;
}
&.item-right {
padding-left: 80px;
}
.bj,
.icon {
display: block;