随笔分类 - UI
摘要:本章将讲解 Bootstrap 标签。标签可用于计数、提示或页面上其他的标记显示。使用 class .label 来显示标签,如下面的实例所示: 实例 <h1>Example Heading <span class="label label-default">Label</span></h1> <h
阅读全文
摘要:@CHARSET "UTF-8"; /** 右下角跳转按钮 跳转到列表 */ #list_note_icon { position: fixed; bottom: 10%; right: 8%; z-index: 888; background: #ff9900; width: 80px; heig
阅读全文
摘要:<style> .none{display: none} #toolbar { display: flex; justify-content: center; align-items: center; position: fixed; max-width: 100%; left: 0; /*top:
阅读全文
摘要:前面的话 animate.css是一个使用CSS3的animation制作的动画效果的CSS集合,里面预设了很多种常用的动画,且使用非常简单。本文将详细介绍animate.css的使用 引入 animate.css的最新版本是3.5.2,引入animate.css很容易,有以下几种方法 1、从官网下
阅读全文