CSS - 内容css属性的含义

时间:2017-10-29 17:24:51

标签: html css

我想知道那些内容css属性是什么意思

figure > figcaption::before{
   // what this propertie mean
   content: "*\002607\0000a0caption\A*";
   white-space: pre;
   font-style: italic;/*emphasized text*/
   font-variant: small-caps;
   font-size: 0.5em;
}

3 个答案:

答案 0 :(得分:0)

CSS content Property

  

content属性与:before和:after伪元素一起使用,以插入生成的内容。

CSS语法

content: normal|none|counter|attr|string|open-quote|close-quote|no-open-quote|no-close-quote|url|initial|inherit;

示例

div {
  width: 250px;
  height: 250px;
  background: blue;
  line-height: 250px;
  text-align: center;
}

h3 {
  color: white;
  position: relative;
}

h3:before{
  content: "\00a9";
  position: absolute;
  font-size: 20px;
  top: -5px;
  right: 0px;
}
<div>
  <h3>This is an example for css property content</h3>
</div>

答案 1 :(得分:0)

请注意,当您不使用

  

内容:&#34; \ 002607 \ 0000a0caption \ A &#34;;

在你的程序中

  

<figcaption>

然后

  

<figcaption>

文本不会填充

  

&#39;带有文字的弯曲右箭头&#34; CAPTION&#34; &#39;

位于<figcaption>文字的顶部。

答案 2 :(得分:-3)

我想这是符号代码,例如:

    <p>&#8630;</p>