no message

This commit is contained in:
A1300399510 2024-12-18 18:28:03 +08:00
parent 34c396bdac
commit 8d126d6c0e
2 changed files with 2 additions and 8 deletions

View File

@ -242,12 +242,6 @@ body {
color: #000000; color: #000000;
flex: none; flex: none;
} }
.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 .bj,
.my-project .my-box .head .item.pitch .icon { .my-project .my-box .head .item.pitch .icon {
display: block; display: block;

View File

@ -281,10 +281,10 @@ body {
// width: 474px; // width: 474px;
flex: none; flex: none;
&.item-left { &.item-left {
padding-right: 80px; // padding-right: 80px;
} }
&.item-right { &.item-right {
padding-left: 80px; // padding-left: 80px;
} }
.bj, .bj,
.icon { .icon {