Tailwind FAB

FAB全称Floating Action Button浮动的动作按钮

FAB
尺寸样式属性
smallw-10 h-10-
mediumw-12 h-12-
largew-16 h-16-

禁用效果

样式属性
cursor-not-allowed-
opacity-50-
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<link href="https://cdn.bootcdn.net/ajax/libs/font-awesome/5.13.0/css/all.min.css" rel="stylesheet">

<div class="container mx-auto my-12 p-12 flex flex-row items-center justify-between">
  <button class="p-0 w-10 h-10 rounded-full bg-red-600 shadow text-white mouse transition ease-in duration-200 focus:outline-none active:bg-red-700 active:shadow-lg">
    <i class="fa fa-plus"></i>
  </button>
  <button class="p-0 w-12 h-12 rounded-full bg-red-600 shadow text-white mouse transition ease-in duration-200 focus:outline-none active:bg-red-700 active:shadow-lg">
    <i class="fa fa-plus"></i>
  </button>
  <button class="p-0 w-16 h-16 rounded-full bg-red-600 shadow text-white mouse transition ease-in duration-200 focus:outline-none active:bg-red-700 active:shadow-lg">
    <i class="fa fa-plus"></i>
  </button>
  <button class="p-0 w-16 h-16 rounded-full bg-red-600 opacity-50 shadow text-white mouse cursor-not-allowed transition ease-in duration-200 focus:outline-none active:bg-red-700 active:shadow-lg">
    <i class="fa fa-plus"></i>
  </button>
</div>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值