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

View File

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