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;