纸通宝小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

38 lines
774 B

/* 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;
}