no message

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-09-25 16:16:08 +08:00
parent 755bd09000
commit c124ea1a29
2 changed files with 10 additions and 8 deletions

View File

@@ -278,6 +278,9 @@
width: 402px;
height: 64px;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
}
.content .works .name-box .bj {
position: absolute;
@@ -287,10 +290,6 @@
z-index: -1;
}
.content .works .name-box .title {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 49px;
}
.content .works .name-box .line {

View File

@@ -322,6 +322,9 @@
width: 402px;
height: 64px;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
.bj {
position: absolute;
@@ -332,10 +335,10 @@
}
.title {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
// position: absolute;
// top: 50%;
// left: 50%;
// transform: translate(-50%, -50%);
// width: 208px;
height: 49px;
}