【发布时间】:2021-06-19 10:33:35
【问题描述】:
我的问题是产品的标题在滚动时没有显示在手机上,尽管如果您通过笔记本电脑检查它在手机上的显示方式,那么一切正常。有人可以帮忙吗?
【问题讨论】:
标签: javascript html css web
我的问题是产品的标题在滚动时没有显示在手机上,尽管如果您通过笔记本电脑检查它在手机上的显示方式,那么一切正常。有人可以帮忙吗?
【问题讨论】:
标签: javascript html css web
你可以试试这个吗:
<div class="header__top top-header"
style="position: fixed; top: 0;width: 100%;">
<div class="header__bottom bottom-header" id="navbar"
style="position: fixed; top: 50px;width: 100%;">
<main class="page-compare _container"
style="margin-top: 52px !important;">
请为此使用 css 类。
【讨论】: