<style> div{ width: 200px; height: 20px; background-color: red; } ul{ display: none; margin: 0; padding: 0; width: 200px; background-color: #ccc; } </ ...
分类:
Web程序 时间:
2021-03-01 14:07:32
阅读次数:
0
推荐书籍:码出高效: Java 开发手册 2.2 层次选择器 idea里代码规范是按:ctrl +alt+L快捷键 注释快捷键:ctrl+/ 1.后代选择器:在某个元素的后面 祖爷爷 爷爷 爸爸 你 <style> /*p{*/ /* background: #02ff00;*/ /*}*/ /* ...
分类:
Web程序 时间:
2021-02-27 13:14:06
阅读次数:
0
ImageView(图像视图)_UI组件_Androidsrc属性和background属性的区别scaleType 属性 android:scaleTypefitEnd , fitStart , fitCenteradjustViewBounds设置图像缩放时是否按长宽比TOC ImageView ...
分类:
移动开发 时间:
2021-02-25 12:12:21
阅读次数:
0
background 在以5.3为内核的ubuntu中编译3.10的内核时,出现: include/linux/compiler-gcc.h:106:30: fatal error: linux/compiler-gcc5.h错误 尝试了网上说的将当前内核(5.3)的compiler-gcc.h复制 ...
分类:
其他好文 时间:
2021-02-24 13:28:44
阅读次数:
0
1. 使用场景 页面上有很多图片,或者图片很大,这都会使加载的时候出现大片空白,影响用户体验。 2. 解决办法 在CSS里给img指定默认显示的图片,以下是代码: { //**** background-image: url(...) //默认图片路径 //**** } 3. 效果 这样,浏览器加载 ...
分类:
其他好文 时间:
2021-02-23 14:00:28
阅读次数:
0
::v-deep .el-table tbody tr:hover > td { background-color: transparent;//去掉hover高亮 } ::v-deep .el-table::before { height: 0;//去掉表格下边框 } ::v-deep .el-t ...
分类:
其他好文 时间:
2021-02-20 12:43:02
阅读次数:
0
<!DOCTYPE html><html> <head><meta charset="UTF-8"><title>离子星空</title><style type="text/css">* {margin: 0;padding: 0;}#myCanvas {background-color: blac ...
分类:
其他好文 时间:
2021-02-19 13:31:53
阅读次数:
0
CSS固定菜单栏 - 当鼠标向下滑动时,位于最上面的导航一直不动,而内容发生变化 <style> * { padding: 0px; margin: 0px; } .navbar { width: 100%; background: black; /* 固定住导航条 */ position: fix ...
分类:
Web程序 时间:
2021-02-17 14:24:01
阅读次数:
0
二维坐标 div { width: 150px; height: 100px; background: pink; transform: translate(20px,20px); transform: translateX(20px);/*单独设置X轴的值*/ transform: transla ...
分类:
其他好文 时间:
2021-02-02 10:34:08
阅读次数:
0
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <style type="text/css"> .box { background: #f00; width: 0px; height: 0px; positi ...
分类:
Web程序 时间:
2021-01-28 11:37:28
阅读次数:
0