在我的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代码?