已采纳回答 / qq_慕斯2337073
你的“设置不简写”没有设置上下的距离margin:20px auto;等价于margin-left:auto;margin-right:auto;margin-top:20px;margin-bottom:20px;
2019-01-25
已采纳回答 / 慕虎9317830
border:2px red solid; 应该是:border:2px solid red ; 规范right:200px top:20px; 中间少了分号所以没生效
2019-01-21
已采纳回答 / 幕布斯2589714
因为这里.first的绿色对于“胆小如鼠”是继承得来的,继承的权重非常小(近似0.1),而span标签的权重为1,所以应为红色。可参照9-1, 9-2
2019-01-21