两个按钮切换展示内容同时切换

<!DOCTYPE html>

<html>

 

<head>

<meta charset="utf-8" />

<title>jQuery动画登录注册表单切换代码 - A5源码</title>

 

<script src="js/jquery-2.2.4.min.js"></script>

<script>

    $(document).ready(function() {

        

        $(".form").slideDown(500);

        

        $("#landing").addClass("border-btn");

 

        $("#registered").click(function() {

            $("#landing").removeClass("border-btn");

            $("#landing-content").hide(500);

            $(this).addClass("border-btn");

            $("#registered-content").show(500);

            

        })

 

        $("#landing").click(function() {

            $("#registered").removeClass("border-btn");

            $(this).addClass("border-btn");

            

            $("#landing-content").show(500);

            $("#registered-content").hide(500);

        })

    });

</script>

 

<style>

    * {

        margin: 0;

        padding: 0;

        font-family: "微软雅黑";

    }

    

    body {

        background: #F7F7F7;

    }

    

    .form {

        position: absolute;

        top: 50%;

        left: 50%;

        margin-left: -185px;

        margin-top: -210px;

        height: 420px;

        width: 340px;

        font-size: 18px;

        -webkit-box-shadow: 0px 0px 10px #A6A6A6;

        background: #fff;

    }

    

    .border-btn {

        border-bottom: 1px solid #ccc;

    }

    

    #landing,

    #registered {

        float: left;

        text-align: center;

        width: 170px;

        padding: 15px 0;

        color: #545454;

    }

    

    #landing-content {

        clear: both;

    }

    

    .inp {

        height: 30px;

        margin: 0 auto;

        margin-bottom: 30px;

        width: 200px;

    }

    

    .inp>input {

        text-align: center;

        height: 30px;

        width: 200px;

        margin: 0 auto;

        transition: all 0.3s ease-in-out;

    }

    

    .login {

        border: 1px solid #A6A6A6;

        color: #a6a6a6;

        height: 30px;

        width: 202px;

        text-align: center;

        font-size: 13.333333px;

        margin-left: 70px;

        line-height: 30px;

        margin-top: 30px;

        transition: all 0.3s ease-in-out;

    }

    

    .login:hover {

        background: #A6A6A6;

        color: #fff;

    }

    

    #bottom {

        margin-top: 30px;

        font-size: 13.333333px;

        color: #a6a6a6;

    }

    

    #registeredtxt {

        float: left;

        margin-left: 80px;

    }

    

    #forgotpassword {

        float: right;

        margin-right: 80px;

    }

    

    #photo {

        border-radius: 80px;

        border: 1px solid #ccc;

        height: 80px;

        width: 80px;

        margin: 0 auto;

        overflow: hidden;

        clear: both;

        margin-top: 30px;

        margin-bottom: 30px;

    }

    

    #photo>img:hover {

        -webkit-transform: rotateZ(360deg);

        -moz-transform: rotateZ(360deg);

        -o-transform: rotateZ(360deg);

        -ms-transform: rotateZ(360deg);

        transform: rotateZ(360deg);

    }

    

    #photo>img {

        height: 80px;

        width: 80px;

        -webkit-background-size: 220px 220px;

        border-radius: 60px;

        -webkit-transition: -webkit-transform 1s linear;

        -moz-transition: -moz-transform 1s linear;

        -o-transition: -o-transform 1s linear;

        -ms-transition: -ms-transform 1s linear;

    }

    

    

    #registered-content {

        margin-top: 40px;

        display: none;

    }

    

    .fix {

        clear: both;

    }

    .form{

        display: none;

    }

</style>

 

</head>

 

<body>

<div class="form">

    <div id="landing">登陆</div>

    <div id="registered">注册</div>

    <div class="fix"></div>

    <div id="landing-content">

        <div id="photo"><img src="img/photo.jpg" /></div>

        <div class="inp"><input type="text" placeholder="用户名" /></div>

        <div class="inp"><input type="password" placeholder="密码" /></div>

        <div class="login">登录</div>

        <div id="bottom"><span id="registeredtxt">立即注册</span><span id="forgotpassword">忘记密码</span></div>

    </div>

    <div id="registered-content">

        <div class="inp"><input type="text" placeholder="请输入用户名" /></div>

        <div class="inp"><input type="password" placeholder="请输入密码" /></div>

        <div class="inp"><input type="password" placeholder="请再次输入密码" /></div>

        <div class="inp"><input type="text" placeholder="电子邮箱" /></div>

        <div class="login">立即注册</div>

    </div>

</div>

</body>

</html>

 

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

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值