2022-09-14 13:13:42 +08:00

50 lines
1.2 KiB
SCSS

.flexBox {
display: flex;
align-items: center;
justify-content: flex-end;
.cancle {
width: 160px;
height: 72px;
border-radius: 40px;
opacity: 0.6;
border: 1px solid #000000;
font-size: 28px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #000000;
text-align: center;
line-height: 72px;
margin-right: 24px;
}
.nextBuy {
margin-right: 24px;
width: 160px;
height: 72px;
border-radius: 40px;
opacity: 0.6;
border: 1px solid #000000;
font-size: 28px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #000000;
text-align: center;
line-height: 72px;
margin-right: 24px;
}
.toBuy {
margin-right: 24px;
width: 160px;
height: 72px;
border-radius: 40px;
border: 1px solid #087EFF;
font-size: 28px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #4581FF;
text-align: center;
line-height: 72px;
}
}