摘要:
$('#banner-section').css('height',$(window).width() / 1900 * 490 ); $(window).resize(function(){ $('#banner-section').css('height',$(window).width() / 阅读全文
摘要:
简介: 1.smarty语法:它是php的一种模板引擎 它的设计特点是:业务逻辑与显示逻辑分离 Smarty的标签都是使用定界符{ }括起来注释:{* 我是Smarty的注释内容 *} <ul> {/foreach from=$parent_result item=v/} <li data-cate 阅读全文
摘要:
思路:将该矩形分为三个div,中间的div使用border的特性 代码实现如下: 阅读全文
摘要:
方法1.使用border属性实现 我们将一个div的width、height、font-size设置为0,给它一个border-width值,border-color给定四种不同的颜色,此时我们会看到该div由四个三角形组成的,由此我们可以根据需要保留需要的三角形,其他三个三角形定义为透明trans 阅读全文