tailwind实现响应式价格套餐选择效果代码
代码语言:html
所属分类:响应式
代码描述:tailwind实现响应式价格套餐选择效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/tailwindcss.3.4.1.js"></script> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" /> </head> <body class="bg-gradient-to-b from-10% via-50% to-90% from-amber-300 via-amber-900 to-amber-300 flex justify-center items-center min-h-screen p-4"> <input type="radio" id="billing-1" name="billing" class="sr-only peer/billing-1" checked> <input type="radio" id="billing-2" name="billing" class="sr-only peer/billing-2"> <div class="bg-zinc-300 shadow-lg w-full max-w-4xl border grid gap-px ring-4 ring-black/5 rounded [grid-template-columns:repeat(auto-fill,minmax(12rem,1fr))] *:p-10 *:bg-white .........完整代码请登录后点击上方下载按钮下载查看
网友评论0