diff --git a/css/common.css b/css/common.css index 82dba5f..55c57bf 100644 --- a/css/common.css +++ b/css/common.css @@ -237,6 +237,7 @@ body { } .my-project .my-box .head .item.pitch { color: #000000; + width: 474px; } .my-project .my-box .head .item.pitch .bj, .my-project .my-box .head .item.pitch .icon { diff --git a/css/common.less b/css/common.less index 4a9cdf8..09ab487 100644 --- a/css/common.less +++ b/css/common.less @@ -274,6 +274,7 @@ body { cursor: pointer; &.pitch { color: #000000; + width: 474px; .bj, .icon { display: block;