Css 之 图片背景使用

<style type="text/css">

input {

 background-image: url("images/赵曼.jpg");

 background-size: cover;

}

</style>

<input type="button" value="按钮">

你可能感兴趣的:(背景,Cover)