| @@ -21,17 +21,17 @@ | |||||
| <view class="coupons-info-name subtitle">{{data.subTitle}}</view> | <view class="coupons-info-name subtitle">{{data.subTitle}}</view> | ||||
| <view class="coupons-info-price-p"> | <view class="coupons-info-price-p"> | ||||
| <view class='price'> | <view class='price'> | ||||
| <text wx:if="{{data.targetAd == 1||data.targetAd == 5}}"><text class='rmb'>¥</text><text class='num'>{{data.salePriceStr}}</text><text class='saleprice'></text></text> | |||||
| <text wx:if="{{data.targetAd == 1||data.targetAd == 5}}"><text class='rmb'>¥</text><text class='num'>{{data.salePriceStr}}</text><text class='view02'>¥{{data.priceStr}}</text></text> | |||||
| <text wx:if="{{data.targetAd == 2}}"><text class='saleprice'>抢购价</text><text class='rmb'>¥</text>{{data.salePriceStr}}</text> | <text wx:if="{{data.targetAd == 2}}"><text class='saleprice'>抢购价</text><text class='rmb'>¥</text>{{data.salePriceStr}}</text> | ||||
| <text wx:if="{{data.targetAd == 6}}"><text class='saleprice'>可砍至</text><text class='rmb'>¥</text>{{data.salePriceStr}}</text> | <text wx:if="{{data.targetAd == 6}}"><text class='saleprice'>可砍至</text><text class='rmb'>¥</text>{{data.salePriceStr}}</text> | ||||
| <text wx:if="{{data.targetAd == 7}}"><text class='saleprice'>拼团价</text><text class='rmb'>¥</text>{{data.salePriceStr}}</text> | <text wx:if="{{data.targetAd == 7}}"><text class='saleprice'>拼团价</text><text class='rmb'>¥</text>{{data.salePriceStr}}</text> | ||||
| <view class="coupons-info-manjian" style="margin-top:10rpx;" wx:if="{{data.type == 1}}"> | <view class="coupons-info-manjian" style="margin-top:10rpx;" wx:if="{{data.type == 1}}"> | ||||
| <view class='view01' wx:if="{{data.unit==0}}">¥{{data.priceStr}}</view> | |||||
| <!-- <view class='view01' wx:if="{{data.unit==0}}">¥{{data.priceStr}}</view> --> | |||||
| <view wx:if="{{data.unit==1}}">{{data.priceStr}}小时</view> | <view wx:if="{{data.unit==1}}">{{data.priceStr}}小时</view> | ||||
| </view> | </view> | ||||
| <view class="coupons-info-manjian" wx:elif="{{data.type == 3||data.type==4||data.type==5}}"> | <view class="coupons-info-manjian" wx:elif="{{data.type == 3||data.type==4||data.type==5}}"> | ||||
| <text class='view01' wx:if="{{data.unit==0}}">¥{{data.priceStr}}</text> | |||||
| <!-- <text class='view01' wx:if="{{data.unit==0}}">¥{{data.priceStr}}</text> --> | |||||
| <text wx:if="{{data.unit==1}}">{{data.priceStr}}小时</text> | <text wx:if="{{data.unit==1}}">{{data.priceStr}}小时</text> | ||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| @@ -198,6 +198,15 @@ | |||||
| opacity: 0.6; | opacity: 0.6; | ||||
| } | } | ||||
| .view02{ | |||||
| font-size:20rpx; | |||||
| line-height:34rpx; | |||||
| text-decoration: line-through; | |||||
| color: #999 !important; | |||||
| font-weight:normal; | |||||
| letter-spacing:0; | |||||
| margin-left: 10rpx; | |||||
| } | |||||
| .view01 { | .view01 { | ||||
| text-decoration: line-through; | text-decoration: line-through; | ||||
| color: #999 !important; | color: #999 !important; | ||||
| @@ -42,7 +42,7 @@ | |||||
| text-overflow: ellipsis; | text-overflow: ellipsis; | ||||
| overflow: hidden; | overflow: hidden; | ||||
| } | } | ||||
| .posi_logo view:nth-child(2) view:nth-child(1) { | |||||
| .posi_logo view:nth-child(2) view { | |||||
| font-size: 32rpx; | font-size: 32rpx; | ||||
| color: #333; | color: #333; | ||||
| letter-spacing: 0; | letter-spacing: 0; | ||||
| @@ -211,6 +211,8 @@ button::after { | |||||
| margin-left: 10rpx; | margin-left: 10rpx; | ||||
| color: #999 !important; | color: #999 !important; | ||||
| margin-top:8rpx; | margin-top:8rpx; | ||||
| height: 32rpx; | |||||
| line-height: 45rpx; | |||||
| } | } | ||||
| .fl { | .fl { | ||||
| float: left; | float: left; | ||||
| @@ -24,14 +24,13 @@ | |||||
| <view class='info'> | <view class='info'> | ||||
| <view class='title'> | <view class='title'> | ||||
| <text>{{item.title}}</text> | <text>{{item.title}}</text> | ||||
| <text class='found' wx:if="{{item.autoRefund == 1}}">过期不退款</text> | |||||
| </view> | </view> | ||||
| <view class='expiretime fl'> | <view class='expiretime fl'> | ||||
| <text class="txt1">有效期至:</text> | <text class="txt1">有效期至:</text> | ||||
| <text class="txt2">{{item.expiredTime}}</text> | <text class="txt2">{{item.expiredTime}}</text> | ||||
| </view> | </view> | ||||
| <view class='fr found'> | |||||
| <text class="txt2" wx:if="{{item.autoRefund == 1}}">过期不退款</text> | |||||
| </view> | |||||
| <!-- <view class='subtitle'> | <!-- <view class='subtitle'> | ||||
| <text>{{item.subTitle}}</text> | <text>{{item.subTitle}}</text> | ||||
| </view> --> | </view> --> | ||||
| @@ -84,12 +84,10 @@ button::after{ border: none; } | |||||
| margin-top: 10rpx; | margin-top: 10rpx; | ||||
| } | } | ||||
| .found{ | .found{ | ||||
| color: red; | |||||
| font-size: 26rpx; | |||||
| margin-right: 20rpx; | |||||
| height:60rpx; | |||||
| line-height:60rpx; | |||||
| margin-top: 10rpx; | |||||
| color: red!important; | |||||
| font-size: 26rpx!important; | |||||
| line-height: 26rpx!important; | |||||
| width: 200rpx!important; | |||||
| } | } | ||||
| .liness { | .liness { | ||||
| display: block; | display: block; | ||||
| @@ -127,7 +125,7 @@ button::after{ border: none; } | |||||
| height: 32rpx; | height: 32rpx; | ||||
| color: #333; | color: #333; | ||||
| letter-spacing: 0; | letter-spacing: 0; | ||||
| width: 400rpx; | |||||
| width: 270rpx; | |||||
| display: inline-block; | display: inline-block; | ||||
| white-space: nowrap; | white-space: nowrap; | ||||
| text-overflow: ellipsis; | text-overflow: ellipsis; | ||||
| @@ -98,7 +98,7 @@ | |||||
| <!-- 商户简介 --> | <!-- 商户简介 --> | ||||
| <view wx:elif="{{currentTab==1}}" class='dingdan' > | <view wx:elif="{{currentTab==1}}" class='dingdan' > | ||||
| <image src="{{noMerchant}}" wx:if="{{!data.introduction}}" mode="widthFix"></image> | <image src="{{noMerchant}}" wx:if="{{!data.introduction}}" mode="widthFix"></image> | ||||
| <text wx:if="{{data.introduction}}">{{data.introduction}}</text> | |||||
| <text class='have' wx:if="{{data.introduction}}">{{data.introduction}}</text> | |||||
| <text wx:if="{{!data.introduction}}">信息完善中,敬请期待~</text> | <text wx:if="{{!data.introduction}}">信息完善中,敬请期待~</text> | ||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| @@ -259,6 +259,9 @@ page{ | |||||
| text-align: center; | text-align: center; | ||||
| color: #999; | color: #999; | ||||
| } | } | ||||
| .have{ | |||||
| text-align: left!important; | |||||
| } | |||||
| .swiperactive { | .swiperactive { | ||||
| min-height: 400rpx; | min-height: 400rpx; | ||||