Day_4-京東登錄

京東購物車代碼

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <title>京東-歡迎登錄</title>
        <!--設(shè)置圖標(biāo)-->
        <link rel="icon" type="image/ico" href="img/jd_logo.ico"/>
        <!--通用樣式-->
        <style type="text/css">
            *{
                margin: 0;
                padding: 0;
            }
        </style>
        
    </head>
    <body>
        
        <!--1.====================網(wǎng)頁頂部樣式=======================-->
        <style type="text/css">
            .top{
                /*background-color: hotpink;*/
                height: 120px;  
            }
            /*========logo==========*/
            .top .logo{
                /*background-color: wheat;*/
                height: 80px;
                
                position: relative;
            }
            .top .logo div{
                /*定位*/
                position: absolute;
                left: 185px;
                /*在父標(biāo)簽上垂直方向居中*/
                top:50%;
                margin-top: -30px;
            }
            .top .logo .a2{ 
                /*定位*/
                position: absolute;
                right: 185px;
                bottom: 10px;
                
                /*字體*/
                font-size: 12px;
                color: rgb(142,142,142);
                text-decoration: none;
                
                /*背景*/
                background: url(img/q-icon.png) no-repeat 0 center #ffffff;
                padding-left: 20px;
            }
            /*鼠標(biāo)懸停*/
            .top .logo .a2:hover{
                color: rgb(216,36,50);
                text-decoration: underline;
            }
            
            /*========message=========*/
            .top .message{
                background-color: rgb(255,246,236);
                height: 40px;
                
                /*子標(biāo)簽水平方向居中*/
                text-align: center;
                /*子標(biāo)簽垂直方向居中*/
                line-height: 40px;
            }
            .top .message p{
                /*字體*/
                font-size: 12px;
                color: rgb(142,142,142);
                        
                /*背景*/
                background: url(img/xx.png) no-repeat 212px center raba(0,0,0,0);
                
            }
            .top .message a{
                /*字體*/
                color: rgb(50,50,50);
                text-decoration: none;
            }
            .top .message a:hover{
                text-decoration: underline;
            }
            
            
        </style>
        <!--1.====================網(wǎng)頁頂部=======================-->
        <div class="top">
            <!--頂部的頂部-->
            <div class="logo">
                <div>
                    <a class="a1" href=""><img src="img/logo.png"/></a>
                    <img src="img/l-icon.png"/>
                </div>
                <a class="a2" href="">
                    登錄頁面喇嘱,調(diào)查問卷

                </a>
            </div>
            <!--頂部的底部-->
            <div class="message">
                <p>
                    依據(jù)《網(wǎng)絡(luò)安全法》,為保障您的賬戶安全和正常使用块攒,請(qǐng)盡快完成手機(jī)號(hào)驗(yàn)證终佛!
                     新版<a href="">《京東隱私政策》</a>已上線锤灿,將更有利于保護(hù)您的個(gè)人隱私。

                </p>
            </div>
        </div>
        
        <!--2.======================網(wǎng)頁內(nèi)容樣式=============================-->
        <style type="text/css">
            .content{
                background-color: rgb(81,158,220);
                height: 475px;
                position: relative;
            }
        
            .content .bg_img{
                position: absolute;
                top: 50%;
                margin-top: -237px;
                
                left: 100px;
            }
            /*登錄框*/
            .content .login_div{
                background-color: white;
                width: 350px;
                height: 400px;
                
                /*定位*/
                position: absolute;
                top: 10px;
                right:185px;
            }
            /*頂部*/
            .content .login_div .div1{
                background-color: rgb(255,246,236)
                height: 40px;
                /*居中*/
                text-align: center;
                line-height: 40px;
            }
            .content .login_div .div1 font{
                font-size: 12px;
                color: rgb(142,142,142);
                /*背景*/
                background: url(img/xx.png) no-repeat 0 center rgba(0,0,0,0);
                padding: 20px;
            }
            /*中間*/
            .content .login_div .div2{
                /*background-color: lightblue;*/
                height: 310px;
            }
            .content .login_div .div2 .btn{
                height: 55px;
                background-color: white;
                color: #dddddd;
                font-weight: 100;
            }
            .content .login_div .div2 .btn button{
                width: 170px;
                height: 100%;
                background-color: rgba(0,0,0,0);
                border: none;
                font-size: 20px;
                color: rgb(83,83,83);
            }
            /*鼠標(biāo)懸停狀態(tài)*/
            .content .login_div .div2 .btn button:hover{
                color: rgb(217,48,60);
            }
            /*成為焦點(diǎn)的狀態(tài)*/
            .content .login_div .div2 .btn button:focus{
                outline: none;
                
            }
            /*輸入*/
            .content .login_div .div2 .input{
                height: 255px;
                
                border-top: 1px solid #DDDDDD;
                border-bottom: 1px solid #DDDDDD;
                
                position: relative;
            }
            /*輸入框*/
            .content .login_div .div2 .input div{
                width: 310px;
                height: 40px;
                border: 1px solid #999999;
                margin: 20px;
            
            }
            .content .login_div .div2 .input .un_div{
                margin-top: 40px;
                
            }
            /*輸入框*/
            .content .login_div .div2 .input div input{
                height: 100%;
                width: 250px;
                vertical-align: top;
                border: none;
                
                font-size: 15px;
                
            }
            .content .login_div .div2 .input div input:focus{
                outline: none;
            }
            
            /*圖標(biāo)*/
            .content .login_div .div2 .input div img{
                height: 100%;
                width: 40px;
                
                border-right: 1px solid #999999;
            }
            
            
            
            /*忘記密碼*/
            .content .login_div .div2 .input a{
                position: absolute;
                right: 20px;
                
                font-size: 13px;
                color: rgb(53,53,53);
                text-decoration: none;
            }
            .content .login_div .div2 .input a:hover{
                color: rgb(217,48,60);
                text-decoration: underline;
                
            }
            /*登錄按鈕*/
            .content .login_div .div2 .input .lg_btn{
                width: 310px;
                height: 35px;
                /*定位*/
                position: absolute;
                bottom: 30px;
                left: 20px;
                
                font-size: 20px;
                /*設(shè)置背景顏色*/
                background-color: red;
                /*設(shè)置內(nèi)容顏色*/
                color: white;
            }
            /*取消焦點(diǎn)狀態(tài)*/
            .content .login_div .div2 .input .lg_btn:focus{
                outline: none;
            }
            
            
            
            /*底部*/
            .content .login_div .div3{
                height: 50px;
                
            }
            .content .login_div .div3 ul{
                list-style-type: none;  
                
            }
            /*左邊*/
            .content .login_div .div3 .bt_1 li{
                float: left;
                line-height: 50px;
                padding-left: 20px;
                font-size: 14px;
            }
            /*QQ*/
            .content .login_div .div3 .bt_1 .bt_qq{
                /*背景*/
                background: url(img/qq.png) no-repeat 0 center rgba(0,0,0,0);
                padding-left: 25px;
                /*去掉下劃線*/
                text-decoration: none;
                color: black;
                padding-right: 20px;
                border-right: 1px solid gray;
            }
            .content .login_div .div3 .bt_1 .bt_qq:hover{
                color: red;
                text-decoration: underline;
            }
            /*微信*/
            .content .login_div .div3 .bt_1 .bt_wx{
                /*背景*/
                background: url(img/weixin.png) no-repeat 0 center rgba(0,0,0,0);
                padding-left: 25px;
                /*去掉下劃線*/
                text-decoration: none;
                color: black;
            }
            .content .login_div .div3 .bt_1 .bt_wx:hover{
                color: red;
                text-decoration: underline;
            }
            /*右邊*/
            .content .login_div .div3 .bt_2 a{
                float: right;
                /*垂直居中*/
                line-height: 50px;
                margin-right: 20px;
                
                /*背景*/
                background: url(img/right.png) no-repeat 0 center rgba(0,0,0,0);
                padding-left: 25px;
                color: red;
                
                /*去掉下劃線*/
                text-decoration: none;
                font-size: 18px;
            }
            .content .login_div .div3 .bt_2 a:hover{
                color: gray;
                text-decoration: underline;
            }
            
        </style>
        <!--2.======================網(wǎng)頁內(nèi)容=====================-->
        <div class="content">
            <img class="bg_img" src="img/bg2.png"/>
            <!--登錄框-->
            <div class="login_div" id="">
                <!--頂部-->
                <div class="div1">
                    <font>
                        京東不會(huì)以任何理由要求您轉(zhuǎn)賬匯款,謹(jǐn)防詐騙肥卡。
                    </font>
                </div>
                <!--中間-->
                <div class="div2">
                    <div class="btn">
                        <button class="btn1">
                            掃碼登錄
                        </button>|
                        <button class="btn2">
                            賬號(hào)登錄
                        </button>
                    </div>
                    <!--輸入框-->
                    <div class="input">
                        <form action="#">
                            <div class="un_div">
                                <label for="username"><img src="img/pygame.png"/></label>
                                <input placeholder="郵箱/用戶名/已驗(yàn)證手機(jī)" type="text" name="username" id="username" value="" />
                            </div>
                            <div class="pw_div">
                                <label for="password"><img src="img/password_icon.png"/></label>
                                <input placeholder="密碼" type="password" name="password" id="password" value="" />
                                
                            </div>
                            <a href="">忘記密碼</a>
                            <input class="lg_btn" type="submit" value="登&emsp;錄"/>
                        </form>
                    </div>
                    
                </div>
                <!--底部-->
                <div class="div3">
                    <ul class="bt_1">
                        <li><a class="bt_qq" href="">QQ</a></li>
                        <li><a class="bt_wx" href="">微信</a></li>
                    </ul>
                    <ul class="bt_2">
                        <li><a href="">立即注冊(cè)</a></li>
                    </ul>
                </div>
            </div>
        </div>
        
        <!--3.=====================網(wǎng)頁底部樣式=====================-->
        <style type="text/css">
            .bottom{
                background-color: darkgray;
                height: 110px;
            }
            .bottom .bo_div1{
                background-color: white;
                height: 70px;
                /*水平方向居中*/
                text-align: center;
                /*豎直方向居中*/
                line-height: 70px;
                font-size: 12px;
                color: gray;
            }
            /*所有鏈接*/
            .bottom .bo_div1 a{
                text-decoration: none;
                color: black;
                font-size: 15px;
                padding-right: 10px;
                padding-left: 10px;
            }
            .bottom .bo_div1 a:hover{
                color: red;
                text-decoration: underline;
            }
            
            
            /*底部的底部文字*/
            .bottom .bo_div2{
                background-color: white;
                height: 40px;
                /*內(nèi)容水平居中*/
                text-align: center;
                /*內(nèi)容垂直居中*/
                line-height: 40px;
                font-size: 12px;
            }
        </style>
        <!--3.======================網(wǎng)頁底部========================-->
        <div class="bottom">
            <div class="bo_div1">
                <a href="">關(guān)于我們</a>|
                <a href="">聯(lián)系我們</a>|
                <a href="">人才招聘</a>|
                <a href="">商家入駐</a>|
                <a href="">廣告服務(wù)</a>|
                <a href="">手機(jī)京東</a>|
                <a href="">友情鏈接</a>|
                <a href="">銷售聯(lián)盟</a>|
                <a href="">京東社區(qū)</a>|
                <a href="">京東公益</a>|
                <a href="">English&nbsp;Site</a>
            </div>
            <div class="bo_div2">
                <font>
                    Copyright ? 2004-2019  京東JD.com 版權(quán)所有
                </font>
            </div>
        </div>
    </body>
</html>
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個(gè)濱河市昙读,隨后出現(xiàn)的幾起案子召调,更是在濱河造成了極大的恐慌,老刑警劉巖蛮浑,帶你破解...
    沈念sama閱讀 211,265評(píng)論 6 490
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件唠叛,死亡現(xiàn)場離奇詭異,居然都是意外死亡沮稚,警方通過查閱死者的電腦和手機(jī)艺沼,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,078評(píng)論 2 385
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來蕴掏,“玉大人障般,你說我怎么就攤上這事调鲸。” “怎么了挽荡?”我有些...
    開封第一講書人閱讀 156,852評(píng)論 0 347
  • 文/不壞的土叔 我叫張陵藐石,是天一觀的道長。 經(jīng)常有香客問我定拟,道長于微,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 56,408評(píng)論 1 283
  • 正文 為了忘掉前任青自,我火速辦了婚禮株依,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘延窜。我一直安慰自己琅束,他們只是感情好粘招,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,445評(píng)論 5 384
  • 文/花漫 我一把揭開白布孽拷。 她就那樣靜靜地躺著怀喉,像睡著了一般。 火紅的嫁衣襯著肌膚如雪呆万。 梳的紋絲不亂的頭發(fā)上商源,一...
    開封第一講書人閱讀 49,772評(píng)論 1 290
  • 那天,我揣著相機(jī)與錄音谋减,去河邊找鬼牡彻。 笑死,一個(gè)胖子當(dāng)著我的面吹牛出爹,可吹牛的內(nèi)容都是我干的庄吼。 我是一名探鬼主播,決...
    沈念sama閱讀 38,921評(píng)論 3 406
  • 文/蒼蘭香墨 我猛地睜開眼严就,長吁一口氣:“原來是場噩夢(mèng)啊……” “哼总寻!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起梢为,我...
    開封第一講書人閱讀 37,688評(píng)論 0 266
  • 序言:老撾萬榮一對(duì)情侶失蹤渐行,失蹤者是張志新(化名)和其女友劉穎,沒想到半個(gè)月后铸董,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體祟印,經(jīng)...
    沈念sama閱讀 44,130評(píng)論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,467評(píng)論 2 325
  • 正文 我和宋清朗相戀三年粟害,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了蕴忆。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點(diǎn)故事閱讀 38,617評(píng)論 1 340
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡悲幅,死狀恐怖套鹅,靈堂內(nèi)的尸體忽然破棺而出站蝠,到底是詐尸還是另有隱情,我是刑警寧澤卓鹿,帶...
    沈念sama閱讀 34,276評(píng)論 4 329
  • 正文 年R本政府宣布菱魔,位于F島的核電站,受9級(jí)特大地震影響减牺,放射性物質(zhì)發(fā)生泄漏豌习。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,882評(píng)論 3 312
  • 文/蒙蒙 一拔疚、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧既荚,春花似錦稚失、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,740評(píng)論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至晴叨,卻和暖如春凿宾,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背兼蕊。 一陣腳步聲響...
    開封第一講書人閱讀 31,967評(píng)論 1 265
  • 我被黑心中介騙來泰國打工初厚, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留,地道東北人孙技。 一個(gè)月前我還...
    沈念sama閱讀 46,315評(píng)論 2 360
  • 正文 我出身青樓产禾,卻偏偏與公主長得像,于是被迫代替她去往敵國和親牵啦。 傳聞我的和親對(duì)象是個(gè)殘疾皇子亚情,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,486評(píng)論 2 348