diff --git a/css/common.css b/css/common.css index 00c47e0..d820d0d 100644 --- a/css/common.css +++ b/css/common.css @@ -235,6 +235,9 @@ body { cursor: pointer; flex: 1; } +.my-project .my-box .head .item .boxx { + position: absolute; +} .my-project .my-box .head .item.pitch { color: #000000; width: 474px; @@ -253,7 +256,6 @@ body { .my-project .my-box .head .item .bj { display: none; height: 61px; - position: absolute; bottom: -1px; z-index: -1; } diff --git a/css/common.less b/css/common.less index ac77a3d..caf5bac 100644 --- a/css/common.less +++ b/css/common.less @@ -273,6 +273,9 @@ body { z-index: 1; cursor: pointer; flex: 1; + .boxx { + position: absolute; + } &.pitch { color: #000000; width: 474px; @@ -292,7 +295,7 @@ body { display: none; // width: 474px; height: 61px; - position: absolute; + // position: absolute; bottom: -1px; z-index: -1; &.bj-left {