hevi
2023-07-13 16:44:50 +08:00
如果用 tailwindcss ,可以参考
```
<div class="flex h-screen w-screen items-center justify-center">
<div class="w-[520px] p-8">
<div class="mb-4 flex justify-between gap-4 border p-4">
<div class="shrink-0 text-gray-600">支付方式</div>
<div>
<div class="flex justify-end mb-2">
<div class="border border-blue-400 p-2 text-sm text-gray-600">按钮 11111111111111</div>
</div>
<div class="flex flex-wrap justify-end gap-4">
<div class="border border-blue-400 p-2 text-sm text-gray-600">按钮 222</div>
<div class="border border-blue-400 p-2 text-sm text-gray-600">按钮 333</div>
<div class="border border-blue-400 p-2 text-sm text-gray-600">按钮 444</div>
<div class="border border-blue-400 p-2 text-sm text-gray-600">按钮 555</div>
</div>
</div>
</div>
</div>
</div>
```