登錄頁(yè)面的完成

效果展示

屏幕截圖 2025-03-22 143335.png
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>登錄頁(yè)面</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html,
        body {<!DOCTYPE html>
<html lang="zh">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>云端中國(guó)城管理系統(tǒng)</title>
    <link rel="stylesheet" hert="./css/style.css">
    
    <style>
        body{
            display: flex;
        }



        .left {
            width: 240px;
            height: 900px;
            background-color:#101F4B;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;


        }

        .side {
            width: 100%;
            height: 65px;
            background-color: #c8def1;
            font-weight: 600;
        }

        .under {
            width: 100%;
            flex: 1;
            background-color: #525C64;

        }
        .nav{list-style: none;
            margin-bottom: 20px;

        }
        .nav li{
            margin-bottom: 10px;
        }


        .right {
            flex: 1;
            height: 100%;
            background-color: #F1F2F6;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-direction: column;




        }













        .header {
            width: 1200px;
            height: 50px;
            background-color: cadetblue;

        }




        .footer {
            width: 1200px;
            height: 50px;
            background-color: cadetblue;
        }

        .main {
            width: 1300px;
            height: 800px;
            background-color: #B5BECD;

        }
    </style>
</head>

<body>
    <div class="left">

        <div class="side">云端中國(guó)城</div>
        <div class="under">
            <ul class="nav">
                <li>首頁(yè)</li>
                <li>設(shè)置</li>
                <li>用戶管理</li>
                <li>獎(jiǎng)池管理</li>
                <li>主播認(rèn)證</li>
                <li>直播認(rèn)證</li>
                <li>視頻管理</li>
                <li>財(cái)務(wù)管理</li>
                <li>家族管理</li>
                <li>道具管理</li>
                <li>紅包管理</li>
                <li>守護(hù)管理</li>
                <li>等級(jí)管理</li>
                <li>邀請(qǐng)管理</li>
            </ul>
        </div>
    </div>

    <div class="right">
        <div class="header">
            云端中國(guó)城管理系統(tǒng)
        </div>
        <div class="main"></div>
        <div class="footer">
            <div class="yema">云端中國(guó)城 延安大學(xué) 版權(quán)所有<div>
                    <div class="biaohao">@2024 Educoder 公網(wǎng)安備43
                        019002000962號(hào)
                    </div>
                </div>
            </div>
</body>

</html>
            width: 100%;
            height: 100%;
        }

        body {
            display: flex;
            flex-direction: column;
        }

        .header {
            width: 100%;
            height: 72px;
            /*background-color: #25a2d8;*/
            display: flex;
            justify-content: center;
        }

        .main {
            width: 100%;
            flex: 1;
           background: linear-gradient(45deg,#75CFF8,#D8A0D2);
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .header .content {
            width: 1200px;
            height: 72px;
            /*background-color: #27d9bb;*/
            display: flex;
            align-items: center;
        }

        .header .content img {
            width: 100px;
            height: 30px;
        }

        .login-box {
            width: 400px;
            height: 220px; 
           
            border-radius: 8px;
            box-shadow: #888 10px 10px 20px;
        }

        .title {
            width: 100%;
            height: 50px;
            line-height: 50px;
            text-align: center;
            font-size: 18px;
            letter-spacing: 3px;
            border-bottom: solid 1px #eee
        }
        .login p{
            height: 40px;
           
            display: flex;
            justify-content: center;
            align-items: center;

        }
        .login p input{width: 260px;
            height: 30px;

        }
        .login{
            display: flex;
            flex-direction: column;
            justify-content:space-evenly;
            height: 140px;
        }
        .login p button{outline: none;
            border: none;
            width:200px;
            height: 30px;
            border-radius: 15px;
            background-color: #295cd3;
            color: #fff;
            cursor: pointer;
        }
            .login p button:hover{
                background-color: #144dd2;
                font-weight: 500;
            }

            
        

    </style>
</head>

<body>
    <div class="header">
        <div class="content">
            <img src="./img/下載 (1)(1).png" alt="">
        </div>
    </div>
    <div class="main">
        <div class="login-box">
            <div class="title">鷗鵬AI管理系統(tǒng)</div>
            <div class="login">
                <p>
                    <label for="zhanghao">賬號(hào):</label>
                    <input type="text" name="zhanghao" id="zhanghao" placeholder="請(qǐng)輸入賬號(hào)">
                </p>
                <p>
                    <label for="mima">密碼:</label>
                    <input type="password" name="mima" id="mima" placeholder="請(qǐng)輸入密碼">
                </p>
                <p>
                    <button>登錄</button>
                </p>
            </div>

        </div>
    </div>

</body>

</html>

首頁(yè)效果展示

屏幕截圖 2025-03-22 211514.png
<!DOCTYPE html>
<html lang="zh">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>云端中國(guó)城管理系統(tǒng)</title>
    <link rel="stylesheet" hert="./css/style.css">
    
    <style>
        body{
            display: flex;
        }



        .left {
            width: 240px;
            height: 900px;
            background-color:#101F4B;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;


        }

        .side {
            width: 100%;
            height: 65px;
            background-color: #c8def1;
            font-weight: 600;
        }

        .under {
            width: 100%;
            flex: 1;
            background-color: #525C64;

        }
        .nav{list-style: none;
            margin-bottom: 20px;

        }
        .nav li{
            margin-bottom: 10px;
        }


        .right {
            flex: 1;
            height: 100%;
            background-color: #F1F2F6;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-direction: column;




        }













        .header {
            width: 1200px;
            height: 50px;
            background-color: cadetblue;

        }




        .footer {
            width: 1200px;
            height: 50px;
            background-color: cadetblue;
        }

        .main {
            width: 1300px;
            height: 800px;
            background-color: #B5BECD;

        }
    </style>
</head>

<body>
    <div class="left">

        <div class="side">云端中國(guó)城</div>
        <div class="under">
            <ul class="nav">
                <li>首頁(yè)</li>
                <li>設(shè)置</li>
                <li>用戶管理</li>
                <li>獎(jiǎng)池管理</li>
                <li>主播認(rèn)證</li>
                <li>直播認(rèn)證</li>
                <li>視頻管理</li>
                <li>財(cái)務(wù)管理</li>
                <li>家族管理</li>
                <li>道具管理</li>
                <li>紅包管理</li>
                <li>守護(hù)管理</li>
                <li>等級(jí)管理</li>
                <li>邀請(qǐng)管理</li>
            </ul>
        </div>
    </div>

    <div class="right">
        <div class="header">
            云端中國(guó)城管理系統(tǒng)
        </div>
        <div class="main"></div>
        <div class="footer">
            <div class="yema">云端中國(guó)城 延安大學(xué) 版權(quán)所有<div>
                    <div class="biaohao">@2024 Educoder 公網(wǎng)安備43
                        019002000962號(hào)
                    </div>
                </div>
            </div>
</body>

</html>







最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容