.flexBox { width: 100%; 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; } }