doum
2025-09-23 bcadfb6de692c138774688efd7928a973d59860f
server/src/main/resources/templates/components/nav.html
@@ -151,19 +151,40 @@
        }
        .nav-btn {
            margin-left: 80px;
            margin-left: 10px;
            flex-shrink: 0;
            width: 100px;
            height: 44px;
            line-height: 44px;
            text-align: center;
            background: #FF7900;
            border-radius: 22px;
            font-weight: 500;
            font-size: 16px;
            color: #FFFFFF;
            border: none;
            cursor: pointer;
            .btn-code {
                display:inline-block;
                flex-shrink: 0;
                width: 100px;
                height: 44px;
                line-height: 44px;
                text-align: center;
                border-radius: 22px;
                border: 1px solid #FF7900;
                font-weight: 500;
                font-size: 16px;
                color: #FF7900;
                cursor: pointer;
            }
            .btn-use {
                display:inline-block;
                margin-left: 10px;
                width: 100px;
                height: 44px;
                line-height: 44px;
                text-align: center;
                background: #FF7900;
                border-radius: 22px;
                font-weight: 500;
                font-size: 16px;
                color: #FFFFFF;
                border: none;
                cursor: pointer;
            }
             .btn-use:hover {
                background: #FF8C24;
            }
        }
    </style>
<nav>
@@ -213,7 +234,10 @@
                    <#if navIndex ==6></if><div class="underline"></div></#if>
                </li>
            </ul>
            <a href="${webDomain}/aboutChannel.html" class="nav-btn">免费试用</a>
            <div  class="nav-btn">
                <a href="${gitCodeUrl}" target="_blank" class="btn-code">获取源码</a>
                <a href="${webDomain}/aboutChannel.html" class="btn-use">免费试用</a>
            </div>
        </div>
    </div>
</nav>