Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
55971da035
3 changed files with 0 additions and 41 deletions
  1. 1
      pages/agent/edit/index.wxss
  2. 2
      pages/withdrawal/balance/index.wxml
  3. 38
      pages/withdrawal/vcheckout/index.wxss

1
pages/agent/edit/index.wxss

@ -4,7 +4,6 @@
.grid{
flex: 1;
}
.textarea{

2
pages/withdrawal/balance/index.wxml

@ -1,5 +1,4 @@
<wxs module="formate" src="../../../pages/formate.wxs"></wxs>
<view class="topArea">
<view class="topHeadArea"></view>
<view>
@ -19,7 +18,6 @@
</wux-cell>
</wux-cell-group>
</view>
</view>
<view class="cu-custom" style="height:{{CustomBar}}px;z-index: 99;">

38
pages/withdrawal/vcheckout/index.wxss

@ -1,38 +0,0 @@
/* pages/withdrawal/checkout/index.wxss */
.add-bank {
height: 150rpx;
width: 100%;
background: rgba(255, 255, 255, 1);
box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.32);
border-radius: 6px;
}
.item-bank {
margin: 32rpx;
padding: 32rpx;
background: rgba(198, 79, 85, 1);
border-radius: 4px;
}
.bank-name {
font-size: 32rpx;
font-family: PingFang-SC-Medium, PingFang-SC;
font-weight: 500;
color: rgba(255, 255, 255, 1);
}
.bank-type {
font-size: 24rpx;
font-family: PingFang-SC-Regular, PingFang-SC;
font-weight: 400;
color: rgba(255, 255, 255, 0.6);
}
.bank-suffix {
font-size: 48rpx;
font-family: SFProDisplay-Regular, SFProDisplay;
font-weight: 400;
color: rgba(255, 255, 255, 1);
line-height: 34px;
letter-spacing: 1px;
}
Loading…
Cancel
Save