diff --git a/css/common.css b/css/common.css index d449250..b0561cf 100644 --- a/css/common.css +++ b/css/common.css @@ -243,6 +243,9 @@ body { .my-project .my-box .head .item.pitch.item-left { padding-right: 80px; } +.my-project .my-box .head .item.pitch.item-right { + padding-left: 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 c3fe91e..ad0abe3 100644 --- a/css/common.less +++ b/css/common.less @@ -280,6 +280,9 @@ body { &.item-left { padding-right: 80px; } + &.item-right { + padding-left: 80px; + } .bj, .icon { display: block;