问答详情
源自:4-3 栅格布局

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

<!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>


提问者:慕丝1033313 2017-06-26 09:50

个回答

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

    可以了

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

    你没有写css样式控制大小