| @@ -98,7 +98,8 @@ page{ | |||||
| width:186rpx; | width:186rpx; | ||||
| height:48rpx; | height:48rpx; | ||||
| line-height:48rpx; | line-height:48rpx; | ||||
| background:linear-gradient(90deg,rgba(236,59,45,1) 0%,rgba(255,111,3,1) 100%); | |||||
| background:linear-gradient(90deg,rgba(255,182,20,1) 0%,rgba(255,111,3,1) 100%); | |||||
| /* background:linear-gradient(90deg,rgba(236,59,45,1) 0%,rgba(255,111,3,1) 100%); */ | |||||
| border-radius:24rpx; | border-radius:24rpx; | ||||
| font-size:26rpx; | font-size:26rpx; | ||||
| color:rgba(255,255,255,1); | color:rgba(255,255,255,1); | ||||
| @@ -117,7 +118,7 @@ page{ | |||||
| color:rgba(255,255,255,1); | color:rgba(255,255,255,1); | ||||
| width:134rpx; | width:134rpx; | ||||
| height:48rpx; | height:48rpx; | ||||
| background:linear-gradient(90deg,rgba(117,158,69,1) 0%,rgba(138,183,79,1) 100%); | |||||
| background:linear-gradient(90deg,rgba(255,182,20,1) 0%,rgba(255,111,3,1) 100%); | |||||
| } | } | ||||
| .botton3{ | .botton3{ | ||||
| position: absolute; | position: absolute; | ||||
| @@ -130,7 +131,7 @@ page{ | |||||
| color:rgba(255,255,255,1); | color:rgba(255,255,255,1); | ||||
| width:134rpx; | width:134rpx; | ||||
| height:48rpx; | height:48rpx; | ||||
| background:linear-gradient(90deg,rgba(255,145,2,1) 0%,rgba(255,176,22,1) 100%); | |||||
| background:linear-gradient(90deg,rgba(255,182,20,1) 0%,rgba(255,111,3,1) 100%); | |||||
| } | } | ||||
| /* .buttonfix{ | /* .buttonfix{ | ||||
| position: fixed; | position: fixed; | ||||
| @@ -37,11 +37,11 @@ | |||||
| <text class="" selectable="false" space="false" decode="false"> | <text class="" selectable="false" space="false" decode="false"> | ||||
| 已砍至底价 | 已砍至底价 | ||||
| </text> | </text> | ||||
| <view class='helpDiscount' wx:if="{{data.orderStatus == 6&&discountStatus == 2}}"> | |||||
| <image bindtap='helpDiscount' src='./../../../assets/images/help.gif' mode='widthFix'></image> | |||||
| </view> | |||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| <view class='helpDiscount' wx:if="{{data.orderStatus == 6&&discountStatus == 2}}"> | |||||
| <image bindtap='helpDiscount' src='./../../../assets/images/help.gif' mode='widthFix'></image> | |||||
| </view> | |||||
| <view class="people" hover-class="none" hover-stop-propagation="false" wx:if="{{data.orderStatus!=9}}"> | <view class="people" hover-class="none" hover-stop-propagation="false" wx:if="{{data.orderStatus!=9}}"> | ||||
| <view class='title'> | <view class='title'> | ||||
| @@ -1,5 +1,5 @@ | |||||
| <view class="index-rushToBuy"> | <view class="index-rushToBuy"> | ||||
| <view wx:if="{{list.length!=0}}" class="index-rushToBuy-title">砍价专场<text bindtap="gotomore">更多砍价></text>></view> | |||||
| <view wx:if="{{list.length!=0}}" class="index-rushToBuy-title">砍价专场<text bindtap="gotomore">更多砍价></text></view> | |||||
| <scroll-view scroll-x class="index-scroll-view"> | <scroll-view scroll-x class="index-scroll-view"> | ||||
| <view class="commodity" wx:for="{{list}}" wx:key="unique"> | <view class="commodity" wx:for="{{list}}" wx:key="unique"> | ||||
| <view bindtap="gotodetail" data-couponChannelId="{{item.id}}" data-couponId="{{item.couponId}}" data-targetAd="{{item.targetAd}}"> | <view bindtap="gotodetail" data-couponChannelId="{{item.id}}" data-couponId="{{item.couponId}}" data-targetAd="{{item.targetAd}}"> | ||||
| @@ -39,7 +39,7 @@ | |||||
| <view class='p-time' wx:if='{{data.status==10}}'>{{day}}</view> | <view class='p-time' wx:if='{{data.status==10}}'>{{day}}</view> | ||||
| <view class='p-text' wx:if='{{data.status==10}}'>剩余</view> | <view class='p-text' wx:if='{{data.status==10}}'>剩余</view> | ||||
| </view> | </view> | ||||
| <view class='status-center'> | |||||
| <view class='status-center' style='{{"width:"+(120*data.userList.length>634?634:120*data.userList.length)+"rpx;"+"margin:0 auto;"}}'> | |||||
| <view class='status-lists'> | <view class='status-lists'> | ||||
| <view class='tuanzhang touxiangitems' wx:for="{{data.userList}}" wx:key="{{index}}"> | <view class='tuanzhang touxiangitems' wx:for="{{data.userList}}" wx:key="{{index}}"> | ||||
| <view class='touxiang' wx:if='{{item.avatarUrl}}'> | <view class='touxiang' wx:if='{{item.avatarUrl}}'> | ||||
| @@ -73,13 +73,16 @@ page { | |||||
| border-bottom: 1rpx solid #F9F9F9; | border-bottom: 1rpx solid #F9F9F9; | ||||
| } | } | ||||
| .tuanzhang{ | .tuanzhang{ | ||||
| display: inline-block; | |||||
| width: 80rpx; | |||||
| height: 80rpx; | |||||
| float: left; | |||||
| width: 120rpx; | |||||
| height: 120rpx; | |||||
| position: relative; | position: relative; | ||||
| box-sizing:border-box; | |||||
| } | } | ||||
| .touxiangitems{ | .touxiangitems{ | ||||
| margin: 20rpx; | |||||
| padding: 20rpx; | |||||
| margin: 0; | |||||
| overflow: hidden; | |||||
| } | } | ||||
| .touxiang{ | .touxiang{ | ||||
| width: 80rpx; | width: 80rpx; | ||||
| @@ -101,6 +104,8 @@ page { | |||||
| font-family:PingFang-SC-Regular; | font-family:PingFang-SC-Regular; | ||||
| font-weight:400; | font-weight:400; | ||||
| color:rgba(243,69,58,1); | color:rgba(243,69,58,1); | ||||
| margin: 0; | |||||
| padding: 0; | |||||
| } | } | ||||
| .touxiang image{ | .touxiang image{ | ||||
| width: 80rpx; | width: 80rpx; | ||||
| @@ -108,8 +113,8 @@ page { | |||||
| } | } | ||||
| .tuan-icon{ | .tuan-icon{ | ||||
| position: absolute; | position: absolute; | ||||
| bottom: 0rpx; | |||||
| left: 8rpx; | |||||
| bottom:20rpx; | |||||
| left:28rpx; | |||||
| width: 64rpx; | width: 64rpx; | ||||
| height: 27rpx; | height: 27rpx; | ||||
| } | } | ||||
| @@ -187,6 +192,9 @@ page { | |||||
| color:rgba(51,51,51,1); | color:rgba(51,51,51,1); | ||||
| line-height:44rpx; | line-height:44rpx; | ||||
| margin-top: 30rpx; | margin-top: 30rpx; | ||||
| overflow:hidden; | |||||
| text-overflow:ellipsis; | |||||
| white-space:nowrap; | |||||
| } | } | ||||
| .des{ | .des{ | ||||
| font-size:26rpx; | font-size:26rpx; | ||||
| @@ -194,6 +202,9 @@ page { | |||||
| font-weight:500; | font-weight:500; | ||||
| color:rgba(134,134,134,1); | color:rgba(134,134,134,1); | ||||
| line-height:40rpx; | line-height:40rpx; | ||||
| overflow:hidden; | |||||
| text-overflow:ellipsis; | |||||
| white-space:nowrap; | |||||
| } | } | ||||
| .detail-top03{ | .detail-top03{ | ||||
| float: left; | float: left; | ||||