yuminge-app/yun-min-program-plugin-master/packageA/member/rechargeCode/rechargeCode.wxss

32 lines
503 B
Plaintext

/* pages/member/rechargeCode/rechargeCode.wxss */
page {
background: #fff;
}
.login .inpcontent {
display: flex;
margin-bottom: 20rpx;
align-items: center;
}
.login .inpcontent .right .button {
background-color: #04be02;
height: 60rpx;
line-height: 60rpx;
text-align: center;
width: 100rpx;
color: #fff;
border-radius: 10rpx;
}
.buttongroup {
padding-left: 30rpx;
padding-right: 30rpx;
}
.login .message {
line-height: 60rpx;
padding-left: 30rpx;
font-size: 28rpx;
}