334 lines
5.9 KiB
SCSS
334 lines
5.9 KiB
SCSS
/* pages/certification/certification.wxss */
|
|
.step-box {
|
|
background: #3A61B1;
|
|
box-sizing: border-box;
|
|
padding-top: 30rpx;
|
|
padding-bottom: 88rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
font-size: 24rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #B3C2E1;
|
|
justify-content: space-between;
|
|
padding-left: 30rpx;
|
|
padding-right: 30rpx;
|
|
|
|
.step-item {
|
|
width: 246rpx;
|
|
display: flex;
|
|
// flex-direction: column;
|
|
align-items: center;
|
|
|
|
image {
|
|
width: 65rpx;
|
|
height: 65rpx;
|
|
// margin-bottom: 20rpx;
|
|
margin-right: 15rpx;
|
|
}
|
|
|
|
text {
|
|
flex: 1;
|
|
}
|
|
}
|
|
|
|
.line {
|
|
width: 142rpx;
|
|
height: 3rpx;
|
|
background: #ECEEF3;
|
|
opacity: 0.12;
|
|
margin-top: 32rpx;
|
|
}
|
|
}
|
|
|
|
.white-box {
|
|
background: #fff;
|
|
border-radius: 32rpx;
|
|
margin-top: -32rpx;
|
|
box-sizing: border-box;
|
|
padding: 47rpx;
|
|
|
|
.title-box {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
font-size: 30rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
|
|
.edit-box {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 26rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #2F88DB;
|
|
|
|
image {
|
|
width: 29rpx;
|
|
height: 28rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
.description {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 26rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #B3B3B3;
|
|
margin-top: 18rpx;
|
|
background: #FFF7F1;
|
|
padding: 25rpx 35rpx 29rpx 29rpx;
|
|
align-items: baseline;
|
|
color: #FE633A;
|
|
border-radius: 10px;
|
|
line-height: 37rpx;
|
|
|
|
image {
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
text {
|
|
flex: 1;
|
|
}
|
|
}
|
|
|
|
.form-box {
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #494949;
|
|
margin-top: 15rpx;
|
|
|
|
.form-item {
|
|
display: flex;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
padding: 40rpx 30rpx;
|
|
border-bottom: 1rpx solid #D7D7D7;
|
|
|
|
&:last-child {
|
|
border: none;
|
|
}
|
|
|
|
text {
|
|
margin-right: 43rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
.btn-box {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.table-box {
|
|
.table-title {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
margin-top: 80rpx;
|
|
|
|
font-size: 30rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #494949;
|
|
}
|
|
|
|
.table-content {
|
|
border: 1rpx solid #E6E6E6;
|
|
display: flex;
|
|
margin-top: 40rpx;
|
|
|
|
font-size: 24rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #6E6E6E;
|
|
|
|
.table-col {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
box-sizing: border-box;
|
|
width: 50%;
|
|
padding: 40rpx;
|
|
|
|
&:last-child {
|
|
border-left: 1rpx solid #E6E6E6;
|
|
}
|
|
|
|
.item {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 58rpx;
|
|
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
image {
|
|
width: 63rpx;
|
|
height: 63rpx;
|
|
margin-right: 32rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.field-box {
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #494949;
|
|
margin-top: 50rpx;
|
|
|
|
.field-item {
|
|
display: flex;
|
|
margin-bottom: 46rpx;
|
|
|
|
text {
|
|
margin-right: 43rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
.information {
|
|
box-sizing: border-box;
|
|
padding: 30rpx;
|
|
border-radius: 10rpx;
|
|
background: #FFF7F1;
|
|
font-size: 22rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
line-height: 36rpx;
|
|
color: #FE633A;
|
|
}
|
|
|
|
.price-box {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-end;
|
|
font-size: 30rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
margin-top: 48rpx;
|
|
|
|
.price {
|
|
font-size: 24rpx;
|
|
font-weight: 500;
|
|
font-family: PingFang SC;
|
|
color: #FF5129;
|
|
margin-top: 24rpx;
|
|
|
|
text {
|
|
font-size: 48rpx;
|
|
font-weight: 800;
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
.bottom-box {
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
box-shadow: 0 0 18rpx #CCCCCC;
|
|
box-sizing: border-box;
|
|
padding: 24rpx 50rpx;
|
|
padding-bottom: calc(constant(safe-area-inset-top) + 24rpx);
|
|
padding-bottom: calc(env(safe-area-inset-top) + 24rpx);
|
|
}
|
|
}
|
|
|
|
.payShadow {
|
|
width: 100%;
|
|
background: #FFF;
|
|
border-radius: 24rpx 24rpx 0 0;
|
|
padding-bottom: 50rpx;
|
|
|
|
.cancel-box {
|
|
box-sizing: border-box;
|
|
padding: 10rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
|
|
image {
|
|
width: 31rpx;
|
|
height: 31rpx;
|
|
padding: 20rpx;
|
|
}
|
|
|
|
text {
|
|
padding: 20rpx;
|
|
font-size: 26rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #2F88DB;
|
|
}
|
|
}
|
|
|
|
.pay-info-box {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
|
|
.title {
|
|
font-size: 30rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
|
|
.price-box {
|
|
font-size: 40rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #FF5129;
|
|
margin-bottom: 32rpx;
|
|
|
|
text {
|
|
font-size: 80rpx;
|
|
font-weight: 800;
|
|
}
|
|
}
|
|
|
|
.time {
|
|
font-size: 26rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #838383;
|
|
margin-bottom: 60rpx;
|
|
}
|
|
|
|
.pay-type {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 30rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #494949;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding: 0 56rpx;
|
|
margin-bottom: 100rpx;
|
|
|
|
image {
|
|
width: 43rpx;
|
|
height: 43rpx;
|
|
margin-right: 16rpx;
|
|
}
|
|
}
|
|
}
|
|
} |