|
|
1
2
只需覆盖
|
|
|
2
1
从代码的外观来看,您似乎正在使用Bootstrap版本3,它有一个内置功能,可以根据屏幕大小显示或隐藏项目,这可能会对您有所帮助。 You can read more about that here . 或者,当屏幕宽度达到特定大小时,您也可以添加自己的媒体查询以删除填充。也许是这样的:
如果您想了解更多关于BS断点的信息 you can look through this post here . 希望有帮助。 |