-
当边框和边框元素里面的元素需要改变颜色时,可以直接改变边框的颜色,只要一个color 的hover属性发生变化,相应的就可以一起变色!查看全部
-
border:边框的颜色就是指color的颜色,当边框没有设定颜色时,底下的color属性就会作为边框的颜色;查看全部
-
兼容IE写法:使用border手绘移动端收缩展示按钮 { width:120px; height:20px; border-top:60px doublue; border-bottom:20px solid; }查看全部
-
8856查看全部
-
透明border突破可视区域限制查看全部
-
复选框查看全部
-
.yuanjiao:before,.yuanjiao:after{content: '';position: absolute;left: 0px;width: 594px; border: 3px solid;} .yuanjiao:before{top:-6px;border-color: transparent transparent #c00;} .yuanjiao:after{ bottom: -6px; border-color:#c00 transparent transparent ;} .yuanjiao{position: relative; width: 600px; height: 100px; line-height: 100px; text-align: center; background: #c00; color: #fff; margin: 10px; } <div class="yuanjiao">我有4个小圆角</div>查看全部
-
transparent. 透明效果查看全部
-
border-width,outline,box-shadow,text-shadow,...不支持百分比查看全部
-
说的可以查看全部
-
.box{ width:150px;height:150px; /*超出区域隐藏,只显示一个圆*/ overflow:hidden; } .dotted{ width:100%;heigth:100%; border:149px dottde #fff; } 适合IE查看全部
-
汉堡666查看全部
-
border实现等高布局查看全部
-
filter:drop-shadow实现png图标赋色查看全部
-
优雅的复选框查看全部
举报
0/150
提交
取消