作者QQ:1095737364    QQ群:123300273     欢迎加入!

1.html

  <div class="downBottom">
    <a target="_blank" href="javascript:void(0);" >Download</a>
       <div  class="QRcode_img"><img src="./QRcode.png" width="160"></div>
  </div>

2.css

.downBottom:hover .QRcode_img{
   display: block;
 }

.downBottom .QRcode_img{
   display: none;
   position: absolute;
   margin-top: 15px;
   border: 1px solid #fafafa;
   padding: 10px;
   background: white;
   border-radius: 10px;
   margin-left: 10px;
   height: 160px;
   width: 160px;
 }

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-20
  • 2021-06-07
  • 2022-12-23
  • 2021-06-12
猜你喜欢
  • 2021-11-21
  • 2021-09-30
  • 2022-01-06
  • 2021-12-29
  • 2021-09-05
  • 2022-12-23
  • 2021-11-11
相关资源
相似解决方案