From a0173151bf3489d597ceb8090e86bd633852be71 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 18 Dec 2024 18:26:16 +0800 Subject: [PATCH] no message --- css/common.css | 4 +++- css/common.less | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) 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 {