Heim >Backend-Entwicklung >PHP-Tutorial >Bitte sagen Sie mir, wie ich den Effekt auf das Bild dieser Community erzielen kann
<code class="html"><div class="tips"> xxxxx </div></code>
<code class="css">.tips{ position:fixed; display:block; bottom:0; left:0; height:100px; width:100%; background:#ccc; color:#fff; z-index:999; }</code>
Feste Positionierung verwenden
HTML:
<code><div class="nologin"> 这个是内容 </div></code>
css
<code>.nologin{ position:fixed; bottom:0; left:0; height:100px; width:100%; background:#eee; color:#333; z-index:999; display:none }</code>
Dann verstecken Sie es und achten Sie auf Scroll-Ereignisse. Wenn die Schriftrolle größer als die gewünschte Position ist, wird die Eingabeaufforderung angezeigt, andernfalls wird sie ausgeblendet