no message
This commit is contained in:
parent
aa46b856e4
commit
a0173151bf
@ -235,6 +235,9 @@ body {
|
||||
cursor: pointer;
|
||||
flex: 1;
|
||||
}
|
||||
.my-project .my-box .head .item .boxx {
|
||||
position: absolute;
|
||||
}
|
||||
.my-project .my-box .head .item.pitch {
|
||||
color: #000000;
|
||||
width: 474px;
|
||||
@ -253,7 +256,6 @@ body {
|
||||
.my-project .my-box .head .item .bj {
|
||||
display: none;
|
||||
height: 61px;
|
||||
position: absolute;
|
||||
bottom: -1px;
|
||||
z-index: -1;
|
||||
}
|
||||
|
@ -273,6 +273,9 @@ body {
|
||||
z-index: 1;
|
||||
cursor: pointer;
|
||||
flex: 1;
|
||||
.boxx {
|
||||
position: absolute;
|
||||
}
|
||||
&.pitch {
|
||||
color: #000000;
|
||||
width: 474px;
|
||||
@ -292,7 +295,7 @@ body {
|
||||
display: none;
|
||||
// width: 474px;
|
||||
height: 61px;
|
||||
position: absolute;
|
||||
// position: absolute;
|
||||
bottom: -1px;
|
||||
z-index: -1;
|
||||
&.bj-left {
|
||||
|
Loading…
Reference in New Issue
Block a user