如何使wordpress显示与单个网页显示相同的效果?

时间:2018-04-29 04:44:11

标签: html css wordpress

kbd.plus-equals {
  display: inline-block;
  background: #FFF;
  color: #FFF;
  font-size: 1px;
  border: 1px solid #999;
  border-radius: 4px;
  box-shadow: 1px 2px 3px #999;
  width: 28px;
  height: 28px;
  overflow: visible;
}

kbd.plus-equals:after {
  content: "+\0a=";
  color: #666;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 12px;
  width: 16px;
  position: relative;
  top: 0;
  left: 6px;
}
Please type the <kbd class="plus-equals">+=</kbd> key. 

打开上面的html,它会显示以下效果。

enter image description here

现在复制我的wordpress中的所有内容并发布它。

enter image description here enter image description here

如何使wordpress显示与单个网页显示相同的效果?

0 个答案:

没有答案
相关问题