html - css 移动 View 不起作用

标签 html css

在我的 CSS 元素中,我有:

正文包含左部分、右部分和页脚..我希望当我进入移动 View 时显示应该是

left section
right section
footer

但是我尝试过,我得到了

left section,
right section ----->>this section overrides to footer..
footer

jsfiddle 是:

jsfiddle link 我做错了什么?

最佳答案

您需要做的是:

  • 删除 max-height: 50px来自#rightcol@media查询
  • 您已解锁<p>标签,记得用 </p> 关闭它

<强> JSFiddle

关于html - css 移动 View 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31644868/

相关文章:

php - UL 列表样式不适用于 woocommerce 结帐页面

html - CSS 属性不适用于包含 pre 元素的段落

HTML/CSS : Hide Text and Show Border

css - 页脚菜单栏的代码

css - IE9 的 future : Opacity + Performance

html - 将页脚中的一个 div 与另一个 div 对齐

javascript - 一个莫名其妙的点击事件 : Why such behaviour?

html - UL 的 - 如何在顶部添加标题?

html - 如何修改 angularJS 中的 md-input-container

html - 存在水平滚动条时右对齐元素