2022-09-14 11:57:35 +08:00

172 lines
4.1 KiB
SCSS

.popupBox {
position: relative;
z-index: 99999;
background: #f7f7f7;
bottom: 0;
.contBox {
width: 670px;
padding-bottom: 30px;
// height: 739px;
background: #FFFFFF;
margin-top: 32px;
margin-left: 40px;
overflow: hidden;
.topMoney {
font-size: 48px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #337FFF;
width: 100%;
text-align: center;
margin-bottom: 60px;
}
.itemMoney {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 32px;
.leftFont {
font-size: 28px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #000000;
margin-left: 40px;
}
.rightFont {
margin-right: 40px;
font-size: 28px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #000000;
}
}
.line {
width: 590px;
height: 1px;
background: #000000;
opacity: 0.1;
margin-left: 40px;
margin-bottom: 32px;
}
.itemBox {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 64px;
.leftItem {
margin-left: 40px;
display: flex;
align-items: center;
.leftCrile {
display: flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
border-radius: 50%;
background: #4a7fff;
.lujing {
color: #FFFFFF;
font-size: 35px;
}
}
.rightLeft {
margin-left: 30px;
.title {
font-size: 28px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #000000;
}
.nums {
font-size: 22px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #000000;
}
}
}
.checkYuan {
width: 40px;
height: 40px;
border: 2px solid #D5D5D5;
margin-right: 40px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
.gou {
font-size: 20px;
color: #FFFFFF;
}
}
.activeChecked {
background: #337fff;
width: 40px;
height: 40px;
border: 2px solid #337fff;
margin-right: 40px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
.gou {
font-size: 20px;
color: #FFFFFF;
}
}
.chakanquanbukehu {
margin-right: 40px;
color: #000000;
font-size: 50px;
}
}
}
}
.sure {
margin-top: 35px;
margin-left: 40px;
width: 670px;
height: 80px;
background: #337FFF;
border-radius: 44px;
font-size: 28px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #FFFFFF;
text-align: center;
line-height: 80px;
}
.pic {
width: 702px;
height: 1500px;
border-radius: 16px;
border: 1px solid #f7f7f7;
}