电子邮件 AMP 支持的 CSS
重要提示:此文档不适用于您当前选择的格式 网站!
本文档概述了当前在 AMP 电子邮件中受支持的 CSS 功能。
应用 CSS
内部样式表
使用内部样式表时,CSS 指定在位于电子邮件的 <head>
标记中的单个 <style amp-custom>
标记内。
内联样式
除了内部样式表,还可以使用 style
属性 在任何元素上指定内联样式。
外部样式表
AMP for Email 中不支持外部样式表。
电子邮件中任何位置都不允许使用 <link rel="stylesheet" href="...">
。
受支持的 CSS 选择器
简单选择器
组合器
伪类
:active
:checked
:default
:disabled
:empty
:enabled
:first-child
:first-of-type
:focus
:focus-within
:hover
:in-range
:indeterminate
:invalid
:last-child
:last-of-type
:last-of-type
:not
:nth-child
:nth-last-child
:nth-last-of-type
:nth-of-type
:only-child
:only-of-type
:optional
:out-of-range
:read-only
:read-write
:required
:valid
受支持的 CSS 属性
-moz-appearance
-webkit-appearance
-webkit-tap-highlight-color
align-content
align-items
align-self
appearance
azimuth
background
background-attachment
background-blend-mode
background-clip
background-color
background-image
background-origin
background-position
background-repeat
background-size
border
border-bottom
border-bottom-color
border-bottom-left-radius
border-bottom-right-radius
border-bottom-style
border-bottom-width
border-collapse
border-color
border-left
border-left-color
border-left-style
border-left-width
border-radius
border-right
border-right-color
border-right-style
border-right-width
border-spacing
border-style
border-top
border-top-color
border-top-left-radius
border-top-right-radius
border-top-style
border-top-width
border-width
bottom
box-shadow
box-sizing
break-after
break-before
break-inside
caption-side
caret-color
clear
color
color-adjust
column-count
column-fill
column-gap
column-rule
column-rule-color
column-rule-style
column-rule-width
column-span
column-width
columns
counter-increment
counter-reset
cursor
direction
display
elevation
empty-cells
filter
flex
flex-basis
flex-direction
flex-flow
flex-grow
flex-shrink
flex-wrap
float
font
font-family
font-feature-settings
font-kerning
font-size
font-size-adjust
font-stretch
font-style
font-synthesis
font-variant
font-variant-alternates
font-variant-caps
font-variant-east-asian
font-variant-ligatures
font-variant-numeric
font-variation-settings
font-weight
gap
grid
grid-area
grid-auto-columns
grid-auto-flow
grid-auto-rows
grid-column
grid-column-end
grid-column-start
grid-row
grid-row-end
grid-row-start
grid-template
grid-template-areas
grid-template-columns
grid-template-rows
height
连字符
图像方向
图像分辨率
内联大小
隔离
内容对齐
项目对齐
自我对齐
左
字间距
换行
行高
列表样式
列表样式位置
列表样式类型
边距
下边距
左边距
右边距
上边距
最大高度
最大宽度
最小高度
最小宽度
混合混合模式
对象填充
对象位置
偏移距离
不透明度
顺序
轮廓
轮廓颜色
轮廓偏移
轮廓样式
轮廓宽度
溢出
x 方向溢出
y 方向溢出
溢出换行
填充
下填充
左填充
右填充
上填充
暂停
暂停后
暂停前
透视
透视原点
音高
音高范围
放置项目
位置
引号
调整大小
丰富度
右
行间距
朗读
朗读标题
朗读数字
朗读标点符号
语音速率
重音
表格布局
文本对齐
文本末尾对齐
文本垂直合并
文本修饰
文本修饰颜色
文本修饰线
文本修饰跳过
文本修饰样式
文本强调
文本强调颜色
文本强调位置
文本强调样式
文本缩进
文本对齐
文本方向
文本溢出
文本阴影
文本转换
文本下划线位置
顶部
转换
转换框
转换原点
转换样式
过渡
过渡延迟
过渡持续时间
过渡属性
过渡时序函数
Unicode 双向
垂直对齐
可见性
语音系列
空白
宽度
单词换行
字间距
单词换行
书写模式
z 索引
其他限制
以下 CSS 属性有其他限制
属性 | 限制 |
---|---|
cursor |
仅允许的值为 pointer 和 initial 。 |
filter |
不允许 url() 。 |
过渡 |
仅可以对 opacity 、transform 、visibility 和 offset-distance 进行动画处理。 |
可见性 |
仅允许的值为 hidden 、visible 和 initial 。 |
z 索引 |
仅允许介于 -100 和 100 之间的值。 |
@ 规则
目前仅支持一个 @ 规则,即 @media
。有关更多信息,请参阅 媒体功能。
自定义字体 (@font-face
)
AMP for Email 不支持自定义字体。
媒体特性
支持通过 @media
查询有条件地应用规则的 媒体特性 列表。