浏览代码

[拼团分享页面布局修改]

tags/福建版C.9.1.01
刘晖 5 年前
父节点
当前提交
92b24aa233
共有 2 个文件被更改,包括 5 次插入4 次删除
  1. +1
    -2
      components/store/index.wxss
  2. +4
    -2
      pages/joinFrDpell/index.wxml

+ 1
- 2
components/store/index.wxss 查看文件

@@ -2,6 +2,7 @@
font-size: 30rpx;
height: 70rpx;
line-height: 70rpx;
text-indent: 1em;
color: #333;
background: #fff;
}
@@ -17,7 +18,6 @@
display: flex;
padding: 20rpx 0;
background: #fff;
z-index: 10;
margin: 0 auto;
}

@@ -73,5 +73,4 @@
margin: auto;
width: 50rpx;
height: 50rpx;
z-index: 10;
}

+ 4
- 2
pages/joinFrDpell/index.wxml 查看文件

@@ -28,8 +28,10 @@
<view class='j-t'>剩余时间:<view class='j-time'>{{day+' 天 '+hour+' : '+min+' : '+sec}}</view></view>
</view>
</view>
<!-- 适用门店 -->
<store merchantVoList="{{data.merchantVoList}}"></store>
</view>
<!-- 适用门店 -->
<store merchantVoList="{{data.merchantVoList}}"></store>
<view class='text'>
<view class='p-des'>
<view class='p-title'>购买须知:</view>
<view class='p-list'>{{data.remark}}</view>


正在加载...
取消
保存