Mobile rem custom dots that do not look round on some phones;
some Android machines and fruit machines have this problem.
related codes
/ /
<ul>
<li class="">;</li>
</ul>
ul{
list-type-style:none;
li{
position:relative;
&::after{
content:"";
display:inline-block;
width:.1rem;
height:.1rem;
border-radius:50%;
background-color:-sharp666;
}
}
}
* * since there is no Android screenshot, here is a screenshot of ios. The dot is not a circle