当前位置:网站首页>1px pixel compatibility of mobile terminal, 1px border
1px pixel compatibility of mobile terminal, 1px border
2022-07-02 22:59:00 【Wei Xiao】
I use pseudo classes + Positioning implementation .
.div{
position: relative;
padding-top: 20px;
}
.div::before {
margin-top: 10px;
display: block;
content: '';
box-sizing: border-box;
position: absolute;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 1px;
border-top: 1px solid #e7e8eb;
transform: scaleY(1/2);
}
Of course, there are other ways :
Reference resources :6 Mobile terminal 1px Solution
边栏推荐
猜你喜欢

世界环境日 | 周大福用心服务推动减碳环保

Kubernetes uses the host name to allocate the pod on the specified node

Jatpack------LiveData

大话云原生之负载均衡篇-小饭馆客流量变大了

Niuke network: maximum submatrix

地方经销商玩转社区团购模式,百万运营分享

Splunk audit 的设定

Mathematical modeling -- graph and network models and methods (I)
![[LeetCode] 反转字符串中的单词 III【557】](/img/72/d3e46a820796a48b458cd2d0a18f8f.png)
[LeetCode] 反转字符串中的单词 III【557】
![Jielizhi, production line assembly link [chapter]](/img/0d/102596ad13aafd9c6133509d9064dd.png)
Jielizhi, production line assembly link [chapter]
随机推荐
[Luogu p1541] tortoise chess [DP]
go 条件变量
严守工期,确保质量,这家AI数据标注公司做到了!
QT qsplitter splitter
Go 4 modes Singleton
go 多线程数据搜索
Gas station [problem analysis - > problem conversion - > greed]
中国信通院、清华大学、腾讯安全,云原生安全产学研用强强联合!
数据分析学习记录--用EXCEL完成简单的单因素方差分析
Go语言sqlx库操作SQLite3数据库增删改查
图形视图框架
Array advanced improvement
What is the'function'keyword used in some bash scripts- What is the 'function' keyword used in some bash scripts?
Higher order operation of bits
pytorch训练CPU占用持续增长(bug)
Local dealers play the community group purchase mode and share millions of operations
【硬件】标准阻值的由来
Splunk audit 的设定
从2022年Q1财报看携程的韧性和远景
The kth largest element in the [leetcode] array [215]