no message

This commit is contained in:
A1300399510 2024-12-18 18:39:10 +08:00
parent d24389ea8b
commit b3d7752d1c
2 changed files with 12 additions and 2 deletions

View File

@ -237,11 +237,16 @@ body {
} }
.my-project .my-box .head .item .boxx { .my-project .my-box .head .item .boxx {
position: absolute; position: absolute;
top: 50%;
transform: translateY(-50%);
} }
.my-project .my-box .head .item.pitch { .my-project .my-box .head .item.pitch {
color: #000000; color: #000000;
flex: none; flex: none;
} }
.my-project .my-box .head .item.pitch.item-right .boxx {
left: 262px;
}
.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;
@ -444,7 +449,7 @@ body {
margin-right: 5px; margin-right: 5px;
} }
.my-project .my-box .contrast-box .right .list .item { .my-project .my-box .contrast-box .right .list .item {
width: 370px; width: 375px;
background-color: #ffffff; background-color: #ffffff;
border: 1px solid #f2f2f2; border: 1px solid #f2f2f2;
border-radius: 8px; border-radius: 8px;

View File

@ -275,6 +275,8 @@ body {
flex: 1; flex: 1;
.boxx { .boxx {
position: absolute; position: absolute;
top: 50%;
transform: translateY(-50%);
} }
&.pitch { &.pitch {
color: #000000; color: #000000;
@ -285,6 +287,9 @@ body {
} }
&.item-right { &.item-right {
// padding-left: 80px; // padding-left: 80px;
.boxx {
left: 262px;
}
} }
.bj, .bj,
.icon { .icon {
@ -518,7 +523,7 @@ body {
margin-right: 5px; margin-right: 5px;
.item { .item {
width: 370px; width: 375px;
background-color: rgba(255, 255, 255, 1); background-color: rgba(255, 255, 255, 1);
border: 1px solid rgba(242, 242, 242, 1); border: 1px solid rgba(242, 242, 242, 1);
border-radius: 8px; border-radius: 8px;