首页
学习
活动
专区
工具
TVP
发布

sktj

专栏作者
1542
文章
1894120
阅读量
34
订阅数
bootstrap menu 常用样式 2
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Bootstrap 实例 - 带有下拉菜单的标签页</title> <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script> <script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script> </head> <body>
用户5760343
2022-01-10
5380
bootstrap 字体图标
图标列表:https://www.runoob.com/try/demo_source/bootstrap3-glyph-icons.htm
用户5760343
2022-01-10
1.2K0
bootstrap 表单 横向排列
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
用户5760343
2022-01-10
1.2K0
bootstrap 表单 3 按钮
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
用户5760343
2022-01-10
1.4K0
bootstrap 表单 1
form role='form' div class='form-group' label for='name' input type='text' class='form-control' id='name' placeholder='请输入姓名' <div class="checkbox"> <label> <input type="checkbox"> 请打勾 </label> </div>
用户5760343
2022-01-10
3930
bootstrap 响应式表格 根据设备调整大小
<div class='table-responsive'> <table class='table'>
用户5760343
2022-01-10
1.2K0
bootstrap 表格 行背景色
tr,td,th : class active 灰色 success 蓝色 warning 浅黄色 danger 浅红色
用户5760343
2022-01-10
1.3K0
bootstrap 表格 紧凑型表格
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
用户5760343
2022-01-10
1.5K0
bootstrap 表格 悬停 鼠标靠近变换颜色
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
用户5760343
2022-01-10
9470
bootstrap 表格 带边框
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
用户5760343
2022-01-10
1.1K0
bootstrap 表格 条纹
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
用户5760343
2022-01-10
4750
bootstrap 表格 1
表格:class table caption thread tr th tbody tr td
用户5760343
2022-01-10
4430
bootstrap 文本处理
<meta name="viewport" content="width=device-width, initial-scale=1" charset="utf-8">
用户5760343
2022-01-10
1.3K0
bootstrap 列表
有序列表:ol li 无序列表:ul li 不定义样式: ul class="list-unstyled" 横向显示:ul class="list-inline" dt dd dl class="dl-horizontal" dt dd
用户5760343
2022-01-10
1900
bootstrap 字体 颜色 text-xxx
small 副标题 strong 加黑 em 斜体 p class='text-left' 左对齐 text-center 中对齐 text-right 右对齐 字体颜色减轻 text-muted text-primary 颜色 text-success text-info 颜色 text-waring 颜色 text-danger 颜色
用户5760343
2022-01-10
1.1K0
bootstrap 网格排列
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
用户5760343
2022-01-10
3880
bootstrap 网格布局
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
用户5760343
2022-01-10
8020
bootstrap 响应式实用工具
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Bootstrap 实例 - 响应式实用工具</title> <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script> <script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script> </head> <body>
用户5760343
2022-01-10
4180
bootstrap 网格布局 3
<!DOCTYPE html> <html> <head> <title>Bootstrap 实例 - 手机、平板电脑、台式电脑</title> <link href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"> <script src="https://cdn.staticfile.org/jquery/2.0.0/jquery.min.js"></script> <script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script> </head> <body>
用户5760343
2022-01-10
5820
bootstrap 网格布局 2
<!DOCTYPE html> <html> <head> <title>Bootstrap 实例 - 中型和大型设备</title> <link href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"> <script src="https://cdn.staticfile.org/jquery/2.0.0/jquery.min.js"></script> <script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script> </head> <body>
用户5760343
2022-01-10
6710
点击加载更多
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档