随笔分类 -  Bootstrap

HTML <textarea> 标签
摘要:我是一个文本框。 #实现不能编辑 我是一个文本框。 #禁止拉伸 我是一个文本框。 阅读全文

posted @ 2017-12-22 11:13 星河赵 阅读(209) 评论(0) 推荐(0)

jquery 修改 bootstrap模态框的宽度并且居中
摘要:1.定义模态框 2.js设置居中 阅读全文

posted @ 2017-12-22 10:53 星河赵 阅读(970) 评论(0) 推荐(0)

bootstrap中模态框的大小设置
摘要:Large modal ... Small modal ... 阅读全文

posted @ 2017-03-25 16:44 星河赵 阅读(32639) 评论(1) 推荐(3)

Bootstrap系列 -- 15. 下拉选择框select
摘要:Bootstrap框架中的下拉选择框使用和原始的一致,多行选择设置multiple属性的值为multiple。Bootstrap框架会为这些元素提供统一的样式风格 <form role="form"> <div class="form-group"> <select class="form-cont 阅读全文

posted @ 2016-10-28 15:39 星河赵 阅读(4256) 评论(0) 推荐(0)

bootstrap 固定底部导航自适应
摘要:在使用bootstrap 底部导航的时候遇到了一个问题 —— 当我的内容超过一屏的时候,底部的部分内容会被固定的导航内容遮盖 自己写了一个JS脚本,解决自适应的问题 <nav class="navbar navbar-default navbar-fixed-bottom"> <div class= 阅读全文

posted @ 2016-10-14 16:47 星河赵 阅读(6457) 评论(0) 推荐(0)

导航