tailwind布局手机ai聊天对话ui代码
代码语言:html
所属分类:布局界面
代码描述:tailwind布局手机ai聊天对话ui代码
代码标签: tailwind 布局 手机 ai 聊天 对话 ui 代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/tailwindcss.3.4.16.js"></script> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"> <style> body { font-family: 'Inter', sans-serif; } </style> </head> <body class="bg-gray-100 flex justify-center items-center min-h-screen p-4"> <!-- iPhone Frame --> <div class="w-[390px] h-[844px] bg-black rounded-[60px] p-3 shadow-2xl relative overflow-hidden"> <!-- Screen --> <div class="w-full h-full bg-black rounded-[50px] overflow-hidden relative"> <!-- Status Bar --> <div class="absolute top-0 w-full px-8 pt-3 pb-1 flex justify-between items-center z-30"> <div class="text-white text-sm font-medium">9:41</div> <div class="absolute top-1 left-1/2 transform -translate-x-1/2 w-[150px] h-[30px] bg-black rounded-b-[20px] z-40"></div> <div class="flex items-center space-x-2"> <svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 10a1 1 0 011-1h4a1 1 0 011 1v4a1 1 0 01-1 1h-4a1 1 0 01-1-1v-4z" /> </svg> <svg xmlns="http://www.w3.org.........完整代码请登录后点击上方下载按钮下载查看
网友评论0