纸通宝SAAS仓库
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.
 

40 lines
818 B

/* pages/message/detail/index.wxss */
.add-bank {
height: 150rpx;
width: 100%;
margin-top: 32rpx;
margin-bottom: 32rpx;
background: rgba(255, 255, 255, 1);
box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.32);
border-radius: 6px;
}
.item-bank {
margin-top: 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: 56rpx;
font-family: SFProDisplay-Regular, SFProDisplay;
font-weight: 400;
color: rgba(255, 255, 255, 1);
line-height: 34px;
letter-spacing: 1px;
}