Ver a proveniência

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

tags/江西版6.1.0
meo há 6 anos
ascendente
cometimento
696cd19639
2 ficheiros alterados com 39 adições e 4 eliminações
  1. +8
    -4
      pages/spellGroup/mySpellGroup/index.wxml
  2. +31
    -0
      pages/spellGroup/mySpellGroup/index.wxss

+ 8
- 4
pages/spellGroup/mySpellGroup/index.wxml Ver ficheiro

@@ -36,10 +36,6 @@
<view class='s-button' bindtap='gotoPartner'>去拼团</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='applyshop'>适用门店</view>
<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" />
</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' >
<view class='edit'>
<button class='goback' bindtap='gotoIndex'><image src='{{wmhome}}' mode="widthFix"></image></button>


+ 31
- 0
pages/spellGroup/mySpellGroup/index.wxss Ver ficheiro

@@ -418,3 +418,34 @@ button::after{ border: none; }
height:60rpx;
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;
}

Carregando…
Cancelar
Guardar