.fade {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 3;
padding-top: 10.5rem;
background-color: rgba(26, 25, 31, 0.5);
}
.payment {
width: 94%;
height: 10rem;
border-radius: 0.5rem;
background: #fff;
margin: 0 auto;
margin-top: 1rem;
display: flex;
justify-content: center;
}
.payment_box {
width: 95%;
}
.payment_left {
display: flex;
}
.payment_left img:first-child {
width: 1.8rem;
height: 1.8rem;
}
.zf_box {
height: 2.5rem;
border-bottom: 1px solid rgba(224, 224, 224, 1);
display: flex;
text-align: center;
line-height: 2.3rem;
font-size: 0.9rem;
font-family: PingFang SC;
font-weight: 500;
color: rgba(102, 102, 102, 1);
width: 95%;
}
.payment_right {
display: flex;
justify-content: space-between;
border-bottom: 1px solid rgba(224, 224, 224, 1);
width: 74%;
}
.payment_right img {
width: 1rem;
height: 1rem;
}
.payment_middle {
justify-content: space-around;
display: flex;
margin-top: 1rem;
}
.payment_middle p {
font-size: 0.8rem;
font-family: PingFang SC;
font-weight: 500;
color: rgba(51, 51, 51, 1);
}
效果: