first commit
This commit is contained in:
83
unpackage/dist/dev/mp-alipay/pages/wallet/withdraw.acss
vendored
Normal file
83
unpackage/dist/dev/mp-alipay/pages/wallet/withdraw.acss
vendored
Normal file
@@ -0,0 +1,83 @@
|
||||
.withdraw_k.data-v-9be921b8 {
|
||||
width: 100%;
|
||||
height: 74rpx;
|
||||
padding: 0 20rpx;
|
||||
background: #ffffff;
|
||||
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
.withdraw_k_tit.data-v-9be921b8 {
|
||||
font-weight: bold;
|
||||
font-size: 24rpx;
|
||||
color: #232323;
|
||||
margin-right: 100rpx;
|
||||
}
|
||||
.withdraw_k_input.data-v-9be921b8 {
|
||||
flex: 1;
|
||||
text-align: right;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
.withdraw_k_img.data-v-9be921b8 {
|
||||
width: 44rpx;
|
||||
height: 44rpx;
|
||||
}
|
||||
.withdraw_mon.data-v-9be921b8 {
|
||||
padding: 20rpx;
|
||||
background: #ffffff;
|
||||
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
||||
}
|
||||
.withdraw_mon_tit.data-v-9be921b8 {
|
||||
font-weight: bold;
|
||||
font-size: 24rpx;
|
||||
color: #232323;
|
||||
}
|
||||
.withdraw_mon_input.data-v-9be921b8 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
border-bottom: 2rpx solid #cccccc;
|
||||
padding: 15rpx 0;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
.withdraw_mon_input_fu.data-v-9be921b8 {
|
||||
font-weight: bold;
|
||||
font-size: 66rpx;
|
||||
color: #232323;
|
||||
}
|
||||
.withdraw_mon_input_note.data-v-9be921b8 {
|
||||
font-weight: bold;
|
||||
font-size: 24rpx;
|
||||
color: #ff7777;
|
||||
}
|
||||
.withdraw_mon_note.data-v-9be921b8 {
|
||||
font-weight: 400;
|
||||
font-size: 24rpx;
|
||||
color: #232323;
|
||||
margin-bottom: 10rpx;
|
||||
}
|
||||
.withdraw_note.data-v-9be921b8 {
|
||||
margin-top: 30rpx;
|
||||
padding: 0 15rpx;
|
||||
}
|
||||
.withdraw_note view.data-v-9be921b8 {
|
||||
margin-bottom: 15rpx;
|
||||
font-weight: 400;
|
||||
font-size: 26rpx;
|
||||
color: #232323;
|
||||
line-height: 40rpx;
|
||||
}
|
||||
.affirm_btn.data-v-9be921b8 {
|
||||
width: 650rpx;
|
||||
height: 78rpx;
|
||||
background: #4874e5;
|
||||
border-radius: 12rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-weight: bold;
|
||||
font-size: 24rpx;
|
||||
color: #ffffff;
|
||||
}
|
||||
Reference in New Issue
Block a user