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
优先级 由高到低 style 样式 id 伪类 :hover :focus atr class 元素 通用 按权重 选择 ...
分类:
Web程序 时间:
2018-04-28 14:20:44
阅读次数:
163
1 2 3 4 5 伪类选择器 6 35 36 37 百度 38 京东 39 淘宝 40 41 ...
分类:
其他好文 时间:
2018-04-27 13:56:36
阅读次数:
178
鼠标移入字体变色,下划线出现,移出则字体变为原来的颜色,下划线消失。 代码如下: 效果如下: ...
分类:
其他好文 时间:
2018-04-27 13:43:28
阅读次数:
167
1. z-index 层级 div 层 2.背景半透明 CSS3 opacity: 0.5; 让盒子半透明 里面的内容也半透明 ...
分类:
Web程序 时间:
2018-04-27 12:15:47
阅读次数:
208
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: -webkit - autofill, input: -webkit - autofill: hover, input: -webkit - autofill: focus, input: -webkit - autofill: active { -webkit - ...
分类:
其他好文 时间:
2018-04-26 12:20:05
阅读次数:
236
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