码迷,mamicode.com
首页 >  
搜索关键字:background    ( 6339个结果
CSS揭秘之《灵活的背景定位》
针对容器某个角对背景图片做偏移定位现在就假设想针对容器右下角右侧20px偏移,底部10px偏移有如下几种方式1、原理设置透明边框 div { background: url(../images/code-pirate.svg) no-repeat 100% 100% #58a; border-rig ...
分类:Web程序   时间:2020-05-10 18:56:48    阅读次数:74
vue 生产包 背景图片-background图片不显示
vue生产包: css放在一个文件下,图片在img文件夹下 通常我们使用img标签引入文件,npm run build 打包后 ,因为img为html标签,打包后他的路径是由index.html开始访问的,他走static/img/'图片名'是能正确访问到图片的 而我们写在css backgroun ...
分类:其他好文   时间:2020-05-09 19:23:24    阅读次数:60
jQuery实现table隔行换色和鼠标经过变色
一、隔行换色 $("tr:odd").css("background-color","#eeeeee"); $("tr:even").css("background-color","#ffffff");或者一行搞定:$("table tr:nth-child(odd)").css("backgrou ...
分类:Web程序   时间:2020-05-07 22:36:06    阅读次数:95
AR 配置
配置流程 1 AR Foundation更新到3.0,对应的其他库也要更新 2 针对srp要做特殊设置 https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@3.0/manual/ar-camera-background-with-s ...
分类:其他好文   时间:2020-05-06 22:01:05    阅读次数:110
使用JQuery完成表格的隔行换色
使用JQuery完成表格的隔行换色 Js相关技术 获得所有的行 ? table.rows[] 修改行的颜色 ? row.bgColor ="red" ? row.style.backgroundColor = "black" ? row.style.background = "red" ? "bac ...
分类:Web程序   时间:2020-05-06 01:06:58    阅读次数:69
CSS - checkbox 样式
.checkbox-wrap{ position:relative } .checkbox-wrap::before{ content: ''; position: absolute; top: 8px; width: 22px; height: 22px; background: #fff; bo ...
分类:Web程序   时间:2020-05-05 21:43:04    阅读次数:89
1.1 The background of the emergence of computer networks
1. Popularization and diversification of computers 2. From independent mode to network interconnection mode WAN(Wide Area Network) : a remote Network ...
分类:Web程序   时间:2020-05-05 17:42:35    阅读次数:79
js添加标签和删除标签内容
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> #div1{ height: 200px; background: gold; overflow: scroll; ...
分类:Web程序   时间:2020-05-04 19:49:16    阅读次数:87
event事件延伸以及阻止方式
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> #div1{ height:200px; width: 200px; background: gold; } #di ...
分类:其他好文   时间:2020-05-04 17:43:22    阅读次数:90
vue打包后空白页问题全记录 (background路径,css js404,jsonp等);
总结一下vue打包后问题全记录:大部分开发者webpack基本上都是拿来就用的(并没有系统化的研究)。 一 >>> 打包之后的静态文件不能直接访问:(例如dist)打包后搭个服务器才能访问的! 选择cd 到dist存放发目录下 npm install http-server -g 二 >>> bac ...
分类:Web程序   时间:2020-05-04 17:41:05    阅读次数:93
6339条   上一页 1 ... 27 28 29 30 31 ... 634 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!