1 Star 0 Fork 47

北方糙汉子 / Light Year Admin Using Iframe v5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
lyear_content_figures.html 3.51 KB
一键复制 编辑 原始数据 按行查看 历史
笔下光年 提交于 2022-11-01 21:00 . 提交代码
<!DOCTYPE html>
<html lang="zh">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui">
<meta name="keywords" content="LightYear,LightYearAdmin,光年,后台模板,后台管理系统,光年HTML模板">
<meta name="description" content="Light Year Admin V5是一个基于Bootstrap v5.1.3的后台管理系统的HTML模板。">
<title>画像 - 光年(Light Year Admin V5)后台管理系统模板</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<link rel="stylesheet" type="text/css" href="css/materialdesignicons.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/style.min.css">
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<div class="card">
<header class="card-header"><div class="card-title">画像</div></header>
<div class="card-body">
<p class="bd-lead">通过 Bootstrap 的画像(figure)组件来显示相关联的图片和文本。本文档包含了画像(figure)组件的说明和示例。</p>
<p>任何时候需要显示一段内容(例如带有可选标题的图片),请使用 <code>&lt;figure&gt;</code> 标签。</p>
<p><code>.figure</code><code>.figure-img</code><code>.figure-caption</code> 类为 HTML5 的 <code>&lt;figure&gt;</code><code>&lt;figcaption&gt;</code> 元素提供了一些基本样式。<code>&lt;figure&gt;</code> 标签内所包含的图片如果没有明确地设置尺寸的话,请务必为 <code>&lt;img&gt;</code>标签添加 <code>.img-fluid</code> 类,使其支持响应式布局。</p>
<div class="border-example">
<figure class="figure">
<img src="images/img-placeholder.png" class="figure-img img-fluid rounded" alt="...">
<figcaption class="figure-caption">上图的标题</figcaption>
</figure>
</div>
<pre>&lt;figure class="figure"&gt;
&lt;img src="..." class="figure-img img-fluid rounded" alt="..."&gt;
&lt;figcaption class="figure-caption"&gt;上图的标题&lt;/figcaption&gt;
&lt;/figure&gt;</pre>
<p>通过使用我们提供的文本工具类可以轻松对齐 <code>&lt;figure&gt;</code> 所包含的标题。</p>
<div class="border-example">
<figure class="figure">
<img src="images/img-placeholder.png" class="figure-img img-fluid rounded" alt="...">
<figcaption class="figure-caption text-end">上图的标题</figcaption>
</figure>
</div>
<pre>&lt;figure class="figure"&gt;
&lt;img src="..." class="figure-img img-fluid rounded" alt="..."&gt;
&lt;figcaption class="figure-caption text-end"&gt;上图的标题&lt;/figcaption&gt;
&lt;/figure&gt;</pre>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/popper.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/main.min.js"></script>
</body>
</html>
HTML
1
https://gitee.com/StoneNBS/Light-Year-Admin-Using-Iframe-v5.git
git@gitee.com:StoneNBS/Light-Year-Admin-Using-Iframe-v5.git
StoneNBS
Light-Year-Admin-Using-Iframe-v5
Light Year Admin Using Iframe v5
master

搜索帮助