tailwind布局手机时间闹钟app的ui代码
代码语言:html
所属分类:布局界面
代码描述:tailwind布局手机时间闹钟app的ui代码
代码标签: tailwind 布局 手机 时间 闹钟 app 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-zinc-300 p-8 flex items-center justify-center min-h-screen">
<div class="relative w-[390px] h-[852px] bg-black rounded-[45px] border border-gray-800 overflow-hidden shadow-2xl">
<div class="absolute top-0 left-1/2 transform -translate-x-1/2 w-[40%] h-[30px] bg-black rounded-b-2xl z-10"></div>
<div class="bg-gradient-to-b from-[#101010] to-[#181818] h-full p-5 pt-12 overflow-y-auto">
<!-- Header -->
<div class="flex justify-between items-center mb-8">
<div>
<h1 class="text-white text-2xl font-medium">Clock</h1>
<p class="text-gray-400 text-sm">New York</p>
</div>
<button class="bg-[#1c1c1c] p-2 rounded-full">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor&quo.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0