
Bootstrap
dxm809
这个作者很懒,什么都没留下…
展开
-
bootstrap 实现商城布局
<!DOCTYPE html><html lang="zh-CN"> <head> <meta charset="utf-8"> <!--声明文档兼容模式,表示使用IE浏览器的最新模式--> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!--设置视口的宽度(值为设备的理想宽度),页面初始缩放值<理想宽度/可见宽度>--> .原创 2020-09-07 15:49:05 · 924 阅读 · 0 评论 -
Bootstrap 固定在顶部导航条
@{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <link href=&转载 2018-05-29 14:38:57 · 5438 阅读 · 0 评论 -
Bootstrap路径导航
@{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <link href=&转载 2018-05-29 14:38:50 · 573 阅读 · 0 评论 -
Bootstrap 分页翻页
@{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <link href=&转载 2018-05-29 14:38:41 · 305 阅读 · 0 评论 -
Bootstrap 标签徽章巨幕页头
@{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <link href=&转载 2018-05-29 20:24:54 · 283 阅读 · 0 评论 -
Bootstrap 缩略图 警告框
@{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <link href=&转载 2018-05-30 10:17:06 · 152 阅读 · 0 评论 -
Bootstrap 进度条
@{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <link href=&转载 2018-05-30 10:16:57 · 135 阅读 · 0 评论 -
Bootstrap 媒体对象 列表组
@{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <link href=&转载 2018-05-30 10:16:48 · 256 阅读 · 0 评论 -
Bootstrap 面板
@{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <link href=&转载 2018-05-30 10:16:40 · 271 阅读 · 0 评论 -
Bootstrap 反色导航条
@{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <link href=&转载 2018-05-29 14:39:06 · 383 阅读 · 0 评论 -
Bootstrap导航
@{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <link href=&转载 2018-05-29 14:39:12 · 206 阅读 · 0 评论 -
Bootstrap栅格系统
@{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <link href=&转载 2018-05-28 21:53:42 · 156 阅读 · 0 评论 -
Bootstrap 单按钮下拉菜单
@{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>View1</title> <link href=&转载 2018-05-28 14:46:14 · 294 阅读 · 0 评论 -
Bootstrap 按钮
@{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>View1</title> <link href=&转载 2018-05-28 14:52:32 · 248 阅读 · 0 评论 -
Bootstrap按钮组 按钮工具栏 嵌套
@{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>View1</title> <link href=&转载 2018-05-28 15:15:25 · 481 阅读 · 0 评论 -
Bootstrap 输入框组
@{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>View1</title> <link href=&转载 2018-05-28 15:41:12 · 230 阅读 · 0 评论 -
bootstrap 表单
@{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>View1</title> <link href=&转载 2018-05-28 15:57:36 · 257 阅读 · 0 评论 -
Bootstrap 图片形状
@{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <link href=&转载 2018-05-28 20:42:58 · 462 阅读 · 0 评论 -
Bootstrap辅助类
@{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <link href=&转载 2018-05-28 21:32:02 · 145 阅读 · 0 评论 -
Bootstrap 屏幕类型
/* 超小屏幕(手机,小于 768px) *//* 没有任何媒体查询相关的代码,因为这在 Bootstrap 中是默认的(还记得 Bootstrap 是移动设备优先的吗?) *//* 小屏幕(平板,大于等于 768px) */@media (min-width: @screen-sm-min) { ... }/* 中等屏幕(桌面显示器,大于等于 992px) */@media (mi...转载 2018-05-28 21:39:03 · 1008 阅读 · 0 评论 -
Bootstrap 添加到项目
至少在项目中添加以下三个文件1 添加css文件 <link href="~/Bootstrap3.3.7/css/bootstrap.min.css" rel="stylesheet" />2 添加jquery.js <script src="~/Scripts/jquery-1.7.1.min.js"></script>3 添加bootstrap.js ..转载 2018-05-28 11:16:37 · 691 阅读 · 0 评论