130 lines
2.1 KiB
CSS
130 lines
2.1 KiB
CSS
.iptBox {
|
|
padding-bottom: 20rpx;
|
|
padding-top: 20rox;
|
|
border-bottom: 1rpx solid #E6E6E6;
|
|
margin-left: 20rpx;
|
|
margin-right: 20rpx;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.btn {
|
|
width: 650rpx;
|
|
height: 80rpx;
|
|
background: #FF512A;
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
font-weight: 400;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: 0 auto;
|
|
margin-top: 60rpx;
|
|
}
|
|
|
|
.cirBox {
|
|
width: 272rpx;
|
|
height: 272rpx;
|
|
background: #FAFAFA;
|
|
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
|
border-radius: 50%;
|
|
margin: 0 auto;
|
|
margin-top: 160rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.cir {
|
|
width: 232rpx;
|
|
height: 232rpx;
|
|
background: #F4F4F4;
|
|
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
|
border-radius: 50%;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #000000;
|
|
}
|
|
|
|
.cir image {
|
|
width: 106rpx;
|
|
height: 96.77rpx;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.text {
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #FF512A;
|
|
margin-left: 40rpx;
|
|
margin-top: 12rpx;
|
|
}
|
|
|
|
.sucess {
|
|
width: 300rpx;
|
|
height: 300rpx;
|
|
background: #FFFFFF;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #000000;
|
|
}
|
|
|
|
.sucess image {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.btn {
|
|
width: 90%;
|
|
height: 80rpx;
|
|
background: #FF512A;
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
font-weight: 400;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.Info {
|
|
width: 499rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
padding: 30rpx;
|
|
}
|
|
|
|
.rows {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #000000;
|
|
width: 100%;
|
|
}
|
|
|
|
.Tit {
|
|
font-weight: 400;
|
|
font-size: 30rpx;
|
|
color: #000000;
|
|
padding-bottom: 30rpx;
|
|
border-bottom: 1rpx solid #F5F5F5;
|
|
width: 100%;
|
|
text-align: center;
|
|
margin-bottom: 30rpx;
|
|
} |