2014-11-24 82 views

回答

0

而不必为pageborder裕度,使填充的身体和集箱上浆边境盒。

html, body { 
    height:98%; 
    width:100%; 
    -webkit-tap-highlight-color: transparent; 
    -webkit-font-smoothing: antialiased; 
    background-color:#fff; 
    margin:0; 
    border: 0; 
    padding: 2%; /* changed */ 
    box-sizing: border-box; /* changed */ 
} 

#pageborder { 
    background: rgba(86, 86, 86, 0.06); 
    height:100%%; 
} 

http://cssdeck.com/labs/vla26uvc