瀏覽代碼

[拼团砍价][修改]:[拼团和砍价样式的修改]

tags/安徽版C.4.1.6最终版
meo 6 年之前
父節點
當前提交
b3dca5f2db
共有 3 個檔案被更改,包括 9 行新增4 行删除
  1. +1
    -0
      pages/coupon/detail/index.wxml
  2. +4
    -2
      pages/coupon/detail/index.wxss
  3. +4
    -2
      pages/spellGroup/mySpellGroup/index.wxss

+ 1
- 0
pages/coupon/detail/index.wxml 查看文件

@@ -104,6 +104,7 @@
</view>
</view>
<view wx:if="{{data.remainInventory!=0&&data.type==8}}" class="btns clearfix" hover-class="none" hover-stop-propagation="false">
<button class='goback' bindtap='goback'><image src='./../../../assets/images/home.png' mode="widthFix"></image></button>
<button class="fl" bindtap='gotopay' data-discount='discount1' disabled='{{showbutton}}'>
<text>{{data.priceStr}}元</text>
<text>立即购买</text>


+ 4
- 2
pages/coupon/detail/index.wxss 查看文件

@@ -507,7 +507,7 @@ button::after{ border: none; }
text-indent:1em;
}
.btns{
padding: 0 33rpx;
/* padding: 0 33rpx; */
position: fixed;
left: 0;
right: 0;
@@ -518,12 +518,13 @@ button::after{ border: none; }
background: #fff;
}
.btns > button{
width: 330rpx;
width: 277rpx;
height: 95rpx;
border-radius:48rpx;
text-align: center;
}
.btns .fl{
margin-left: 20rpx;
color: #fff;
background:rgba(255,169,2,1);
box-shadow:0px 8px 8px 1px rgba(255,169,2,0.32);
@@ -539,6 +540,7 @@ button::after{ border: none; }
.btns .fr{
font-size: 30rpx;
color: #fff;
margin-right: 20rpx;
line-height: 95rpx;
background:rgba(236,59,45,1);
box-shadow:0px 8px 8px 1px rgba(246,93,51,0.32);


+ 4
- 2
pages/spellGroup/mySpellGroup/index.wxss 查看文件

@@ -185,9 +185,11 @@
}
.edit{
position: fixed;
width: 690rpx;
/* width: 690rpx; */
bottom: 20rpx;
left: 30rpx;
left: 0;
right: 0;
padding: 0 22rpx;
}
.edit-left{
float: left;


Loading…
取消
儲存