)
我将其写在css文件中
.img-show-chrt {
position: fixed;
z-index: 1000;
top: 50%;
right: -22px;
display: none;
transform: scaleX(-1);
}
这是HTML:
<img class="img-side img-show-chrt" src="styles/images_1/side1.svg"/>
,它适用于chrome: the screenshot of browser (chrome)
但是在Safari(苹果ipod)上不起作用: the screenshot of browser (safari)
为什么会发生?