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