56 lines
842 B
Plaintext
Executable File
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;
|
|
}
|