本文实例为大家分享了bootstrap响应式工具的具体代码,供大家参考,具体内容如下
<Meta charset="UTF-8">
响应式工具
-->
<style type="text/css">
.tips1{width: 30px;height: 300px;background: black}
.tips2{width: 30px;height: 200px;background: #ddd}
<div class="container-fluid">
<div class="row">
<div class="tips1 pull-right visible-lg-block">
<div class="tips2 hidden-lg affix"></div><!-- affix固定定位 -->
</div>