源代码:
下载代码
AI 编程工具
点击运行
<!doctype html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script src="https://cdn.tailwindcss.com"></script> </head> <body> <div class="relative rounded-xl overflow-auto p-8"> <div class="grid grid-cols-4 gap-4 font-mono text-white text-sm text-center font-bold leading-6 bg-stripes-fuchsia rounded-lg"> <div class="p-4 rounded-lg shadow-lg bg-fuchsia-500">01</div> <div class="p-4 rounded-lg shadow-lg bg-fuchsia-500">02</div> <div class="p-4 rounded-lg shadow-lg bg-fuchsia-500">03</div> <div class="p-4 rounded-lg shadow-lg bg-fuchsia-500">04</div> <div class="p-4 rounded-lg shadow-lg bg-fuchsia-500">05</div> <div class="p-4 rounded-lg shadow-lg bg-fuchsia-500">06</div> <div class="p-4 rounded-lg shadow-lg bg-fuchsia-500">07</div> <div class="p-4 rounded-lg shadow-lg bg-fuchsia-500">08</div> <div class="p-4 rounded-lg shadow-lg bg-fuchsia-500">09</div> </div> </div> </body> </html>
运行结果: