aoki 发表于 2025-1-27 16:27:12

n7模板 帖子页面 右侧用户栏添加一个tips




/template/discuz_theme_n7/forum/viewthread.php
438处<div id="comiis_viewthread_sidetop_div"></div>上方合适地位

    <div class="custom-tip"><p>💡 <strong>Tips:</strong> <span id="random-text"></span></p></div>
    <script src="https://www.jiubbs.cn/s/js/tips.js"></script>
    <style>
    .custom-tip {
    margin-top: 10px;
    padding: 5px;
    /*background-color: #f8f9fa;
    border: 1px solid #dee2e6;*/
    border-radius: 5px;
    font-size: 12px;
    color: #6c757d;
}
   </style>
页: [1]
查看完整版本: n7模板 帖子页面 右侧用户栏添加一个tips