From d4452d74d92128781eb45234f2f4aeb6392072a1 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Thu, 26 Dec 2024 14:28:58 +0800 Subject: [PATCH] =?UTF-8?q?YT-1739PDA=E7=AB=AF=E3=80=90=E5=8F=91=E6=96=99?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E3=80=91=E5=88=97=E8=A1=A8=E9=A1=B5=E5=92=8C?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=EF=BC=8C=E9=83=BD=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=20=E2=80=9C=E8=B4=A7=E6=9E=B6=E5=8F=B7=E2=80=9D=20=E7=9A=84?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=EF=BC=8C=E5=8F=96=E3=80=90=E7=89=A9=E6=96=99?= =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E4=BF=A1=E6=81=AF=E3=80=91=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=20=E2=80=9C=E6=96=87=E6=A1=A3=E5=8F=B7=E2=80=9D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/style/new_style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/common/style/new_style.css b/src/common/style/new_style.css index 251857ce..5d12769a 100644 --- a/src/common/style/new_style.css +++ b/src/common/style/new_style.css @@ -228,9 +228,11 @@ uni-page-head .uni-page-head__title { .cell_box .cell_info { position: relative; /* width: 25%; */ + flex:1; padding: 0 20rpx; /* margin: 0 0 20rpx; */ text-align: center; + width: calc(25% - 0.625rem); } .cell_box .cell_long { @@ -241,6 +243,7 @@ uni-page-head .uni-page-head__title { font-size: 0.9375rem; margin-bottom: 10rpx; color: #7B8195; + word-wrap: break-word; } .cell_box .cell_info .text_black { @@ -310,7 +313,7 @@ uni-page-head .uni-page-head__title { } .cen_card .cell_box .cell_info .text_lightblue { - font-size: 0.925rem; + font-size: 0.825rem; } .bot_card {