diff --git a/css/common.css b/css/common.css index 81fdd3a..00c47e0 100644 --- a/css/common.css +++ b/css/common.css @@ -262,7 +262,6 @@ body { } .my-project .my-box .head .item .bj.bj-right { right: 0; - transform: rotate(180deg) scaleY(-1); } .my-project .my-box .head .item .icon { display: none; diff --git a/css/common.less b/css/common.less index ac96886..ac77a3d 100644 --- a/css/common.less +++ b/css/common.less @@ -300,7 +300,7 @@ body { } &.bj-right { right: 0; - transform: rotate(180deg) scaleY(-1); + // transform: rotate(180deg) scaleY(-1); } }