Ver código fonte

[消费 扫码付款]

tags/广东版3.2.1
meo 6 anos atrás
pai
commit
8e37005c4b
4 arquivos alterados com 15 adições e 3 exclusões
  1. BIN
      assets/images/close.png
  2. +1
    -0
      pages/ConsumeDetail/ConsumeDetail.wxss
  3. +2
    -2
      pages/scanPay/scanPay.wxml
  4. +12
    -1
      pages/scanPay/scanPay.wxss

BIN
assets/images/close.png Ver arquivo

Antes Depois
Largura: 200  |  Altura: 200  |  Tamanho: 3.3 KiB

+ 1
- 0
pages/ConsumeDetail/ConsumeDetail.wxss Ver arquivo

@@ -32,6 +32,7 @@
font-weight: bold;
font-size: 32rpx;
color: rgba(51, 51, 51, 1);
margin-top: 16rpx;
}

.record2 {


+ 2
- 2
pages/scanPay/scanPay.wxml Ver arquivo

@@ -12,8 +12,8 @@
<view class='model' wx:if="{{showModel}}">
<view class='zhezhao'></view>
<view class='card-model'>
<view class='card-top' bindtap='showModel'>
余额不足,请选择其他优惠卡支付
<view class='card-top'>
余额不足,请选择其他优惠卡支付<image bindtap='showModel' class='close' src='./../../assets/images/close.png'></image>
</view>
<view class='card-content'>
<scroll-view scroll-y style="height: 500rpx;" bindscroll="scroll" scroll-into-view="{{toView}}" scroll-top="{{scrollTop}}">


+ 12
- 1
pages/scanPay/scanPay.wxss Ver arquivo

@@ -26,7 +26,8 @@
}
.money button{
width:636rpx;
height:95rpx;
height:95rpx;
line-height: 95rpx;
margin:80rpx auto 0;
background:rgba(2,192,255,1);
border-radius:48rpx;
@@ -79,6 +80,7 @@
background: #fff;
}
.card-top{
position: relative;
height: 75rpx;
width: 100%;
background: #E67663;
@@ -159,4 +161,13 @@
}
.icons image{
width:100%;
}
.close{
position: absolute;
width: 40rpx;
height: 40rpx;
top: 0;
bottom: 0;
right: 40rpx;
margin: auto;
}

Carregando…
Cancelar
Salvar