控制区

测试border属性用法-上下左右属性分别设置

宽和高

width: {{width}}
height: {{height}}

top属性

border-top-width: {{topWidth}}
border--top-style: {{topStyle}}
none hidden dotted dashed solid double groove ridge inset outset
border-top-color: {{topColor}}
black red green blue pink orange purple fuchsia yellow teal transparent

right属性

border-right-width: {{rightWidth}}
border-right-style: {{rightStyle}}
none hidden dotted dashed solid double groove ridge inset outset
border-right-color: {{rightColor}}
black red green blue pink orange purple fuchsia yellow teal transparent

bottom属性

border-bottom-width: {{bottomWidth}}
border-bottom-style: {{bottomStyle}}
none hidden dotted dashed solid double groove ridge inset outset
border-bottom-color: {{bottomColor}}
black red green blue pink orange purple fuchsia yellow teal transparent

left属性

border-left-width: {{leftWidth}}
border-left-style: {{leftStyle}}
none hidden dotted dashed solid double groove ridge inset outset
border-left-color: {{leftColor}}
black red green blue pink orange purple fuchsia yellow teal transparent

预览区

拖动滑动条之后,在这里预览边框变化