|
已经解决了,我贴上首页发帖的代码:
- <div style="margin: 20px 0;">
- <style>
- @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
- </style>
- <a href="forum.php?mod=misc&action=nav"
- onclick="showWindow('nav', this.href, 'get', 0); return false;"
- style="display: block; width: 100%; background-color: #009a61; color: white; padding: 12px 0; border-radius: 8px; text-align: center; text-decoration: none; font-size: 16px; font-weight: 500; transition: background-color 0.2s ease;"
- onmouseover="this.style.backgroundColor='#007a4d'"
- onmouseout="this.style.backgroundColor='#009a61'">
- <i class="fas fa-edit" style="margin-right: 6px;"></i> 我要发帖
- </a>
- </div>
复制代码 |
|