【发布时间】:2021-08-04 15:31:15
【问题描述】:
我们在手机/平板电脑上的网站预览存在问题。 关于手机版,网站主页没有完全响应,主封面(https://mineteams.com)没有显示所有图片,而在它的演示版中不存在这个问题。
现在请您帮助我们解决这个问题。
PHP 代码:
<div class="pth-hero__scene pth-parallax" style="transform: translate3d(0px, 0px, 0px) rotate(0.0001deg); transform-style: preserve-3d; backface-visibility: hidden; pointer-events: none;">
CSS 代码:
div.pth-hero__scene.pth-parallax {
background: no-repeat fixed center center / cover rgba(0, 0, 0, 0);
height: 40%;
left: 0;
position: cover;
top: 10%;
width: 100%;
}
}
【问题讨论】:
标签: css responsive-design responsive-images