仿易迅登录界面


html代码。。。

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>登录-我的易迅-易迅网</title>
    <link rel="stylesheet" type="text/css" href="yixun2.css">
</head>
<body>
    <div id="entry_header">
        <div id="logo">
            <a title="易迅" href="http://www.yixun.com/ ">
                <img src="/images/logo.png" width="245" height="40"></img>
            </a>
        </div>
    </div>
    <div id="entry_body">
        <div id="entry_body_inner">
            <div id="entry_coll">
                <a id="a_img" href="javascript:void(0);">
                    <img id="id_img" height="400px" width="400px" src="/images/1.jpg"></img>
                </a>
            </div>
            <div id="entry_col2">
                <div id="entry_form">
                    <form id="input_box">
                        <font size="2">亲爱的迅友:欢迎您登录易迅网,小易在此恭候多时</font>
                        <input id="QQ" type="button" value="QQ快速登录"></input>
                        <input id="phone" type="submit" value="手机快速登录"></input>
                        <input id="yixun" type="submit" value="易迅账号登录"></input>
                    </form>
                </div>
                <div id="mod_login_type">
                    <ul>
                        <li id="switch_tab">
                            <p>其他登录方式:</p>
                            <a id="switch_qq" target="_blank" href="javascript:void(0);">QQ</a>
                            <i>|</i>
                            <a id="switch_qq" target="_blank" href="javascript:void(0);">JD</a>
                            <i>|</i>
                            <a id="switch_qq" target="_blank" href="javascript:void(0);">微信</a>
                            <i>|</i>
                            <a id="switch_qq" target="_blank" href="javascript:void(0);">手机</a>
                            <i>|</i>
                            <a id="switch_qq" target="_blank" href="javascript:void(0);">支付宝</a>
                        </li>
                        <li id="mod_login_type_reg">
                            <a id="register_account" target="_blank" href="javascript:void(0);">快速注册QQ号</a>
                        </li>
                    </ul>
                </div>
            </div>
        </div>
    </div>
    <div id="entry_agree">
        <label>
            <input type="checkbox" checked="checked"></input>
            <span>
                已阅读并同意
                <a class="lk_0" target="_blank" href="javascript:void(0);">《易迅网用户服务协议》</a>
            </span>
        </label>
    </div>
</body>
</html>

css代码


body{
    margin: 0;
    padding: 0;
    background-color: #f1f4f5;
    font-size: 14px;
}
a{
    text-decoration: none;
    color: #6B8E23;
}
#entry_header{
    margin: auto;
    padding: 0;
    width: 1349px;
    height: 80px;
    min-height: 80px;
    
    background-color: #FFFFFF;
}
#logo{
    padding-top: 0px;
    width: 850px;
    margin-top: 20px;
    margin-left: 250px;
    margin-bottom: 0px;
    min-height: 40px;
    display: inline-block;
}
#entry_body{
    width: 1349px;
    height: 403.5px;
}
#entry_body_inner{
    width: 852px;
    height: 559px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
#entry_coll{
    width: 400px;
    height: 400px;
    margin-top: 15px;
    float: left;
}
#a_img{
    width: 400px;
    height: 400px;
}
#id_img{
    width: 400px;
    height: 400px;
}
#entry_col2{
    margin-top: 0px;
    width: 430px;
    height: 485px;
    background-color: #FFF;
    display: inline-block;
    margin-left: 20px;
    border:1px solid #ccc;
}
#input_box{
    margin-left: 65px;
    margin-right: 65px;
    margin-top: 105px;
}
#QQ{
    margin-top: 15px;
    width: 320px;
    height: 40px;
    background-color: #597394;
    color: #FFF;
    border: #FFF;
    margin-right: auto;
    margin-left: auto;
}
#phone{
        margin-top: 15px;
        width: 320px;
        height: 40px;
        background-color: #F77600;
        color: #FFF;
        border: #FFF;
        margin-right: auto;
        margin-left: auto;
}
#yixun{
    margin-top: 15px;
    width: 320px;
    height: 40px;
    background-color: #4A84ED;
    color: #FFF;
    border: #FFF;
    margin-right: auto;
    margin-left: auto;
}
#mod_login_type{
    width: 430px;
    height: 65px;
    border-top: 1px dotted #ccc;
    line-height: 22px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}
#switch_tab{
    float: none;
    display: inline;
    color: #999;


}
#switch_qq{
    height: 22px;
    margin-left: 0;
    text-indent: 22px;
    width: auto;
    font-size: 12px;
    color: #000;
}
i{  
    margin-top: 6px;
    padding: 0 8px;
    line-height: 12px;
    font-size: 12px;
    color: #ccc;
    font-style: normal;
}
#mod_login_type_reg{
    float: none;
    display: inline;
    
}
#register_account{
    margin-left: 10px;
    color: #3479F0;
}
#entry_agree{
    margin-top: 110px;
    margin-left: 665px;
}
.lk_0{
    color: #3479F0;
}

总结:

a{
    text-decoration: none;
}
去掉链接下划线

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值