码迷,mamicode.com
首页 >  
搜索关键字:hover    ( 2235个结果
css3的transform-origin配合scale,控制动画,实现各种hover效果
1.底部画线,从左边开始,右边结束 html: <div class="silde-txt">底部划线</div> css: <style>.silde-txt{ width: 200px; color: red; position: relative; text-align: center; ma ...
分类:Web程序   时间:2018-04-28 15:44:36    阅读次数:506
CSS 选择器
优先级 由高到低 style 样式 id 伪类 :hover :focus atr class 元素 通用 按权重 选择 ...
分类:Web程序   时间:2018-04-28 14:20:44    阅读次数:163
菜单显示不同效果
菜单效果显示: 代码: ...
分类:其他好文   时间:2018-04-28 14:08:22    阅读次数:161
伪类选择器
1 2 3 4 5 伪类选择器 6 35 36 37 百度 38 京东 39 淘宝 40 41 ...
分类:其他好文   时间:2018-04-27 13:56:36    阅读次数:178
:hover的用法
鼠标移入字体变色,下划线出现,移出则字体变为原来的颜色,下划线消失。 代码如下: 效果如下: ...
分类:其他好文   时间:2018-04-27 13:43:28    阅读次数:167
CSS实战3
1. z-index 层级 div 层 2.背景半透明 CSS3 opacity: 0.5; 让盒子半透明 里面的内容也半透明 ...
分类:Web程序   时间:2018-04-27 12:15:47    阅读次数:208
在CSS中定义【导航栏】超链接样式
1、案例css代码 2、案例html代码 自己的案例, /*导航栏*/.menu a:link{ color:white}/* 链接默认为白色 */ .menu a:hover{ color:red}/* 鼠标悬停白色 */ .menu a:active{ color:yellow}/* 鼠标点击与 ...
分类:Web程序   时间:2018-04-26 23:23:36    阅读次数:341
列表制作
1.制作下面图像列表 2.<style type="text/css"> ul{ width: 200px; list-style: none;} ul li{margin-top: 10px;} ul li a{ display: block; height: 35px; line-height: ...
分类:其他好文   时间:2018-04-26 13:22:55    阅读次数:277
input密码自动填充
自动填充样式修改 input: -webkit - autofill, input: -webkit - autofill: hover, input: -webkit - autofill: focus, input: -webkit - autofill: active { -webkit - ...
分类:其他好文   时间:2018-04-26 12:20:05    阅读次数:236
[HTML/CSS]导航栏的下划线跟随效果
1 2 3 4 5 6 7 纯CSS导航栏下划线跟随效果 8 9 55 56 57 纯CSS导航栏 58 导航菜单项 59 被划过 60 下划线跟随 61 62 63 ...
分类:Web程序   时间:2018-04-26 11:53:23    阅读次数:175
2235条   上一页 1 ... 74 75 76 77 78 ... 224 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!