no message
This commit is contained in:
@@ -278,6 +278,9 @@
|
|||||||
width: 402px;
|
width: 402px;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.content .works .name-box .bj {
|
.content .works .name-box .bj {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -287,10 +290,6 @@
|
|||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
.content .works .name-box .title {
|
.content .works .name-box .title {
|
||||||
position: absolute;
|
|
||||||
top: 50%;
|
|
||||||
left: 50%;
|
|
||||||
transform: translate(-50%, -50%);
|
|
||||||
height: 49px;
|
height: 49px;
|
||||||
}
|
}
|
||||||
.content .works .name-box .line {
|
.content .works .name-box .line {
|
||||||
|
|||||||
@@ -322,6 +322,9 @@
|
|||||||
width: 402px;
|
width: 402px;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
.bj {
|
.bj {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -332,10 +335,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
position: absolute;
|
// position: absolute;
|
||||||
top: 50%;
|
// top: 50%;
|
||||||
left: 50%;
|
// left: 50%;
|
||||||
transform: translate(-50%, -50%);
|
// transform: translate(-50%, -50%);
|
||||||
// width: 208px;
|
// width: 208px;
|
||||||
height: 49px;
|
height: 49px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user