From 1d4fe4aa71a1653a95c83b90449c654a4e9eeaa6 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 18 Dec 2024 16:54:22 +0800 Subject: [PATCH] no message --- css/common.css | 3 +++ css/common.less | 3 +++ 2 files changed, 6 insertions(+) diff --git a/css/common.css b/css/common.css index c32f400..cc05c4e 100644 --- a/css/common.css +++ b/css/common.css @@ -238,6 +238,9 @@ body { color: #000000; width: 474px; } +.my-project .my-box .head .item.pitch.item-left { + padding-right: 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 66c120b..9bd5d1a 100644 --- a/css/common.less +++ b/css/common.less @@ -275,6 +275,9 @@ body { &.pitch { color: #000000; width: 474px; + &.item-left { + padding-right: 80px; + } .bj, .icon { display: block;