在 Devvn Image Hotspots 中关闭 CSS 属性

问题描述

我对图像热点插件的 Css 有问题。我正在使用 Devvn 的 Image Hotspot,我已经解决了移动设备响应性的问题,但我在使用一个 Css 属性时遇到了问题。 您可以在下面找到我使用过的 Css 代码

@media (max-width: 500px){
div#powerTip{
position: absolute !important; /*The position of the tooltiP*/
    width: auto !important; /*The width of the tooltiP*/
    height: auto !important; /*The height of the tooltiP*/
    left: auto !important; /*The position from the left of the tooltiP*/
    top: auto !important; /*The position from the top of the tooltiP*/
    overflow-x: hidden; /* For Hidding x scrollbar of the tooltiP*/
    overflow-y: hidden; /* For Hidding y scrollbar of the tooltiP*/}}

现在的问题是 left 属性并没有解决问题。作为工具提示,它必须超过一个点,但它一直显示在左侧。 所有其他 CSS 属性都在工作,只是 left 属性没有做任何事情。我以前做过,我知道这应该是正确执行此操作的正确方法,但我不知道为什么它不再起作用了。 提前谢谢你们!!

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)