我的div一开始就是全屏啊,缩小页面也没有反应

来源:4-3 栅格布局

慕丝1033313

2017-06-26 09:50

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<!--<meta name="viewport" content="width=device-width,initaial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no" />-->

<title>Bootstrap</title>

<link rel="stylesheet" type="text/css" href="css/css/bootstrap.min.css"/>

<script type="text/javascript" src="js/jquery-3.2.1.min.js"></script>

<script type="text/javascript" src="js/js/bootstrap.js"></script>

<style type="text/css">

.box{

/*width: 300px;*/

height: 200px;

background: red;

}

/*@media screen and (min-width: 100px) and (max-width: 640px) {

.box{

width: 100%;

height: 200px;

background-color: yellowgreen;

}*/

}

</style>

</head>

<body>

<div class="box col-lg-3 col-md-4 col-sm-6 col-xs-12"></div>


写回答 关注

2回答

  • 慕丝1033313
    2017-06-29 19:22:35

    可以了

  • 新媒之声广告工作室
    2017-06-27 09:30:11

    你没有写css样式控制大小

bootstrap快速入门

bootstrap是目前最流行的框架之一,能够带你快速搭建网页!

100975 学习 · 187 问题

查看课程

相似问题