摘要:
$(function (){ // var $introduce = $(".c-introduce").html(); // $new_introduce = $introduce.substring(0,80); // $(".c-introduce").html($new_introduce+ 阅读全文
摘要:
var timer;$('.c-introduce').each(function(){ $(this).dotdotdot({ ellipsis:'...' })}) 阅读全文
摘要:
.product_acesure, .product_boxsure, .product_cloudsure, .product_docsure{ background: url("image/product.png") no-repeat 0 0; float:left; height: 100p 阅读全文
摘要:
国内浏览器很多都是双内核(webkit和Trident),webkit内核高速浏览,IE内核兼容网页和旧版网站。而添加meta标签的网站可以控制浏览器选择何种内核渲染。<meta name="renderer" content="webkit|ie-comp|ie-stand"> 国内双核浏览器默认 阅读全文