111 lines
1.9 KiB
Plaintext
111 lines
1.9 KiB
Plaintext
/* packageA/member/order/TransferAccount/TransferAccount.wxss */
|
|
.transfer-accounts {
|
|
padding-bottom: 40rpx;
|
|
background-color: #fff;
|
|
color: #333;
|
|
text-align: center;
|
|
}
|
|
|
|
.transfer-accounts .pay-info .h1 {
|
|
font-size: 40rpx;
|
|
line-height: 80rpx;
|
|
margin: 40rpx 0;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.transfer-accounts .pay-info .ul .li {
|
|
line-height: 48rpx;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.transfer-accounts .pay-info .accounts-box {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.transfer-accounts .pay-info .ul .li:last-child {
|
|
font-size: 24rpx;
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
.transfer-accounts .btn {
|
|
margin-top: 32rpx;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.transfer-accounts .btn .button {
|
|
position: relative;
|
|
padding: 0;
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
border-radius: 4rpx;
|
|
box-sizing: border-box;
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
width: 80%;
|
|
}
|
|
|
|
.transfer-accounts .btn .top .button {
|
|
color: #fff;
|
|
background-color: #4b0;
|
|
border: 2rpx solid #4b0;
|
|
margin: 0 auto 10rpx;
|
|
}
|
|
|
|
.transfer-accounts .btn .bottom .button {
|
|
color: #fff;
|
|
background-color: #f44;
|
|
border: 2rpx solid #f44;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.transfer-accounts .prompt-box {
|
|
margin-top: 40rpx;
|
|
}
|
|
|
|
.transfer-accounts .prompt-info {
|
|
z-index: 20;
|
|
height: 100%;
|
|
padding-bottom: 20rpx;
|
|
background-color: #fafafa;
|
|
margin: 0 20rpx;
|
|
border-radius: 8rpx;
|
|
}
|
|
|
|
.transfer-accounts .prompt-info .h2 {
|
|
line-height: 80rpx;
|
|
padding: 0 28rpx;
|
|
font-size: 28rpx;
|
|
text-align: left;
|
|
color: #333;
|
|
}
|
|
|
|
.transfer-accounts .prompt-info .ul {
|
|
margin: 0 28rpx;
|
|
}
|
|
|
|
.transfer-accounts .prompt-info .ul .li {
|
|
padding: 0 20rpx;
|
|
line-height: 48rpx;
|
|
font-size: 28rpx;
|
|
color: #8c8c8c;
|
|
text-align: left;
|
|
text-indent: 20rpx;
|
|
}
|
|
|
|
.photoshow {
|
|
padding: 30rpx;
|
|
width: 130rpx;
|
|
height: 130rpx;
|
|
border: 2rpx dashed rgb(192, 204, 218);
|
|
overflow: hidden;
|
|
margin-left: 30rpx;
|
|
margin-top: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.photoshow image {
|
|
width: 100%;
|
|
}
|