1 Star 0 Fork 193

小钢炮浮游/Light Year Admin Using Iframe

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
css
fonts
images
js
FETCH_HEAD
LICENSE
README.en.md
README.md
favicon.ico
index.html
lyear_forms_checkbox.html
lyear_forms_elements.html
lyear_forms_radio.html
lyear_forms_switch.html
lyear_js_chartjs.html
lyear_js_colorpicker.html
lyear_js_datepicker.html
lyear_js_jconfirm.html
lyear_js_notify.html
lyear_js_sliders.html
lyear_js_tags_input.html
lyear_main.html
lyear_pages_add_doc.html
lyear_pages_config.html
lyear_pages_config_system.html
lyear_pages_config_upload.html
lyear_pages_data_table.html
lyear_pages_doc.html
lyear_pages_edit_pwd.html
lyear_pages_error.html
lyear_pages_gallery.html
lyear_pages_guide.html
lyear_pages_login.html
lyear_pages_login_2.html
lyear_pages_login_3.html
lyear_pages_login_4.html
lyear_pages_profile.html
lyear_pages_rabc.html
lyear_ui_alerts.html
lyear_ui_buttons.html
lyear_ui_cards.html
lyear_ui_grid.html
lyear_ui_icons.html
lyear_ui_modals.html
lyear_ui_other.html
lyear_ui_pagination.html
lyear_ui_progress.html
lyear_ui_step.html
lyear_ui_tables.html
lyear_ui_tabs.html
lyear_ui_tooltips_popover.html
lyear_ui_typography.html
克隆/下载
lyear_ui_tooltips_popover.html 3.10 KB
一键复制 编辑 原始数据 按行查看 历史
笔下光年 提交于 6年前 . 上传项目
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<title>提示 / 弹出框 - 光年(Light Year Admin)后台管理系统模板</title>
<link rel="icon" href="favicon.ico" type="image/ico">
<meta name="keywords" content="LightYear,光年,后台模板,后台管理系统,光年HTML模板">
<meta name="description" content="LightYear是一个基于Bootstrap v3.3.7的后台管理系统的HTML模板。">
<meta name="author" content="yinqi">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/materialdesignicons.min.css" rel="stylesheet">
<link href="css/style.min.css" rel="stylesheet">
</head>
<body>
<div class="container-fluid p-t-15">
<div class="row">
<div class="col-lg-12">
<div class="card">
<div class="card-header"><h4>提示 / 弹出框</h4></div>
<div class="card-body">
<button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="left" title="Tooltip on left">Tooltip on 左侧</button>
<button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="top" title="Tooltip on top">Tooltip on 顶部</button>
<button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="bottom" title="Tooltip on bottom">Tooltip on 底部</button>
<button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Tooltip on right">Tooltip on 右侧</button>
<button type="button" class="btn btn-default" data-toggle="tooltip" data-html="true" title="" data-original-title="<em>Tooltip</em> <u>with</u> <b>HTML</b>">Html Tooltip</button>
<hr>
<button type="button" class="btn btn-default" data-container="body" data-toggle="popover" data-placement="top" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus." title="Popover title">
Popover on 顶部
</button>
<button type="button" class="btn btn-default" data-container="body" data-toggle="popover" data-placement="bottom" data-content="Vivamus
sagittis lacus vel augue laoreet rutrum faucibus.">
Popover on 底部
</button>
<button type="button" class="btn btn-default" data-container="body" data-toggle="popover" data-placement="right" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">
Popover on 右侧
</button>
<button type="button" class="btn btn-default" data-container="body" data-toggle="popover" data-placement="left" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">
Popover on 左侧
</button>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="js/jquery.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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/maoyiding/Light-Year-Admin-Using-Iframe.git
git@gitee.com:maoyiding/Light-Year-Admin-Using-Iframe.git
maoyiding
Light-Year-Admin-Using-Iframe
Light Year Admin Using Iframe
master

搜索帮助