diff --git a/css/common.css b/css/common.css index c32f400..cc05c4e 100644 --- a/css/common.css +++ b/css/common.css @@ -238,6 +238,9 @@ body { color: #000000; width: 474px; } +.my-project .my-box .head .item.pitch.item-left { + padding-right: 80px; +} .my-project .my-box .head .item.pitch .bj, .my-project .my-box .head .item.pitch .icon { display: block; diff --git a/css/common.less b/css/common.less index 66c120b..9bd5d1a 100644 --- a/css/common.less +++ b/css/common.less @@ -275,6 +275,9 @@ body { &.pitch { color: #000000; width: 474px; + &.item-left { + padding-right: 80px; + } .bj, .icon { display: block;