We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066df04 commit fc3ad66Copy full SHA for fc3ad66
properties/backgrounds/border-image-width.htm
@@ -67,7 +67,7 @@ <h2 class="tit">取值:</h2>
67
<dt><a href="../../values/length/length.htm"><length></a>:</dt>
68
<dd>用长度值指定图像边框的厚度。不允许负值。</dd>
69
<dt><a href="../../values/numeric/percentage.htm"><percentage></a>:</dt>
70
- <dd>用百分比指定图像边框的厚度。参照图像边框区域的大小进行换算。不允许负值。</dd>
+ <dd>用百分比指定图像边框的厚度。参照图像边框区域的大小(包含border和padding)进行换算。不允许负值。</dd>
71
<dt><a href="../../values/numeric/number.htm"><number></a>:</dt>
72
<dd>用浮点数指定图像边框的厚度。该值表示为<a href="border-width.htm" class="g-property">border-width</a>的倍数,若值为<code class="g-value">2</code>,则使用值为<code class="g-code">2 * border-width</code>。不允许负值。</dd>
73
<dt>auto:</dt>
0 commit comments