tailwind布局工作任务待办事项类的ui设计原型图代码
代码语言:html
所属分类:布局界面
代码描述:tailwind布局工作任务待办事项类的ui设计原型图代码
代码标签: tailwind 布局 工作 任务 待办 事项 ui 设计 原型图 代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Workspace Manager - Mobile UI</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/tailwindcss.3.4.16.js"></script>
<script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/lucide.min.js"></script>
<style>
* { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto; }
::-webkit-scrollbar { width: 0; height: 0; }
</style>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=IBM+Plex+Serif:wght@300;400;500;600;700&family=IBM+Plex+Mono:wght@300;400;500;600;700&family=Inter&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=IBM+Plex+Serif:wght@300;400;500;600;700&family=IBM+Plex+Mono:wght@300;400;500;600;700&family=Inter&display=swap" rel="stylesheet">
</head>
<body class="min-h-screen flex items-center justify-center lg:p-6 bg-[url(https://images.unsplash.com/photo-1658937364065-60f3f6818724?w=2160&q=80)] bg-cover pt-4 pr-4 pb-4 pl-4">
<div class="w-full max-w-6xl flex flex-col xl:flex-row gap-12 items-center justify-center">
<!-- Phone 1 - Dashboard -->
<div class="relative h-[740px] w-[360px] overflow-hidden flex flex-col bg-white border-gray-200 border rounded-[32px] mr-auto ml-auto shadow-2xl -translate-y-4">
<div class="flex pt-6 pr-6 pl-6 items-center justify-between">
<div class="flex items-center gap-3">
<img src="https://images.unsplash.com/photo-1506863530036-1efeddceb993?w=1080&q=80" alt="Profile" class="w-9 h-9 object-cover rounded-full">
<span class="text-sm font-medium">Sarah Chen</span>
</div>
<div class="flex items-center gap-4">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" data-lucide="search" class="lucide lucide-search text-gray-500 hover:text-gray-700"><path d="m21 21-4.34-4.34"></path><circle cx="11" cy="11" r="8"></circle></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" data-lucide="bell" class="lucide lucide-bell text-gray-500 hover:text-gray-700"><path d="M10.268 21a2 2 0 0 0 3.464 0"></path><path d="M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326"></path></svg>
</div>
</div>
<div class="mx-6 mt-5 p-6 rounded-2xl bg-gradient-to-br from-violet-200 to-violet-400/80 relative overflow-hidden">
<div class="absolute inset-0 bg-[url('data:image/svg+xml,%3Csvg width= bg-[url(https://images.unsplash.com/photo-1676022763096-a1ad12b2e370?w=1080&q=80)] bg-cover" 60"="" height="60" viewbox="0 0 60 60" xmlns=&q.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0