.fraction { display: flex; flex-direction: column; align-items: center; color: #fff; background-color: #fff; border-radius: 18px; min-width: 244px; } .title { position: relative; width: 100px; height: 30px; top: -4.5px; img { display: block; width: 100%; height: 100%; } } .tip { font-size: 13px; color: #808080; padding: 20px 0; } .btns{ display: flex; justify-content: space-evenly; align-items: center; width: 100%; } .btn { width: 40%; height: 31px; margin: 11px 0 17px 0; line-height: 31px; text-align: center; border-radius: 36px; font-size: 13px; }