字体真棒5显示伪元素的白盒子?

时间:2018-04-21 11:26:45

标签: html css font-awesome font-awesome-5

我正在尝试使用font-awesome 5 on" li"元素,它显示白色框的标志。 enter image description here

HTML:

  <div class="form-action">
      <ul class="select-bar">
          <li class="checkIn">
              <input type="text" id="datepicker">
          </li>
      </ul>
  </div>

CSS:

.checkIn input{
    width:170px;
    height:42px;
    padding:0px 0px 0px 40px;
}
.form-action .checkIn:before{
    content: "\f073";
    font-family: "Font Awesome 5 Regular";
    font-weight: 900;
    color: #777;
}

0 个答案:

没有答案