Fab FA-WhatsApp出现在移动设备中,但我无法点击它

  • 本文关键字:FA-WhatsApp 移动 Fab html
  • 更新时间 :
  • 英文 :


我有一个问题与我的fab fa-whatsapp字体awesome。问题是它出现在桌面屏幕上,我可以点击它,它也出现在手机屏幕上,但我不能点击它,在手机屏幕上,它出现了,但它不能运行。这是我的源代码:

<div class="row">
<div class="col">
<a href="https://api.whatsapp.com/send?phone=0701066555"><i class="fab fa-whatsapp fa-5x" style="color:green;position:fixed;bottom:0;right:0"></i></a>
</div>
</div>

这里是链接标签:

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css" integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">

谢谢你的帮助。

更改HTML

<a style="position:fixed;bottom:0;right:0;display:inline-block;" href="https://api.whatsapp.com/send?phone=0701066555"><i class="fab fa-whatsapp fa-5x" style="color:green;"></i></a>

最新更新