inset-block-end
CSS
property defines the logical block end offset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation.
It corresponds to the
top
,
right
,
bottom
,或
left
property depending on the values defined for
writing-mode
,
direction
,和
text-orientation
.
/* <length> values */ inset-block-end: 3px; inset-block-end: 2.4em; /* <percentage>s of the width or height of the containing block */ inset-block-end: 10%; /* Keyword value */ inset-block-end: auto; /* Global values */ inset-block-end: inherit; inset-block-end: initial; inset-block-end: unset;
inset-block-end
property takes the same values as the
left
特性。
| 初始值 |
auto
|
|---|---|
| 适用于 | positioned elements |
| 继承 | no |
| 百分比 | logical-height of containing block |
| 计算值 |
same as box offsets:
top
,
right
,
bottom
,
left
properties except that directions are logical
|
| 动画类型 | a length , percentage or calc(); |
<'top'>
<div> <p class="exampleText">Example text</p> </div>
div {
background-color: yellow;
width: 120px;
height: 120px;
}
.exampleText {
writing-mode: vertical-rl;
position: relative;
inset-block-end: 20px;
background-color: #c8c800;
}
| 规范 | 状态 | 注释 |
|---|---|---|
|
CSS Logical Properties and Values Level 1
The definition of 'inset-block-end' in that specification. |
编者草案 | 初始定义 |
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
inset-block-end
|
Chrome
完整支持
69
Disabled
|
Edge
完整支持
79
Disabled
|
Firefox
完整支持
63
|
IE 不支持 No |
Opera
完整支持
56
Disabled
|
Safari 不支持 No | WebView Android 不支持 No |
Chrome Android
完整支持
69
Disabled
|
Firefox Android
完整支持
63
|
Opera Android
完整支持
48
Disabled
|
Safari iOS 不支持 No | Samsung Internet Android 不支持 No |
完整支持
不支持
用户必须明确启用此特征。
使用非标名称。
inset-block-start
,
inset-inline-start
,和
inset-inline-end
top
,
right
,
bottom
,和
left
writing-mode
,
direction
,
text-orientation
block-size
border-block
border-block-color
border-block-end
border-block-end-color
border-block-end-style
border-block-end-width
border-block-start
border-block-start-color
border-block-start-style
border-block-start-width
border-block-style
border-block-width
border-end-end-radius
border-end-start-radius
border-inline
border-inline-color
border-inline-end
border-inline-end-color
border-inline-end-style
border-inline-end-width
border-inline-start
border-inline-start-color
border-inline-start-style
border-inline-start-width
border-inline-style
border-inline-width
border-start-end-radius
border-start-start-radius
inline-size
inset
inset-block
inset-block-end
inset-block-start
inset-inline
inset-inline-end
inset-inline-start
margin-block
margin-block-end
margin-block-start
margin-inline
margin-inline-end
margin-inline-start
max-block-size
max-inline-size
min-block-size
min-inline-size
padding-block
padding-block-end
padding-block-start
padding-inline
padding-inline-end
padding-inline-start