页面未从 WordPress 读取 CSS

发布于 2025-01-20 09:05:21 字数 1163 浏览 4 评论 0原文

我将字体大小从20px更改为40px,并且页面无法读取CSS。我正在使用WordPress。

清理捕获不起作用。我认为这是CSS阅读的一些问题。当我在F12中的变化为20到40时,该位置大小正在变化。

html

 <div>
      <div class="row_205"> 
                <a href="#" target="_blank"><i class="font-icon-19 fa fa-facebook-f" ></i></a><a href="#" target="_blank"><i class="font-icon-19 fa fa-instagram"></i></a>               
      </div>
</div>

css

.fa.font-icon-19 {
    color: #ffffff;
    font-size: 40px;
    display:inline-block;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:20px;
    
}

.fa.font-icon-19:hover {
    text-rendering: auto;
    color:#3F464C;
    
}

.fa.font-icon-19:active {
    text-rendering: auto;
}

是.fa函数---&gt;

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

“屏幕#1”

I changed a font-size from 20px to 40px and page can't read a CSS. I'm using WordPress.

clearing catch is not working. I thinking its some problem reading from css. WHen i am changin value in f12 from 20 to 40 in exacly this position size is changing.

HTML

 <div>
      <div class="row_205"> 
                <a href="#" target="_blank"><i class="font-icon-19 fa fa-facebook-f" ></i></a><a href="#" target="_blank"><i class="font-icon-19 fa fa-instagram"></i></a>               
      </div>
</div>

CSS

.fa.font-icon-19 {
    color: #ffffff;
    font-size: 40px;
    display:inline-block;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:20px;
    
}

.fa.font-icon-19:hover {
    text-rendering: auto;
    color:#3F464C;
    
}

.fa.font-icon-19:active {
    text-rendering: auto;
}

That is .fa function --->

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

Screen #1

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文