为了账号安全,请及时绑定邮箱和手机立即绑定

请问下如何用css实现以下按钮选中后的效果

请问下如何用css实现以下按钮选中后的效果

慕尼黑8549860 2018-07-22 07:59:51
也不一定得是按钮,这本身是一个方形div
查看完整描述

2 回答

?
慕码人8056858

TA贡献1803条经验 获得超6个赞


背景图设成这样


查看完整回答
反对 回复 2018-07-22
?
BIG阳

TA贡献1859条经验 获得超6个赞

.wrapper{    position: relative;
}.wrapper::before{    content: "\2713";    position: absolute;    right: 0;    bottom: 0;    z-index: 100;    color: #72a9ed;    font-size: 20px;    height: 20px;    line-height: 20px;
}.wrapper::after{    content: '';    position: absolute;    right: 0;    z-index: 10;    width: 0;    height: 0;    bottom: 0;    border-right: 15px solid #fff;    border-top: 10px solid transparent;    border-left: 15px solid transparent;    border-bottom: 10px solid #fff;
}


查看完整回答
反对 回复 2018-07-22
  • 2 回答
  • 0 关注
  • 1458 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信