猿问

为什么right里面分出来的子div “2”的颜色显示不出来?

.top{height:100px;background:blue;}
.main{width:800px;height:600px;background:#ccc;margin:0 auto;}
.left{width:200px;height:600px;background:green;float:left;}
.right{width:600px;height:600px;background:#CCC;float:right;}
.1{width:200px;height:600px;background:yellow;float:left;}
.2{right:400px;height:600px;background:blue;float:right;}
 
</style>

</head>

<body>
<div class="top"></div>
<div class="main">
  <div class="left">
  </div>
  <div class="right">
    <div class="1"></div>
    <div class="2"></div>
  </div>


慕粉4413064
浏览 1268回答 3
3回答

stone310

不可以用数字作为开头命名
随时随地看视频慕课网APP
我要回答