京东登录页面静态网页代码

接触前端一小段时间以来,第一次自己写出一个静态页面,可能会存在不足,但是还是很开心,是收获学习成果的喜悦!另外,学习前端需要图标素材的话,可以在https://www.iconfont.cn/找到许多不错的图标哦。
——————————————————————————————

仿京东-欢迎登录.html

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <!-- 标题 -->
        <title>仿京东-欢迎登录</title>
        <!-- 引用外部css文件 -->
        <link rel="stylesheet" type="text/css" href="style.css" />
        <!-- 引用外部js文件 -->
        <script type="text/javascript" src="function.js"></script>
    </head>

    <body>
        <!--头部div-->
        <div class="header">
            <div class="w">
                <div class="logo">
                        <a href="https:www.jd.com"><div class="logo1"></div></a>
                        <div class="logo2"></div>
                </div>
                <div class="box2">
                    <a href="#" style="float: right;">登录页面,调查问卷</a>
                    <div class="q-icon"></div>
                </div>
            </div>
        </div>

        <!--内容标题div-->
        <div class="content-title">
            <div class="box1">
                    <div class="icon" style="background-image: url(icon-tips.png);"></div>
                    <div class="titles">
                        <p>
                            依据《网络安全法》,为保障您的账户安全和正常使用,请尽快完成手机号验证! 新版<a href="#",id="a1">《京东隐私政策》</a>已上线,将更有利于保护您的个人隐私。
                        </p>
                    </div>
            </div>
        </div>

        <!--内容div-->
        <div class="content">
            <div class="c">
                <div class="box">
                    <div class="tishi">
                        <div class="tishis">
                            <p>
                                京东不会以任何理由要求您转账汇款,谨防诈骗。
                            </p>
                        </div>
                        <div class="icons"></div>
                    </div>
                    <div class="main">
                        <!--扫码登录-->
                        <div class="main-a1" onclick="change1()">
                            <p style="margin: 13.5px auto;border-right: 1px solid #f4f4f4;"><a href="#" style="color: red;text-decoration: none;font-size: 22px;" id="a1">扫码登录</a></p>
                        </div>
                        <!--密码登录-->
                        <div class="main-a2" onclick="change2()">
                            <p style="margin: 13.5px auto;"><a href="#" style="font-size: 22px;text-decoration: none;" id="a2">账户登录</a></p>
                        </div>
                    </div>
                    <!--扫码登录-->
                    <div id="ma1">
                        <img src="erweima.png" style="margin-bottom: 12px;"> 
                        <p style="margin-top: 6px;">打开<a href="#" style="color: red;text-decoration: none;">手机京东</a>&nbsp;&nbsp;扫描二维码</p>
                        <p style="margin: 6px auto;">免输入&nbsp;&nbsp;更快&nbsp;&nbsp;更安全</p>
                    </div> 
                    <!--密码登录-->
                    <div id="ma2">
                        <div class="inputer-top">
                            <div class="lefter"></div>
                            <input type="text" class="caidan" placeholder=" 邮箱/用户名/登录密码">
                        </div>
                        <div class="inputer-top">
                            <div class="lf"></div>
                            <input type="password" class="caidan" placeholder=" 密码">
                        </div>
                        <a href="#">忘记密码</a>
                        <button>登&nbsp;&nbsp;&nbsp;录</button>
                    </div>
                    <div class="root">
                        <div class="box3">
                            <div class="root-link">
                                <img src="icon_QQ.png" width="20px"> 
                                <a href="#">QQ</a> | 
                                <img src="weixin.png" width="20px">
                                <a href="#">微信</a>
                            </div>
                            <a href="#" style="color: red;float:right;margin-top:15.5px;margin-bottom:15.5px;">立即注册</a>
                            <div style="width: 16px;height:16px;float:right;margin: 18px auto;"><img src="fill.png"></div>
                        </div>
                    </div>
                </div>
            </div>
        </div>

        <!--底部div-->
        <div class="footer">
            <div class="w">
                <div class="links" style="text-align: center;"> 
                    <a href="#">关于我们</a>&nbsp;&nbsp;|&nbsp;
                    <a href="#">联系我们</a>&nbsp;&nbsp;|&nbsp;
                    <a href="#">人才招聘</a>&nbsp;&nbsp;|&nbsp;
                    <a href="#">商家入驻</a>&nbsp;&nbsp;|&nbsp;   
                    <a href="#">广告服务</a>&nbsp;&nbsp;|&nbsp; 
                    <a href="#">手机京东</a>&nbsp;&nbsp;|&nbsp; 
                    <a href="#">友情链接</a>&nbsp;&nbsp;|&nbsp;      
                    <a href="#">销售联盟</a>&nbsp;&nbsp;|&nbsp;
                    <a href="#">京东社区</a>&nbsp;&nbsp;|&nbsp;
                    <a href="#">京东公益</a>&nbsp;&nbsp;|&nbsp;    
                    <a href="#"> English Site</a>               
                </div> 
                <div class="copyright" style="text-align: center;margin: 10px auto;">
                    opyright&copy;2004-2019 京东JD.com 版权所有
                </div>
            </div>          
        </div>
    </body>
</html>

style.css

/*清除浏览器默认样式*/
*{
    margin: 0;
    padding: 0;
}

.header{
    width: 100%;
    height: 85px;
}
.w{
    width: 990px;
    height: 100%;
    margin: 0 auto;
}
.logo{
    width: 300px;
    height: 60px;
    float: left;
    margin: 12.5px auto;
}
.logo1{
    width: 170px;
    height: 60px;
    float: left;
    background-image: url(logo1.png);
}
.logo2{
    width: 110px;
    height:40px;
    margin-top: 20px;
    margin-left: 20px;
    float: left;
    background-image: url(logo2.png);
}
.box2{
    width: 170px;
    height: 21px;
    float: right;
    margin-bottom: 12.5px;
    margin-top: 51.5px;
}
.q-icon{
    width: 18px;
    height: 21px;
    margin-top: 5px;
    margin-left: 4px;
    margin-right: 4px;
    background-image: url(q-icon.png);
    background-repeat: no-repeat;
    float: right;
}

.content-title{
    width: 100%;
    height: 40px;
    background-color: rgb(255,248,240);
    margin: 0 auto;
}
.box1{
    width: 1049px;
    height: 100%;
    margin: 0 auto;
}
.icon{
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 15px;
    margin-bottom: 9px;
    margin-right: 4px;
}
.titles{
    width: 24;
    height: 18px;
    padding-top: 12px;
    text-align: center;
    float: left;
}

.content{
    width: 100%;
    height: 475px;
    background-color: rgb(23,4,68);
}
.c{
    width: 990px;
    height:475px;
    margin: 0 auto;
    background-image: url(background.png);
    background-repeat: no-repeat;
}
.box{
    width: 390px;
    height: 440px;
    background-color: white;
    float: right;
    margin-top: 10px;
    margin-bottom: 25px;
}
.tishi{
    width: 100%;
    height: 42px;
    background-color:rgb(255,248,240); 
}
.tishis{
    width: 360px;
    height: 21px;
    float: right;
    margin-top:10.5px;
    margin-bottom: 10.5px;
    text-align: center;
}
.icons{
    width: 16px;
    height: 16px;
    margin-bottom: 12.5px;
    margin-top: 14.5px;
    background-image: url(icon-tips.png);
    float: right;
}

.main{
    width: 100%;
    height: 58px;
    border-bottom:1px solid #f4f4f4; 
}
.main-a1,.main-a2{
    height: 55px;
    width: 195px;
    float: left;
    text-align: center;
}
#ma1,#ma2{
    width: 100%;
    height: 215px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 28px;
}
#ma2{
    display: none;
}
.inputer-top{
    width: 304px;
    height: 38px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.lefter{
    width: 37px;
    height: 36px;
    background-image: url(pew.png);
    border: 1px solid #bdbdbd;
    border-right: none;
    display:inline-block; 
}
.caidan{
    width: 264px;
    height: 36px;
    float: right;
    border: 1px solid #bdbdbd;
    border-collapse: collapse;
}
.lf{
    width: 37px;
    height: 36px;
    background-image: url(pew.png);
    background-position: -48px 0;
    border: 1px solid #bdbdbd;
    border-right: none;
    display: inline-block;
}
#ma2 a{
    float: right;
    margin-right: 43px;
    margin-bottom: 20px;
}
button{
    width: 304px;
    height: 33px;
    color: #fff;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    background-color: #e4393c;
    border: 1px solid #e85356;
}


.root{
    width: 100%;
    height: 52px;
    background-color: rgb(252,252,252);
    float: 
}
.box3{
    height: 100%;
    width: 350px;
    margin: 0 auto;
}
.root-link{
    float: left;
    text-align: center;
    margin-top:15.5px;
    margin-bottom:15.5px;
    width: 130px;
}

.footer{
    width: 100%;
    height: 108px;
    margin-top: 24px;
}

a{
    color: black;
    text-decoration: none;
}
a:hover{
    color: red;
    text-decoration: underline;
}

function.js

// 切换扫码登录
function change1(){
    var obset1=document.getElementById("ma1");
    var obset2=document.getElementById("ma2");
    obset2.style.display="none";
    obset1.style.display="block";
    var a1=document.getElementById("a1");
    var a2=document.getElementById("a2");
    a1.style.color="red";  
    a2.style.color="black";
}
// 切换密码登录
function change2(){
    var obset1=document.getElementById("ma1");
    obset1.style.display="none";
    var obset2=document.getElementById("ma2");
    obset2.style.display="block";
    var a1=document.getElementById("a1");
    var a2=document.getElementById("a2");
    a1.style.color="black";
    a2.style.color="red";
}

相关引用图片

background.png

erweima.png

fill.png

icon_QQ.png

icon-tips.png

logo1.png

logo2.png

pew.png

q-icon.png

weixin.png
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 214,029评论 6 493
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 91,238评论 3 388
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 159,576评论 0 349
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 57,214评论 1 287
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 66,324评论 6 386
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 50,392评论 1 292
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,416评论 3 412
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 38,196评论 0 269
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 44,631评论 1 306
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 36,919评论 2 328
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 39,090评论 1 342
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 34,767评论 4 337
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 40,410评论 3 322
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 31,090评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,328评论 1 267
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 46,952评论 2 365
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 43,979评论 2 351

推荐阅读更多精彩内容