源代码:
下载代码
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"> <!-- 保持 16:9 的宽高比 --> <div class="box-content h-32 w-32 p-4 border-4 ..."> <!-- ... --> </div> </div> </body> </html>
运行结果: