<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://ds1.truefitcorp.com/store-nem/6.24.0.3/resources/store/nem/css/fitrec-responsive.css">
</head>
<body>
<div class="tfc-cfg-widget tfc-fitrec-result">
<div class="tfc-cfg-logo"></div>
<p>Which Size Fits Me?</p>
<div>
</body>
</html>
在外部css内部我们有类tfc-cfg-logo的背景图片但是IE单独的背景图片无法正常工作,因为所有浏览器都在外部css中检查图像,但IE检查我的代码库。
像这样的外部css内部
.tfc-cfg-widget.tfc-fitrec-result .tfc-cfg-logo {
background-image: url(../images-snapshot/responsive/logo/bg-logo-red.svg);
}
中的 T 徽标