码迷,mamicode.com
首页 >  
搜索关键字:background    ( 6339个结果
垂直外边距的重叠
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box1{ width: 100px; height: 100px; background-color:red ...
分类:其他好文   时间:2021-07-05 18:59:08    阅读次数:0
input渐变色
box-sizing:border-box; border:20px solid transparent; background-clip:padding-box,border-box; background-origin:padding-box,border-box; background-ima ...
分类:其他好文   时间:2021-07-02 16:17:27    阅读次数:0
活动页开发小记
1、 a链接跳转的时候打开新的页面 < a href="index.html" target="_blank" >跳转打开一个新的页面(不刷新本页)</a> 2、 弹框通常需要一个透明度rgba(0,0,0,0.2) 黑色添加0.2的透明度 呈现遮罩层的效果 3、 background-color: ...
分类:其他好文   时间:2021-06-29 15:19:28    阅读次数:0
[BEX] Quasar bex 提供的那些配置
Manifest.json https://developer.chrome.com/extensions/manifest Background Script & Content Script Background Script - 运行在BEX本身的上下文中,可以监听所有可用的浏览器扩展事件。每 ...
分类:其他好文   时间:2021-06-23 16:40:29    阅读次数:0
html背景图
body { background: url('xx.jpg')top center no-repeat; background-size:cover; } body{ background:url('back.jpg'); background-attachment:fixed; backgrou ...
分类:Web程序   时间:2021-06-20 18:22:09    阅读次数:0
在设置背景图片全屏时background-size_ 100% 100%;和background-size_ 100%;的区别,一个100%和两个100%的区别
                              background size:这个属性有两个值,第一个值为x轴方向的缩放比例或者px,第 ...
分类:其他好文   时间:2021-06-13 09:52:05    阅读次数:0
Css语法
Css语法 一、Css引入的四种方式 行内式:在标签中加style属性,值为css代码,不同样式用" ; "号分隔 嵌入式:在head标签中,通过style标签来实现 <head> <style> p{ background-color: red; } </style> </head> 链接式:将c ...
分类:Web程序   时间:2021-06-10 18:33:13    阅读次数:0
解决 elementUI 切换tab后 el_table 固定列下方多了一条线;取消tab页click蓝色下标线
<style lang="scss" scoped> /*取消tab页click蓝色下标线*/ .el-tabs__active-bar { background-color: transparent !important; } /*解决 elementUI 切换tab后 el_table 固定列下 ...
分类:其他好文   时间:2021-06-10 17:44:25    阅读次数:0
2021.6.1.20:41
静态定位 <style> .parent{ width: 300px; height: 300px; background-color: aqua; } .child{ width: 100px; height: 100px; background-color: pink; /* 静态定位 posi ...
分类:其他好文   时间:2021-06-02 20:33:41    阅读次数:0
外边距塌陷原理
都知道解决 外边距塌陷 有多种方法 其中一种 是给父盒子加个overflow:hiden;例如 <style> p { color: #f55; background: #fcc; width: 200px; line-height: 100px; text-align:center; margin ...
分类:其他好文   时间:2021-06-02 19:54:48    阅读次数:0
6339条   1 2 3 4 ... 634 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!