按钮样式的切换

代码如下:

 <div class=" clearfix insert">
       <div class="pull-left button a1 act"><a style="text-decoration: none" href="gene.html">关于9521</a></div>
       <div class="pull-right button a2"><a style="text-decoration: none" href="gene2.html">加入9521</a></div>
  </div>

 

.banner .insert{
    position: absolute;
    width: 370px;
    text-align: center;
    margin:100px  auto;
    left: 50%;
    top: 40%;
    transform: translate(-50%);
}

.banner .button{
    width: 47%;
    height: 100%;
    font-size: 20px;
    display: block;
    padding: 10px;
    background-color:#fafafa;
}
.banner .button a{
    color: #282828;

}
.banner .button.act{
    background-color: #164a8b;
    color: #eee;
}
.banner .act a{
    color: #eee;
}
.banner .a1{
  transition: all 0.2s;
}
.banner .a2{
    /*color:#000;*/
    transition: all 0.2s;
}
.banner .a1:hover{
    background-color: #164a8b;
}
.banner .button:hover a{
    color: #eee;
}
.banner .a2:hover{
    background-color: #164a8b;
}

切换前:

切换后:

 

用:hover点击效果:

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值