Twitter bootstrap 引导显示移动设备左侧的空间

Twitter bootstrap 引导显示移动设备左侧的空间,twitter-bootstrap,Twitter Bootstrap,我在我的iPhone6上测试这个,页面左侧有一个空白。这是我的密码: 设置ul0的填充,放置设置ul的填充,放置设置填充:0;保证金:0;到css中的ul部分,这将解决您的问题 ul { list-style: none; margin: 0; padding: 0; } li { margin-bottom: 50px; background-color: green; } .green-box { text-justify: inter-word; widt

我在我的iPhone6上测试这个,页面左侧有一个空白。这是我的密码:


设置
ul
0的填充,放置
设置
ul的填充,放置
设置填充:0;保证金:0;到css中的ul部分,这将解决您的问题

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin-bottom: 50px;
  background-color: green;
}

.green-box {
  text-justify: inter-word;
  width: 100%;
  font-size: 1.1em;
}

享受:)

设置填充:0;保证金:0;到css中的ul部分,这将解决您的问题

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin-bottom: 50px;
  background-color: green;
}

.green-box {
  text-justify: inter-word;
  width: 100%;
  font-size: 1.1em;
}

享受:)

在手机中查看此页面时,添加手机中遇到的问题的屏幕截图;在手机中查看此页面时,添加手机中遇到的问题的屏幕截图
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin-bottom: 50px;
  background-color: green;
}

.green-box {
  text-justify: inter-word;
  width: 100%;
  font-size: 1.1em;
}