Element.style有一些样式,但是没有内联样式

时间:2019-07-16 07:38:27

标签: html css

在我的html文件中,没有内联样式,但是在chrome inspect面板中它显示以下内容:

检查元素:

element.style {
  bottom: 0px;
  position: fixed;
  top: 80px;
  left: 15px;
}

HTML:

<div class="post-shares sticky-shares" style="">
  <a href="#" class="share-facebook"><i class="fa fa-facebook"></i></a>
  <a href="#" class="share-twitter"><i class="fa fa-twitter"></i></a>
  <a href="#" class="share-google-plus"><i class="fa fa-google-plus"></i></a>
  <a href="#" class="share-pinterest"><i class="fa fa-pinterest"></i></a>
  <a href="#" class="share-linkedin"><i class="fa fa-linkedin"></i></a>
  <a href="#"><i class="fa fa-envelope"></i></a>
</div>

在哪里可以找到在inspect元素中找到的CSS代码?

0 个答案:

没有答案