码迷,mamicode.com
首页 >  
搜索关键字:asm background proce    ( 8328个结果
vue---class绑定
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
网页滚动条修改 css
::-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
【Flutter】App启动页及设置背景颜色
启动图最好设置为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 sprites精灵图,就是将网页的一些图片整合到一张图片文件中,再利用CSS的 “background image”,"background repeat","background position"的组合进行背景定位,background p ...
分类:Web程序   时间:2020-05-18 22:35:22    阅读次数:208
3.border和background
# 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各版本间区别
IGMP版本IGMPv1中定义了基本的组成员查询和报告过程,IGMPv2在此基础上添加了查询器选举和组成员离开的机制,IGMPv3中增加的主要功能是成员可以指定接收或指定不接收某些组播源的报文。三个版本在演进过程中对协议报文的处理是向前兼容的,因此尽管各个版本的协议报文格式不同,但是运行IGMP高版本的路由器可以识别低版本的IGMP报文。所有IGMP版本都支持ASM(Any-SourceMulti
分类:其他好文   时间:2020-05-18 09:32:56    阅读次数:214
vue+element ui实现左侧导航栏动态路由跳转
<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
CSS3 滑过加过渡效果
.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
An abstract
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
8328条   上一页 1 ... 33 34 35 36 37 ... 833 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!