此方法可行: <style lang="less" scoped> .login /deep/ .van-field__control {height:30px;padding:5px 10px;color: #c4c4c4;background:#ffffff;font-size: 12px;bo ...
分类:
其他好文 时间:
2020-05-21 11:49:56
阅读次数:
317
描述 给出一个无向图顶点和边的信息,输出这个无向图的深度优先遍历序列和广度优先遍历序列。从一个顶点出发如果有2个以上的顶点可以访问时,我们约定先访问编号大的那个顶点。示例输入对应的图如下图所示: background Layer 1 v1 v2 v3 v4 v6 v8 v7 v5 输入 输入的第1行 ...
分类:
其他好文 时间:
2020-05-20 20:03:05
阅读次数:
102
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
<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