文章 2023-04-14 来自:开发者社区

css:移动端实现1px、0.5px的细线

实现效果在线体验: https://mouday.github.io/front-end-demo/1px.html实现代码 <body> <style> * { margin: 0; padding: 0; } body { display: flex; fle...

css:移动端实现1px、0.5px的细线
文章 2022-09-05 来自:开发者社区

css:移动端实现1px、0.5px的细线

<body> <style> * { margin: 0; padding: 0; } body { display: flex; flex-direction: column; justify-content: center; al...

css:移动端实现1px、0.5px的细线
文章 2022-05-25 来自:开发者社区

CSS - 移动端 1px 像素边框问题的解决方案(Border.css)

前言关于什么是移动端1像素边框问题,先上两张图,大家就明白了。 解决方案@charset "utf-8"; .border, .border-top, .border-right, .border-bottom, .border-left, .border-topbottom, .border-rightleft, .border-topleft, .border-rightbottom, .b....

CSS - 移动端 1px 像素边框问题的解决方案(Border.css)

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

开发与运维

集结各类场景实战经验,助你开发运维畅行无忧

+关注