为什么我的文字Icon小图标会缺一点呢?

网上显示的。
图片描述

我自己的,网页上引用其他的没问题。虽然问题不大,但总感觉怪怪的。
图片描述

<li>
   <s class="mail_icon icon"></s>
   <input type="email" required="required" placeholder="登录邮箱"class="email" >
 </li>

.entry li s {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 10px;
  top: 10px;
 display: inline-block;
}
.icon {
  font-family: "mian_font";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
}
.mail_icon:before {
  content: "";
  color: #000;
}

阅读 2.5k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题