@media all and (min-width: 480px) and (max-width: 759px) { padding:5px; } //mobile @media all and (max-width: 480px) { padding:0px; }
確定! 回上一頁