时间:2021-05-08
以前需要边框长度比容器小一些时,我用div嵌套。后来发现伪类在实现这个效果时很方便,只需要一个div就够了,另外调整padding和margin都不会很麻烦。
<div class="content-block"><div class="box-container"><div class="border-top">border top</div></div><div class="box-container"><div class="border-left">border left</div></div><div class="box-container"><div class="border-right">border right</div></div><div class="box-container"><div class="border-bottom">border bottom</div></div></div>.box-container { position: relative; width: 90%; color: #777;}.border-top { background: #b4bcbf; padding: 15px;} .border-top:before { content: ''; position: absolute; left: 42%; top: 0; bottom: auto; right: auto; height: 7px; width: 50%; background-color: #8796a9; }.border-left { background: #dfdad6; padding: 15px;} .border-left:before { content: ''; position: absolute; left: 0; top: 6%; bottom: auto; right: auto; height: 52%; width: 5px; background-color: #a89d9e; }.border-right { background: #eee9c4; padding: 15px;} .border-right:after { content: ''; position: absolute; left: auto; top: auto; bottom: 5px; right: 0; height: 52%; width: 5px; background-color: #f39c81; }.border-bottom { background: #bcdc9d; padding: 15px;} .border-bottom:after { content: ''; position: absolute; left: 18px; top: auto; bottom: 0; right: auto; height: 6px; width: 105px; background-color: #32b66b; }效果如下图:
总结
以上所述是小编给大家介绍的CSS边框长度控制功能的实现,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对网站的支持!
如果你觉得本文对你有帮助,欢迎转载,烦请注明出处,谢谢!
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
在网页排版设计中,会遇到文本超过固定长度导致整体的网页变形的情况。程序员往往需要截取固定的长度来实现某些固定长度的控制。介绍一种直接采用CSS的代码控制来实
这里边框属性的虚线边框border控制虚线。以下配置的css高度(cssheight)和css宽度(csswidth)为350像素。一、四边为虚线边框borde
本文实例为大家分享了Ajax实现表格中的信息进行更新数据,供大家参考,具体内容如下html:Title1111222233334444css:控制单根边框/*利
用Div+Css如何实现表格的方法。在网上查找了一下。可以直接控制Div的边框直接实现。 下面先把代码放上来,大家一起研究下。 代码:#div1{wid
一、CSS控制边界 1、内边距padding(内边距也叫内填充)padding-bottom长度/百分比元件下端边线的空隙padding-left长度/百