Lines Matching refs:border
23 …border | - | 0 …
24 …border-style | string | solid …
25 | border-[left\|top\|right\|bottom]-style | string | solid …
26 …border-[left\|top\|right\|bottom] | - | - …
27 | border-width | <length> | 0 …
28 | border-[left\|top\|right\|bottom]-width | <length> | 0 …
29 | border-color | <color> | black …
30 | border-[left\|top\|right\|bottom]-color | <color> | black …
31 …border-radius | <length> | - …
32 | border-[top\|bottom]-[left\|right]-radius | <length> | - …
56 …border-box。可选值为:<br/>- margin-box:margin计算入长宽尺寸内。<br/>- border-box:border计算入长宽尺寸内。<br/>-…
60 …border-image-source<sup>7+</sup> | string | - …
61 | border-image-slice<sup>7+</sup> | <length> \| <percentage> | 0 …
62 | border-image-width<sup>7+</sup> | <length> \| <percentage> | 0 …
63 | border-image-outset<sup>7+</sup> | <length> \| <percentage> | 0 …
64 | border-image-repeat<sup>7+</sup> | string | stretch …
65 …border-image<sup>7+</sup> | string | - …
66 …border-box | 设置组件的边框类型。<br/>content-box:标准盒子模型。设置的width和height只包含内容的宽和高,不包含边框(border)和内边距(paddin…
78 …in: 10px; box-sizing: content-box; width: 300px;height: 300px; border-color: blue; border-width: 2…
81 …<text style="margin: 10px; box-sizing: border-box; width: 300px;height: 300px;border-color: blue; …