From 01708bce28e3a3149331a82150a8bf3a95b68455 Mon Sep 17 00:00:00 2001 From: GJW200011 <2399547226@qq.com> Date: Fri, 8 Oct 2021 17:27:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/opera/show/show_detail.wxml | 5 +++-- pages/opera/show/show_detail.wxss | 18 +----------------- 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/pages/opera/show/show_detail.wxml b/pages/opera/show/show_detail.wxml index 3b72092..e79be3e 100644 --- a/pages/opera/show/show_detail.wxml +++ b/pages/opera/show/show_detail.wxml @@ -114,10 +114,11 @@ - + + color="linear-gradient(90deg, #FF4284 0%, #FF1D42 100%)" wx:if="{{show_detail.is_end==0}}" /> diff --git a/pages/opera/show/show_detail.wxss b/pages/opera/show/show_detail.wxss index c3eb736..b355e3b 100644 --- a/pages/opera/show/show_detail.wxss +++ b/pages/opera/show/show_detail.wxss @@ -4,24 +4,8 @@ height: 0; color: transparent; } - -.btn { - /* color:"linear-gradient(90deg, #FF4284 0%, #FF1D42 100%)" */ - flex: 1; - text-align: center; - width: 400rpx; - height: 72rpx; - line-height: 72rpx; - background: linear-gradient(90deg, #FF4284 0%, #FF1D42 100%); - border-radius: 44rpx; - font-size: 28rpx; - color: #FFFFFF; - margin-right: 40rpx; -} - -.btn.btn1 { +.btn1 { pointer-events: none; - background: linear-gradient(90deg, #cccccc 0%, #CCC 100%); } .nav_show {