-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[css] 第105天 怎么实现移动端的边框0.5px? #1002
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
css
css
Comments
一种是通过transform中的scale
一种是通过meta viewport中设置init-scale为0.5
一种是基于背景渐变实现
|
1.伪类:after + 缩放
|
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
第105天 怎么实现移动端的边框0.5px?
The text was updated successfully, but these errors were encountered: