1
suinia 2017-06-07 15:49:53 +08:00 1
那就换算下是 200/0.25*1 = 800;
@media screen and (max-width: 800px) { margin-left:200px} |
2
learnshare 2017-06-07 15:56:40 +08:00
菜单不应该是独立的层,覆盖在文字上么
|
3
liyer 2017-06-07 15:56:44 +08:00
.menu{position:fixed; width:200px; left:0; top:0; bottom:0;}
.content{padding-left:200px;} |