简单图形框代码(3列示例)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了简单图形框代码(3列示例)相关的知识,希望对你有一定的参考价值。
This is simple but saves time to copy-paste. This example has three columns (.boxcol) within the box. But the columns can be removed for single-column box.
<style type="text/css"> .box581-outer { width:581px; background: url('images/box-581-mid.jpg') repeat-y; } .box581-inner { background: url('images/box-581-top.jpg') no-repeat; padding:41px 35px 16px 35px; } .box581-footer { background: url('images/box-581-bottom.jpg') no-repeat; height:54px; } .boxcol { float:left; } .box581-inner .boxcol { width:133px; padding:0 18px; } </style>
以上是关于简单图形框代码(3列示例)的主要内容,如果未能解决你的问题,请参考以下文章
javascript 3d网页 简单的 可视化编辑 图形界面 搭建几何体 带导出物体 示例 ( three.js r114 初探 六)