码迷,mamicode.com
首页 >  
搜索关键字:background modes    ( 6455个结果
idea 添加目录 右键打开项目
background: 在项目目录内, 右键空白地方右键菜单 command: "C:\Program Files\JetBrains\IntelliJ IDEA 2020.1.1\bin\idea64.exe" "%V" shell: 右键点击项目目录 右键菜单 command: "C:\Prog ...
分类:其他好文   时间:2020-12-04 11:26:37    阅读次数:6
Windows右键打开
一、桌面右键方式 1、Win+R 输入 regedit 进入注册表 2、找到HKEY_CLASSES_ROOT-Directory-Background-shell新建 Typro 3、默认值改为 Open Typora 4、新建 字符串值 ,名称为 Icon 值为应用执行文件所在位置 5、在Typ ...
分类:Windows程序   时间:2020-12-04 11:03:44    阅读次数:17
swiper修改分页器样式
css中,在.swiper-pagination-bullet-active{}中修改就ok。 默认样式为: .swiper-pagination-bullet-active { background-color: #e8561a; width: 20px; border-radius: 20px; ...
分类:其他好文   时间:2020-11-27 11:33:41    阅读次数:7
小相册
代码如下: <style> *{ margin: 0; padding: 0; } html,body{ width: 100%; height: 100%; } body{ background:#1e1e1f; overflow:hidden; } .box{ width: 100%; heig ...
分类:其他好文   时间:2020-11-27 10:58:16    阅读次数:6
盒模型
盒子的六个属性:1·width属性 2.height属性 3.内边距(padding)4.边距(border)5.外边距(margin)6.背景属性(background) 垂直居中的条件:单行文字垂直居中,行高等于高度值 当行高小于高度,文字偏上;当行高大于高度,文字偏下。 盒模型的宽度=左外边距 ...
分类:其他好文   时间:2020-11-26 14:08:53    阅读次数:5
CSS 动态渐变色字体
.ys{ font-weight: 600; font-size: 16px; font-family: "黑体"; color: #8c888b; background: -webkit-linear-gradient(45deg, #70f7fe, #fbd7c6, #fdefac, #bfb5 ...
分类:Web程序   时间:2020-11-24 12:44:17    阅读次数:12
VUE:如何设置当前页面的背景色
给当前页面的最外层div class 加样式 /deep/ html, .home { position: fixed; height: 100%; width: 100%; background-color: #658ea9 !important; } 这是效果 ...
分类:其他好文   时间:2020-11-20 11:36:45    阅读次数:25
xss总结
与xss相关的HTML标签和属性 <script>定义客户端脚本 <img src=>规定显示图像的URL <body background=> 规定文档背景图像URL <body onload=> body标签的事件属性 <input onfocus= autofocus> form表单的事件属性 ...
分类:其他好文   时间:2020-11-19 12:36:19    阅读次数:6
java图片合成
privateStringshareQrCode(Stringcontent){//获取底图Stringpath="/template/background.png";InputStreaminputStream=this.getClass().getResourceAsStream(path);QrConfigconfig=newQrConfig(118,118);//设置边
分类:编程语言   时间:2020-11-18 13:13:19    阅读次数:13
如何设置文字为背景图片的颜色
如果想将文字设置为背景图片的颜色,需要如下步骤: 第一步:设置背景图片 background-image: url("3.jpg"); 第二步:设置属性 background-clip: text; 第三步:将文字颜色改为透明 color: transparent; <!DOCTYPE html> ...
分类:其他好文   时间:2020-11-11 15:52:25    阅读次数:5
6455条   上一页 1 ... 6 7 8 9 10 ... 646 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!