摘要:
.box img:hover { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; } 阅读全文
摘要:
单行文本超出省略号显示 多行文本超出省略号显示 将height设置为line-height的整数倍,防止超出的文字露出。 阅读全文
摘要:
原理: 1、首先定义一个开关(其实就是一个标志),默认为开; 2、定义或者获取默认显示的容器(container)的高度(heightm); 3、点击按钮(#more-news-media)时,如果为“开(true)”,则容器(container)的高设为自动(auto),就将显示所有,此时将开关置 阅读全文
摘要:
.line { border-bottom: 2px solid #E40012; width:0px; display: inline-block; height: 2px; margin-bottom: 6px; } .animation-box:hover .line { animation: test 0.5s linear; an... 阅读全文
摘要:
1、微信小程序变量定义时中间不能使用 “-”。 2、padding值不能为负。 阅读全文
摘要:
今天遇到了全屏翻滚的网站首页,自然客户要求图片不能大量变形,于是,我通过写两个不同的类(每个类里面的background-images属性值URL不同),在页面里面通过jq判断屏幕大小,添加和删除自定义类。 jq代码如下: css代码如下: HTML代码如下: 阅读全文
摘要:
$('.carousel').carousel(); //启动轮播 $('.carousel').carousel(‘pause’); //关闭轮播$(‘.carousel’).carousel({ pause:‘none’}); //鼠标放到banner图上不停止轮播 阅读全文
摘要:
要去上班了,时间比较紧,先把代码粘出来,原理慢慢讲 我来了,今天是农历七月八日,昨天是七夕,不知道为什么,突然通知放假半天(嘎嘎),好吧,没什么!!!走到半路的我看到通知,立马撤了。正好回来把这个原理补上。 一般情况下,网页嵌入人物图片,是必须要按比例缩放的,不像一般的图片操作起来比较简单。 1、设 阅读全文