8000 opti: 将 margin, padding 2个类别合并进尺寸与补白大类 · webcoding/css-handbook@62959e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 62959e6

Browse files
committed
opti: 将 margin, padding 2个类别合并进尺寸与补白大类
1 parent 52d3f2d commit 62959e6

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

properties/dimension/margin.htm

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,24 @@ <h1 class="tit">margin</h1>
4949
</header>
5050
<section id="bd">
5151
<section id="syntax" class="g-mod g-attr">
52-
<h2 class="tit">语法</h2>
52+
<h2 class="tit">简写属性语法</h2>
5353
<div class="cont">
5454
<p><strong>margin</strong>:[ <a href="../../values/length/index.htm">&lt;length&gt;</a> | <a href="../../values/numeric/percentage.htm">&lt;percentage&gt;</a> | auto ]{1,4}</p>
5555
<p><strong>默认值</strong><mark class="defaultvalue">看每个独立属性</mark></p>
5656
<p><strong>适用于</strong>:所有元素,除<code class="g-value">非 table | inline-table | table-caption</code>的表格类元素之外</p>
5757
<p><strong>继承性</strong>:无</p>
58-
<p><strong>动画性</strong></p>
58+
<p><strong>动画性</strong>看每个独立属性</p>
5959
<p><strong>计算值</strong>:看每个独立属性</p>
60-
<p><strong>相关属性</strong><a href="margin-top.htm" class="g-property">margin-top</a>||<a href="margin-right.htm" class="g-property">margin-right</a>||<a href="margin-bottom.htm" class="g-property">margin-bottom</a>||<a href="margin-left.htm" class="g-property">margin-left</a></p>
60+
<p><strong>媒 体</strong>:视觉</p>
61+
</div>
62+
<h2 class="tit">分拆独立属性语法:</h2>
63+
<div class="cont">
64+
<p><strong>margin-top</strong><a href="../../values/length/index.htm">&lt;length&gt;</a> | <a href="../../values/numeric/percentage.htm">&lt;percentage&gt;</a> | auto</p>
65+
<p><strong>默认值</strong><mark class="defaultvalue">0</mark></p>
66+
<p><strong>适用于</strong>:所有元素,除<code class="g-value">非 table | inline-table | table-caption</code>的表格类元素和非替代行内元素之外</p>
67+
<p><strong>继承性</strong>:无</p>
68+
<p><strong>动画性</strong>:当取值为 <a href="../../values/length/index.htm">&lt;length&gt;</a> | <a href="../../values/numeric/percentage.htm">&lt;percentage&gt;</a></p>
69+
<p><strong>计算值</strong>:指定的百分比、绝对长度或auto</p>
6170
<p><strong>媒 体</strong>:视觉</p>
6271
</div>
6372
</section>

0 commit comments

Comments
 (0)
0