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.
41 lines
683 B
41 lines
683 B
3 years ago
|
/* pages/user/bindCard/index.wxss */
|
||
|
page{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
background: #F8F8F8;
|
||
|
}
|
||
|
.bindcard-page{
|
||
|
width: 100%;
|
||
|
padding: 32rpx 38rpx;
|
||
|
}
|
||
|
.form{
|
||
|
width: 100%;
|
||
|
background: #fff;
|
||
|
border-radius: 18rpx;
|
||
|
}
|
||
|
.form-item{
|
||
|
width: 100%;
|
||
|
height: 100rpx;
|
||
|
padding: 0 36rpx;
|
||
|
font-size: 34rpx;
|
||
|
color: #000;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
border: 2rpx solid #F5F5F5;
|
||
|
}
|
||
|
.form-item input{
|
||
|
text-align: right;
|
||
|
font-size: 32rpx;
|
||
|
}
|
||
|
.submit{
|
||
|
width: 440rpx;
|
||
|
height: 88rpx;
|
||
|
background: #F7C37A;
|
||
|
border-radius: 44rpx;
|
||
|
text-align: center;
|
||
|
line-height: 88rpx;
|
||
|
font-size: 46rpx;
|
||
|
color: #fff;
|
||
|
margin: 60rpx auto;
|
||
|
}
|