vue绑定class <style type="text/css"> .active{ width: 200px; height: 200px; background-color: aqua; } </style> <div id="app"> <!-- 通过对象的方式决定是否存在某个类 --> < ...
分类:
其他好文 时间:
2020-05-19 23:15:32
阅读次数:
169
::-webkit-scrollbar { width: 6px; height: 6px; } ::-webkit-scrollbar-thumb { background-color: #c2c2c2; background-clip: padding-box; min-height: 28px ...
分类:
Web程序 时间:
2020-05-19 12:32:44
阅读次数:
59
启动图最好设置为png格式的透明图,以防图片填充不满的时候背景图会非常的煞白(Flutter 默认背景色是白色)。 打开android\app\src\main\res\drawable\launch_background.xml, <?xml version="1.0" encoding="utf ...
分类:
移动开发 时间:
2020-05-19 10:24:51
阅读次数:
330
CSS sprites精灵图的使用及其作用 所谓CSS sprites精灵图,就是将网页的一些图片整合到一张图片文件中,再利用CSS的 “background image”,"background repeat","background position"的组合进行背景定位,background p ...
分类:
Web程序 时间:
2020-05-18 22:35:22
阅读次数:
208
# 3.border和background - border-radius border-radius:上左 上右 下右 下左 border-radius:上左下右 上右下左 border-radius:上左 上右下左 下右 border-top-left-radius:10px 10px; bor ...
分类:
其他好文 时间:
2020-05-18 20:54:18
阅读次数:
46
IGMP版本IGMPv1中定义了基本的组成员查询和报告过程,IGMPv2在此基础上添加了查询器选举和组成员离开的机制,IGMPv3中增加的主要功能是成员可以指定接收或指定不接收某些组播源的报文。三个版本在演进过程中对协议报文的处理是向前兼容的,因此尽管各个版本的协议报文格式不同,但是运行IGMP高版本的路由器可以识别低版本的IGMP报文。所有IGMP版本都支持ASM(Any-SourceMulti
分类:
其他好文 时间:
2020-05-18 09:32:56
阅读次数:
214
<el-col> <el-menu default-active="1" class="el-menu-vertical-demo" @open="handleOpen" @close="handleClose" background-color="rgb(255,255,255,0)" text- ...
分类:
其他好文 时间:
2020-05-15 16:10:12
阅读次数:
165
.vogueHover { width: 100%;height: 100%; position: absolute; left: 0; top: 0; background: #001e50; z-index: 9999; opacity:0 } .vogueHover:hover { trans ...
分类:
Web程序 时间:
2020-05-15 15:39:21
阅读次数:
58
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>彩虹小马驹</title> <style> body{ margin: 0; background-color: #eeeeee; } #auth{ height: ...
分类:
其他好文 时间:
2020-05-14 22:17:01
阅读次数:
69
The abstract provides a summary of the thesis and often contains the following moves in this order: 1. background to the thesis 2. purpose of the thes ...
分类:
其他好文 时间:
2020-05-14 12:46:10
阅读次数:
74