regular-extend-all
2016-07-31 12:07:56 0 举报
”regular-extend-all”是一个常见的CSS属性值,用于设置元素的边框样式。它表示将边框的所有四个方向(上、右、下、左)都设置为同样的样式。例如,如果你设置一个div元素的border为1px solid black,并且使用”regular-extend-all”,那么这个div的四个方向都将有1像素宽的黑色实线边框。 这个属性值在需要统一元素边框样式的情况下非常有用,可以大大减少代码量和复杂性。然而,需要注意的是,如果只设置了两个或三个方向的边框样式,而没有设置第四个方向的样式,那么浏览器可能会自动为第四个方向应用相同的样式。
作者其他创作
大纲/内容
B.prototype
prototype
内部属性
B = A.extend(obj2 )
__components
constructor
obj2函数有this.supr( )
__proto__.__proto__......
_filters
__directives
层层继承
obj1
function B { }
b1 = new B( obj3 )
_directives有
function A { }
__proto__
__proto__.__proto_......
__events
_directives_filters......
Regular.prototype
A = X.extend(obj1 )
b1
construtor
A.prototype
$emit( )$on( )$watch( )$emit( )$update( ).......
__animations
r-htmlr-hider-classr-styler-modalr-animation......
function Regular { }
0 条评论
下一页