gpt4 book ai didi

css - 移动 View 中的 html5 有边框,但在 pc View 中没有

转载 作者:太空宇宙 更新时间:2023-11-04 13:29:58 24 4
gpt4 key购买 nike

我在我的 div 中添加了 background ,但是在 pc 中没有边框,在手机中有边框。我认为它不应该有边框;

代码 list :

<div style="
height: 200px;
width: 200px;
border: 100px solid #fff;
background: #000;
margin: 100px;
">

电脑 View :

手机 View :

是不是我写错了?谢谢大家。

最佳答案

在这里,我会根据您的要求为您提供在移动设备和桌面 View 中添加边框的代码

<div style="
height: 200px;
width: 200px;
background: #000;
margin: 100px;
">
</div>

*** 这是基于您的代码,因此这将在所有设备中显示边框

关于css - 移动 View 中的 html5 有边框,但在 pc View 中没有,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47968009/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com