store/packageA/member/withdrawEditmobile/withdrawEditmobile.wxss

64 lines
1.1 KiB
Plaintext

/* pages/member/withdrawEditmobile/withdrawEditmobile.wxss */
page {
background: #fff;
}
.alterAddress .login_info .li {
display: flex;
font-size: 32rpx;
padding-top: 12rpx;
padding-bottom: 12rpx;
border-bottom: solid 2rpx #ccc;
position: relative;
margin-left: 30rpx;
margin-right: 30rpx;
align-items: center;
}
.alterAddress .login_info .captcha .right {
width: 150rpx;
padding-top: 15rpx;
}
.alterAddress .login_info .captcha .right image {
width: 100%;
}
.alterAddress .login_info .code {
display: flex;
align-items: center;
}
.alterAddress .login_info .code .right {
background-color: #ebebeb;
color: #f15353;
font-size: 24rpx;
border-radius: 60rpx;
padding: 0 20rpx;
height: 60rpx;
line-height: 60rpx;
width: 200rpx;
}
.alterAddress .login_info .code .right.disabled {
background-color: #ccc;
color: #f0f0f0;
}
.alterAddress .btn {
padding-top: 40rpx;
}
.alterAddress .btn .button {
width: 660rpx;
height: 90rpx;
line-height: 90rpx;
font-size: 32rpx;
border-radius: 60rpx;
border: none;
background-color: #f15353;
color: #fff;
text-align: center;
margin: 0 auto 40rpx;
}