From 9a0a4ce594c21f66940cb4f052e5144c18e5a4e4 Mon Sep 17 00:00:00 2001 From: yanzai Date: Mon, 4 Nov 2024 22:41:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E7=AB=A0=E5=88=97=E8=A1=A8=E6=A0=87?= =?UTF-8?q?=E9=A2=98=EF=BC=8C=E5=B1=95=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- h5/pages/posts/posts/src/list1.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/h5/pages/posts/posts/src/list1.vue b/h5/pages/posts/posts/src/list1.vue index a4f2aaf..c58cc18 100644 --- a/h5/pages/posts/posts/src/list1.vue +++ b/h5/pages/posts/posts/src/list1.vue @@ -116,7 +116,7 @@ - {{ i.title }} + {{ i.title }} {{ !i.open ? '展开' : '收起' }} @@ -195,6 +195,17 @@ text-overflow: ellipsis; white-space: nowrap; } + .item_title_text_wrapper2 { + font-size: 30rpx; + font-weight: bold; + color: #ffffff; + position: relative; + z-index: 1; + margin-left: 35rpx; + width: 240px; + + + } .item_title_icon_wrapper { position: relative;