diff --git a/css/common.css b/css/common.css index 7eaa459..1c7ff77 100644 --- a/css/common.css +++ b/css/common.css @@ -245,6 +245,9 @@ body { flex: none; } .my-project .my-box .head .item.pitch.item-left .boxx { + left: 147px; +} +.my-project .my-box .head .item.pitch.item-long-left .boxx { left: 188px; } .my-project .my-box .head .item.pitch.item-right .boxx { diff --git a/css/common.less b/css/common.less index f5a22af..4287631 100644 --- a/css/common.less +++ b/css/common.less @@ -283,7 +283,12 @@ body { // width: 474px; flex: none; &.item-left { - // padding-right: 80px; + .boxx { + left: 147px; + } + } + + &.item-long-left { .boxx { left: 188px; }