代码拉取完成,页面将自动刷新
同步操作将从 笔下光年/Light Year Admin Using Iframe v5 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!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><figure></code> 标签。</p>
<p><code>.figure</code>、<code>.figure-img</code> 和 <code>.figure-caption</code> 类为 HTML5 的 <code><figure></code> 和 <code><figcaption></code> 元素提供了一些基本样式。<code><figure></code> 标签内所包含的图片如果没有明确地设置尺寸的话,请务必为 <code><img></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><figure class="figure">
<img src="..." class="figure-img img-fluid rounded" alt="...">
<figcaption class="figure-caption">上图的标题</figcaption>
</figure></pre>
<p>通过使用我们提供的文本工具类可以轻松对齐 <code><figure></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><figure class="figure">
<img src="..." class="figure-img img-fluid rounded" alt="...">
<figcaption class="figure-caption text-end">上图的标题</figcaption>
</figure></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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。