We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
.wrap { overflow: hidden; } .side, .main { padding-bottom: 1000em; /* 够使用即可 */ margin-bottom: -1000em; }
实例
.wrap { position: relative; overflow: hidden; } .sideHelper, .mainHelper { position: aboslute; left: 0; top: 0; } .sideHelper { z-index: 2; /* 覆盖 .mainHelper */ width: 200px; /* $sideWidth */ background-color: #faa; } .mainHelper { width: 100%; background-color: #f1f1f1; } /* 其他内容的 z-index 要高于 helper 元素 */
没什么代码, 直接看实例吧!
table 标签里面的 td 就是等高的. 看实例
使用一个颜色分割的两栏背景图片.
Sorry, something went wrong.
转 riskers/blog#2
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: