tailwind+chart布局实现大屏投资仪表盘统计数据ui代码
代码语言:html
所属分类:布局界面
代码描述:tailwind+chart布局实现大屏投资仪表盘统计数据ui代码
代码标签: tailwind chart 布局 大屏 投资 仪表盘 统计 数据 ui 代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/inter-ui.css"> <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/chart.umd.4.4.0.js"></script> <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/lucide.min.js"></script> <style> @keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } .animate-fadeup { animation: fadeInUp 0.6s ease-out forwards; } .animate-delay-100 { animation-delay: 0.1s; } .animate-delay-200 { animation-delay: 0.2s; } .animate-delay-300 { animation-delay: 0.3s; } .animate-delay-400 { animation-delay: 0.4s; } .animate-delay-500 { animation-delay: 0.5s; } .animate-delay-600 { animation-delay: 0.6s; } .animate-delay-700 { animation-delay: 0.7s; } .animate-delay-800 { animation-delay: 0.8s; } .opacity-0 { opacity: 0; } </style> <script src="https://cdn.tailwindcss.com"></script> <link id="all-fonts-link-font-geist" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&display=swap"> <style id="all-fonts-style-font-geist"> .font-geist { font-family: 'Geist', sans-serif !important; } </style> <link id="all-fonts-link-font-roboto" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap"> <style id="all-fonts-style-font-roboto"> .font-roboto { font-family: 'Roboto', sans-serif !important; } </style> <link id="all-fonts-link-font-montserrat" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap"> <style id="all-fonts-style-font-montserrat"> .font-montserrat { font-family: 'Montserrat', sans-serif !important; } </style> <link id="all-fonts-link-font-poppins" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"> <style id="all-fonts-style-font-poppins"> .font-poppins { font-family: 'Poppins', sans-serif !important; } </style> <link id="all-fonts-link-font-playfair" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;900&display=swap"> <style id="all-fonts-style-font-playfair"> .font-playfair { font-family: 'Playfair Display', serif !important; } </style> <link id="all-fonts-link-font-instrument-serif" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Instrument+Serif:wght@400;500;600;700&display=swap"> <style id="all-fonts-style-font-instrument-serif"> .font-instrument-serif { font-family: 'Instrument Serif', serif !important; } </style> <link id="all-fonts-link-font-merriweather" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap"> <style id="all-fonts-style-font-merriweather"> .font-merriweather { font-family: 'Merriweather', serif !important; } </style> <link id="all-fonts-link-font-bricolage" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@300;400;500;600;700&display=swap"> <style id="all-fonts-style-font-bricolage"> .font-bricolage { font-family: 'Bricolage Grotesque', sans-serif !important; } </style> <link id="all-fonts-link-font-jakarta" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap"> <style id="all-fonts-style-font-jakarta"> .font-jakarta { font-family: 'Plus Jakarta Sans', sans-serif !important; } </style> <link id="all-fonts-link-font-manrope" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap"> <style id="all-fonts-style-font-manrope"> .font-manrope { font-family: 'Manrope', sans-serif !important; } </style> <link id="all-fonts-link-font-space-grotesk" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap"> <style id="all-fonts-style-font-space-grotesk"> .font-space-grotesk { font-family: 'Space Grotesk', sans-serif !important; } </style> <link id="all-fonts-link-font-work-sans" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700;800&display=swap"> <style id="all-fonts-style-font-work-sans"> .font-work-sans { font-family: 'Work Sans', sans-serif !important; } </style> <link id="all-fonts-link-font-pt-serif" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap"> <style id="all-fonts-style-font-pt-serif"> .font-pt-serif { font-family: 'PT Serif', serif !important; } </style> <link id="all-fonts-link-font-geist-mono" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Geist+Mono:wght@300;400;500;600;700&display=swap"> <style id="all-fonts-style-font-geist-mono"> .font-geist-mono { font-family: 'Geist Mono', monospace !important; } </style> .........完整代码请登录后点击上方下载按钮下载查看
网友评论0