【发布时间】:2019-12-28 01:42:15
【问题描述】:
我很难在移动设备上使用无序列表 ul 全宽背景。当我使用 Chrome 进行测试时,全宽背景显示没有任何问题(下图第一张),但是当我在手机上查看时,我看不到背景(下图第二张)。
网址是here
.tabs--primary {
width: 100%;
background: #E9E8E8;
border: none;
position: relative;
padding: 15px 0;
margin-bottom: 1px;
min-height: 60px;
display: flow-root;
}
.tabs--primary:before, .tabs--primary:after {
content: "";
position: absolute;
background: #E9E8E8;
top: 0;
bottom: 0;
width: 9999px;
}
.tabs--primary:before {
right: 100%;
}
.tabs--primary:after {
left: 100%;
}
【问题讨论】:
-
我已经在移动模式和我的 oneplus 6 手机上使用 chrome devtools 打开它,但我没有看到这个白边。可能是你手机浏览器的问题?
-
我的朋友刚刚在他的 iphone X 上试了一下,他说他也发现了这个问题。我有 iphone 8。
标签: css twitter-bootstrap twitter-bootstrap-3