问答详情
源自:3-2 自适应处理

自适应没有作用 为什么呢

@media  screen and (max-width:520px){

   .st-panel h2{

       font-size: 30px;

   }

  .st-panel h2{

  width: 90%;

  left:10%;

  margin-top: 0;

  }

   .st-container > a{

       font-size: 13px;

   }

  

}


提问者:叛逆春 2015-08-11 14:10

个回答

  • 野猫1
    2015-12-04 13:04:11

    妹子,你定义的是.st-panel h2{}和.st-panel h2{},并没有写.st-panel p。。。。。。虽然年代久远,我还是要忍不住说

  • 班大人
    2015-08-22 16:57:35

    代码没有问题,应该是你窗口没有缩小到520px。你可以这么做,先把开发人员F12按出来,然后在缩小浏览器,会有提示你缩小到了多大尺寸。然后在看变化!