75 lines
1.2 KiB
Plaintext
75 lines
1.2 KiB
Plaintext
/* 切换手机号 */
|
|
.chooseTel-title {
|
|
background: #fff;
|
|
padding: 40rpx 30rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.chooseTel-title text {
|
|
font-size: 36rpx;
|
|
font-weight: 600;
|
|
margin-bottom: 20rpx;
|
|
display: block;
|
|
color: #000;
|
|
}
|
|
|
|
.chooseList {
|
|
display: flex;
|
|
background: #fff;
|
|
line-height: 100rpx;
|
|
padding: 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.chooseList-left {
|
|
display: flex;
|
|
}
|
|
|
|
.chooseList-img {
|
|
width: 90rpx;
|
|
height: 90rpx;
|
|
border-radius: 50%;
|
|
margin-right: 30rpx;
|
|
}
|
|
|
|
.chooseList-btn {
|
|
font-size: 24rpx;
|
|
background: #00c12d;
|
|
border-radius: 30rpx;
|
|
height: 42rpx;
|
|
line-height: 42rpx;
|
|
color: #fff;
|
|
padding: 0 15rpx;
|
|
margin-top: 28rpx;
|
|
margin-left: 30rpx;
|
|
}
|
|
|
|
.chooseAdd {
|
|
width: calc(100% - 60rpx);
|
|
margin: 60rpx auto 0;
|
|
background: #fff;
|
|
border-radius: 50rpx;
|
|
line-height: 80rpx;
|
|
height: 80rpx;
|
|
text-align: center;
|
|
box-shadow: 0 0 10rpx rgba(0, 0,0, .05);
|
|
padding: 0;
|
|
}
|
|
|
|
.chooseTips {
|
|
background: #fff;
|
|
text-align: center;
|
|
padding: 30rpx 0 50rpx;
|
|
}
|
|
|
|
.chooseTips image {
|
|
width: 400rpx;
|
|
height: 350rpx;
|
|
display: block;
|
|
margin: 0 auto 20rpx;
|
|
}
|
|
|
|
.chooseTips text {
|
|
font-size: 34rpx;
|
|
color: #999;
|
|
} |