tailwind检测设备可视区域大小代码
代码语言:html
所属分类:布局界面
代码描述:tailwind检测设备可视区域大小代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/normalize.css"> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/tailwind.2.2.7.css"> </head> <body> <div class="fixed z-50 bottom-2 right-2 bg-blue-100 text-blue-700 text-center font-semibold rounded-full py-2 w-20"> <span class="block md:hidden">sm</span> <span class="hidden md:block lg:hidden">md</span.........完整代码请登录后点击上方下载按钮下载查看
网友评论0