Files
bsmall/pages/wallet_extract/wallet_extract.acss
2020-09-24 11:08:03 +08:00

56 lines
842 B
Plaintext
Executable File

page{
background: #fafafa;
}
.form{
background: white;
display: block;
}
.form-inputs{
padding: 0 30rpx 0 230rpx;
position: relative;
}
.form-inputs::before{
content: " ";
position: absolute;
left: 30rpx;
bottom: 0;
right: 0;
background: #ddd;
}
.form-title{
position: absolute;
left: 30rpx;
top: 0;
width: 180rpx;
line-height: 90rpx;
font-size: 30rpx;
}
.form-input{
height: 90rpx;
line-height: 90rpx;
font-size: 30rpx;
width: 100%;
}
.form-btn{
padding: 30rpx;
}
/* 支付宝信息 */
.alipay{
text-align: center;
line-height: 90rpx;
margin: 0 30rpx;
color: #ff6600;
border:solid 2rpx #ff6600;
box-sizing: border-box;
font-weight: bold;
font-size: 32rpx;
}