css背景圖片佈滿所有背景,而且保持長寬比

<style type="text/css"> .bg{ background-image: url(/static/images/bg.jpg); background-repeat: no-repeat; background-size: 100% 100%; } </style> <body class="bg"> </body>
相關文章
相關標籤/搜索