no message
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user