The shape of a circle! The computer version looks normal, but the mobile version is not normal!

css

.bbb
    outline: none;
    font-size: 20px;
    position: relative;
    width: 40px;
    height: 40px;
    border: 2px -sharp177CE9 solid;
    background-color: -sharpfff;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: -sharp177CE9;
    border-radius: 50%;

html

<button class="bbb type="button"></button>

the computer version looks normal

.

clipboard.png


ios:safari

clipboard.png

what"s going on?
it"s all normal on the TV

.
Apr.11,2021

try display:block


remove the default padding of button padding:0px

Menu