为什么#box1{margin-bottom:30px;}不能用#box1 div{margin-bottom:30px;}
因为 box 是id 而div 是块状元素
它俩是独立的
div 后面可以跟 span p 这类子类元素