美文网首页
省略号——中英文以及数字1旁边的差异

省略号——中英文以及数字1旁边的差异

作者: 422ccfa02512 | 来源:发表于2020-04-11 10:20 被阅读0次

英文下:

...

中文下:

。。。

中文状态下,键盘1左边按键:

···
<style>
.shape-round-rectangle {
  font:14px/1.5 "Arial","Lantinghei SC", "Hiragino Sans GB", "Microsoft Yahei", STHeiti, Verdana, sans-serif;
  display: inline-block;
  color: #fff;
  height: 16px;
  min-width: 16px;
  line-height: 16px;
  padding: 0 3px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 100px;
  background-color: #E74900;
}
</style>

<p>英文下:</p>
<span class="shape-round-rectangle">...</span>  
<p>中文下:</p>
<span class="shape-round-rectangle">。。。</span>
<p>中文状态下,键盘1左边按键:</p>
<span class="shape-round-rectangle">···</span>
效果图

相关文章

网友评论

      本文标题:省略号——中英文以及数字1旁边的差异

      本文链接:https://www.haomeiwen.com/subject/higfwctx.html