From e05a4781faf1d7e8ea0b7f5382c0a8d6a633c978 Mon Sep 17 00:00:00 2001 From: GJW200011 <2399547226@qq.com> Date: Tue, 19 Oct 2021 15:06:05 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E5=89=A7=E7=9B=AE=E7=B2=BE=E9=80=89?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E6=B7=BB=E5=8A=A0=E5=89=AF=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/opera/IP_detail/IP_detail.wxss | 4 +++- pages/opera/IP_more/IP_more.wxml | 3 ++- pages/opera/IP_more/IP_more.wxss | 9 +++++++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/pages/opera/IP_detail/IP_detail.wxss b/pages/opera/IP_detail/IP_detail.wxss index bd5257c..7916066 100644 --- a/pages/opera/IP_detail/IP_detail.wxss +++ b/pages/opera/IP_detail/IP_detail.wxss @@ -11,7 +11,9 @@ font-size: 32rpx; font-weight: bold; } - +.van-popup{ + height: 1000rpx; +} ._row{ margin-top: 20rpx; display: flex; diff --git a/pages/opera/IP_more/IP_more.wxml b/pages/opera/IP_more/IP_more.wxml index 95b284c..9cadba5 100644 --- a/pages/opera/IP_more/IP_more.wxml +++ b/pages/opera/IP_more/IP_more.wxml @@ -4,10 +4,11 @@ {{item.show_name}} + {{item.list_name}} {{item.follow_total==0?0:item.follow_total}}人想看| {{item.show_total}}个剧场在售 - 前往主页 + 前往主页 diff --git a/pages/opera/IP_more/IP_more.wxss b/pages/opera/IP_more/IP_more.wxss index e238e5d..4dad26b 100644 --- a/pages/opera/IP_more/IP_more.wxss +++ b/pages/opera/IP_more/IP_more.wxss @@ -37,12 +37,17 @@ page{ } ._title { - margin: 20rpx 30rpx; + margin: 20rpx 30rpx 5rpx; + /* margin: 20rpx 30rpx; */ font-size: 28rpx; font-weight: bold; width:392rpx; } - +.more_title{ + margin: 10rpx 30rpx; + font-size: 26rpx; + font-weight: 500; +} ._below { font-size: 24rpx; margin: 0 30rpx;