·
Across the Great Wall, we can reach every corner in the world.

按钮不要设置圆角,边框设置圆角和 overflow hidden 就可以

Replies
4

噢!!!谢谢大佬

那,,居中咧

嗯呜呜不对呀大佬,这是啥呀

啊大佬救我qwq

居中用 flex 布局:

.container {
    display: flex;
    align-items: center;
    border-radius: 1000px;
    border: 1px solid blue;
}

OK谢谢大佬