不要把父div的opacity设为0.3,而要把background-color属性中rgba的a(alpha透明度)设为0.3 .父div{ /* opacity: 0.3; */ background-color: rgba(0, 0, 0, 0.3); }