css X关闭按钮

.x-but{  position: absolute;  border-radius: 12px;  line-height: 20px;  height: 20px;  width: 20px;  font-size: 18px;  right: 20px;  }
.x-but:before {  position: absolute;  content: '';  width: 25px;  height: 3px;  background: #000000;  transform: rotate(45deg);  top: 25px;  left: 0px;  }
.x-but:after{  position: absolute;  content: '';  width: 25px;  height: 3px;  background: #000000;  transform: rotate(-45deg);  top: 25px;  left: 0px;  }

<div class="close-But"><span class="x-but"></span></div>


Jsky博客
请先登录后发表评论
  • 最新评论
  • 总共0条评论