Browse Source

[拼团][修改]:[拼团样式的修改]

tags/江西版6.1.0
meo 6 years ago
parent
commit
696cd19639
2 changed files with 39 additions and 4 deletions
  1. +8
    -4
      pages/spellGroup/mySpellGroup/index.wxml
  2. +31
    -0
      pages/spellGroup/mySpellGroup/index.wxss

+ 8
- 4
pages/spellGroup/mySpellGroup/index.wxml View File

@@ -36,10 +36,6 @@
<view class='s-button' bindtap='gotoPartner'>去拼团</view> <view class='s-button' bindtap='gotoPartner'>去拼团</view>
</view> </view>
</view> </view>
<view class='p-des'>
<view class='p-title'>购买须知</view>
<view class='p-list'>{{data.remark}}</view>
</view>
<view class='posi'> <view class='posi'>
<view class='applyshop'>适用门店</view> <view class='applyshop'>适用门店</view>
<view class='posi_logo' wx:for="{{data.merchantVoList}}" wx:key="index"> <view class='posi_logo' wx:for="{{data.merchantVoList}}" wx:key="index">
@@ -53,6 +49,14 @@
<image bindtap='phone' data-merchantLinkPhone='{{item.merchantLinkPhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" /> <image bindtap='phone' data-merchantLinkPhone='{{item.merchantLinkPhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" />
</view> </view>
</view> </view>
<view class='notes'>
<view>
<text>购买须知</text>
</view>
<view>
<text><text class='spot'></text>{{data.remark}}</text>
</view>
</view>
<form bindsubmit="submit" report-submit='true' > <form bindsubmit="submit" report-submit='true' >
<view class='edit'> <view class='edit'>
<button class='goback' bindtap='gotoIndex'><image src='{{wmhome}}' mode="widthFix"></image></button> <button class='goback' bindtap='gotoIndex'><image src='{{wmhome}}' mode="widthFix"></image></button>


+ 31
- 0
pages/spellGroup/mySpellGroup/index.wxss View File

@@ -418,3 +418,34 @@ button::after{ border: none; }
height:60rpx; height:60rpx;
color:#fff; color:#fff;
} }
.notes view:nth-child(1) {
height: 87rpx;
line-height: 87rpx;
background: #fff;
border-top: 1px solid #f9f9f9;
}

.notes {
margin: 0 auto;
}

.notes view:nth-child(1) text {
color: #333;
letter-spacing: 0;
font-size: 30rpx;
height: 70rpx;
line-height: 70rpx;
}

.notes view:nth-child(2) {
background: #fff;
display: flex;
flex-direction: column;
}

.notes view:nth-child(2)>text {
font-size: 24rpx;
color: #919191;
letter-spacing: 0;
line-height: 42rpx;
}

Loading…
Cancel
Save