<div class="buy-baseanli-pack">
<div class="left_btn">购买基础包</div>
<div class="right_btn">购买案例包</div>
</div>
.buy-baseanli-pack {
width: 100%;
display: flex;
justify-content: space-between;
font-size: 14px;
line-height: 40px;
}
.left_btn {
width: 50%;
background-color: #00ADEB;
color: #fff;
height: 40px;
text-align: center;
border-radius: 22px 0px 0px 22px;
clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.right_btn {
width: 50%;
background-color: #00ADEB;
color: #fff;
height: 40px;
text-align: center;
border-radius: 0px 22px 22px 0px;
clip-path: polygon(10% 0%,100% 0%,100% 100%, 0% 100%);
}
11-02
1488

07-13
1992
