no message
This commit is contained in:
parent
1d4fe4aa71
commit
11e6b6f8d1
@ -233,10 +233,12 @@ body {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
.my-project .my-box .head .item.pitch {
|
.my-project .my-box .head .item.pitch {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
width: 474px;
|
width: 474px;
|
||||||
|
flex: none;
|
||||||
}
|
}
|
||||||
.my-project .my-box .head .item.pitch.item-left {
|
.my-project .my-box .head .item.pitch.item-left {
|
||||||
padding-right: 80px;
|
padding-right: 80px;
|
||||||
|
@ -272,9 +272,11 @@ body {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
flex: 1;
|
||||||
&.pitch {
|
&.pitch {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
width: 474px;
|
width: 474px;
|
||||||
|
flex: none;
|
||||||
&.item-left {
|
&.item-left {
|
||||||
padding-right: 80px;
|
padding-right: 80px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user