源代码:
下载代码
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 grid justify-items-center"> <div class="bg-stripes-indigo relative rounded-lg border dark:border-slate-700 overscroll-none border-slate-300 text-center text-xs overflow-y-scroll no-scrollbar" style="width: 300px; height: 491px;"> <div class="absolute w-full overflow-hidden snap-start" style="height: 491px; transform: none;"> <div class=" w-full grid grid-cols-[auto,1fr,auto] items-center justify-start gap-4 rounded-t-lg border-b border-slate-300 dark:border-slate-600 dark:bg-slate-800 bg-slate-100 px-3 h-[48px]"><svg xmlns="https://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="h-5 w-5 text-slate-600 dark:text-slate-400"> <path stroke-linecap="round" stroke-linejoin="round" d="M2.25 12l8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25"></path> </svg> <div class="w-full rounded-full border border-slate-200 dark:border-slate-700 bg-slate-50 dark:bg-slate-700 px-4 py-1 text-slate-600 dark:text-slate-400">tailwindcss.com</div><svg xmlns="https://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="h-5 w-5 text-slate-600 dark:text-slate-400"> <path stroke-linecap="round" stroke-linejoin="round" d="M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0013.803-3.7M4.031 9.865a8.25 8.25 0 0113.803-3.7l3.181 3.182m0-4.991v4.99"></path> </svg> </div> <div class="w-full p-[7px] h-full pointer-events-none " style="max-height: 491px;"> <div class="dark:bg-indigo-500 bg-indigo-500 border border-indigo-400 text-slate-50 font-mono font-bold py-4 w-full h-full gap-5 rounded-md grid grid-rows-[1fr_auto_1fr] items-center content-center self-center justify-items-center overflow-hidden"> <div class="grid grid-rows-[1px_1fr] h-full justify-items-center"> <div class="bg-white/60 w-[12px] h-full"></div> <div class="bg-white/40 w-[1.5px] h-full"></div> </div> <p>h-lvh</p> <div class="grid grid-rows-[1fr_1px] h-full justify-items-center"> <div class="bg-white/40 w-[1.5px] h-full"></div> <div class="bg-white/60 w-[12px] h-full"></div> </div> </div> </div> </div> </div> <div class="dark:bg-indigo-500 bg-indigo-500 border border-indigo-400 opacity-20 rounded-b-md absolute left-0 right-0 mx-auto" style="width: 288px; bottom: -48px; height: 48px;"></div> </div> </body> </html>
运行结果: