82 lines
1.2 KiB
Plaintext
82 lines
1.2 KiB
Plaintext
|
|
page {
|
|
background-color: #fff;
|
|
}
|
|
.box-margin {
|
|
height: 24rpx;
|
|
background-color: #fafafa;
|
|
}
|
|
.phont-cont {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background-color: #fff;
|
|
padding: 80rpx 0;
|
|
}
|
|
.phone-img {
|
|
width: 124rpx;
|
|
height: 124rpx;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
.phone,.newpay {
|
|
font-size: 40rpx;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
.tip {
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
color: #91908F;
|
|
}
|
|
.getcode {
|
|
background-color: #fff;
|
|
}
|
|
.code {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 32rpx 24rpx;
|
|
border-bottom: 1rpx solid rgba(0, 0, 0, 0.05);
|
|
}
|
|
.code-icon {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin-right: 16rpx;
|
|
}
|
|
.code-text {
|
|
flex: 1;
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
}
|
|
.code-btn {
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
color: #E8101E;
|
|
}
|
|
.pay-cont {
|
|
padding-top: 168rpx;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.pay-code {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: center;
|
|
align-items: center;
|
|
gap: 16rpx;
|
|
margin-top: 48rpx;
|
|
}
|
|
.pay-inp {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
border-radius: 20rpx;
|
|
background-color: #F5F6F8;
|
|
text-align: center;
|
|
}
|
|
|