yuminge-app/yun-min-program-plugin-master/packageB/member/addressAdd/addressAdd.wxss

101 lines
1.6 KiB
Plaintext

/* packageB/member/addressAdd/addressAdd.wxss */
.address-add {
background-color: #fff;
}
.address-add .code {
display: flex;
align-items: center;
}
.address-add .span {
line-height: 88rpx;
font-size: 28rpx;
padding-left: 20rpx;
}
.address-add .code .right {
background-color: #ebebeb;
color: #f15353;
font-size: 28rpx;
border-radius: 60rpx;
padding: 0 20rpx;
height: 60rpx;
line-height: 60rpx;
}
.address-add .code .right.disabled {
background-color: #ccc;
color: #f0f0f0;
}
.address-add .pas {
height: 88rpx;
display: flex;
padding-left: 20rpx;
align-items: center;
}
.address-add .pas .right {
display: flex;
align-items: center;
}
.address-add .pas .right .van-icon {
padding-top: 10rpx;
}
.confirm {
margin-top: 40rpx;
display: flex;
justify-content: center;
}
.confirm .btn {
border-radius: 16rpx;
width: 90%;
height: 80rpx;
font-size: 32rpx;
text-align: center;
color: #fff;
background-color: #f15353;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
line-height: 80rpx;
}
.qr-code {
text-align: left;
padding: 32rpx 0;
color: #555;
margin-left: 24rpx;
border-bottom: solid 2rpx #ebebeb;
}
.qr-code .up-photo {
display: flex;
align-items: center;
justify-content: center;
width: 192rpx;
height: 192rpx;
overflow: hidden;
margin: 0 auto;
margin-top: 16rpx;
margin-bottom: 16rpx;
border: dashed 1px #ccc;
border-radius: 4rpx;
position: relative;
}
.qr-code .photoshow {
width: 64rpx;
height: 64rpx;
}
.qr-code .photoshow image {
width: 100%;
height: 100%;
}