.tooltip .tooltiptext { visibility: hidden; /* 淡入 - 1秒内从 0% 到 100% 显示: */ opacity: 0; transition: opacity 1s;} .tooltip:hover .tooltiptext { visibilit ...
分类:
其他好文 时间:
2018-06-19 18:28:33
阅读次数:
130
1.边框渐变 如: .arrow div {transition: border-color 0.5s ease-in-out; } .arrow div:hover {border-color: #009688; } 2.display的flex属性使用详解 flex的兼容性在pc端还算阔以,但是 ...
分类:
Web程序 时间:
2018-06-18 18:26:16
阅读次数:
205
官网上关于过渡属性的值: transition-timing-function 的值 有一下特点: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width= ...
分类:
其他好文 时间:
2018-06-16 15:13:20
阅读次数:
209
接着上一篇博客继续往下总结,上一篇博客的地址:https://www.cnblogs.com/bainianminguo/p/9189324.html 我们开始吧 这里我们就需要先看下我们设计的数据库 一、先看下数据库的设计,我们一共创建了3张表 表1为class表,他是一个单表,只有一个class ...
分类:
其他好文 时间:
2018-06-16 13:26:47
阅读次数:
182
百度地图秘钥 A1LU7iHS0avqQwPLAxbhKn0UYSQCuRVH去掉地图logo:.BMap_cpyCtrl {display: none;} .anchorBL{display: none;} 禁止页面缩放:<meta name="viewport" content="width=d ...
分类:
Web程序 时间:
2018-06-14 14:59:43
阅读次数:
202
Title 1 2 3 4 5 6 7 8 9 10 下一页 ...
分类:
其他好文 时间:
2018-06-13 21:43:23
阅读次数:
194
微信打开。二微码布局乱了;原因:布局问题; 这个地方写了两个display;把display:inline-block 删除就可以了。 我写了两个display:inline-block;不过有一点小疑问,为什么我刚开始没hover前是display:none;这不是块级元素,因为之前是displa ...
分类:
微信 时间:
2018-06-12 22:31:01
阅读次数:
365
安卓页面可以打开,苹果端hover上去打不开;hover的没有方法没有激活; a:hover 设置的样式在ios系统的浏览器内显示不出来,看来在iOS系统的移动设备中,需要在按钮元素或body/html上绑定一个touchstart事件才能激活:active状态。 代码如下: 1 或者给body添加 ...
分类:
移动开发 时间:
2018-06-12 22:27:44
阅读次数:
436
button按钮触发 hover 时,自带边框会显示,尤其是 button 设置圆角时,如图: 解决办法: outline: 0; ...
分类:
其他好文 时间:
2018-06-12 12:54:37
阅读次数:
162
1 2 3 4 5 Title 6 34 35 36 37 38 39 logo 40 全部 41 42区 42 笑话 43 图片 44 45 46 47 f 48 49 50 51 52 53 效果如下图 ...
分类:
其他好文 时间:
2018-06-11 13:54:13
阅读次数:
148