python背景图片加载代码_2019.12.05-背景图片设置代码
.box{
width: 320px;
height: 160px;
border:5px solid #000;
margin-bottom: 50px;
background-color: gold;
background-image: url(images/new.png);
font-size: 40px;
color: red;
}
.box2{
width: 320px;
height: 160px;
border:5px solid #000;
margin-bottom: 50px;
background-color: gold;
font-size: 40px;
color: red;
}
.box3{
width: 320px;
height: 160px;
border:5px solid #000;
margin-bottom: 50px;
/* background-color: gold; */
/* background-image: url(images/new.png);*/
/*
repeat:重復平鋪;
repeat-x:橫向重復平鋪;
repeat-y:縱向重復平鋪;
no-repeat:不重復;
*/
background-repeat: no-repeat;
/* background-position: center; */
/* background-position: -10px -10px; */
background:url(images/new.png) -10px -10px gold no-repeat;
}
.box4{
width: 200px;
height:200px;
border:5px solid #000;
/* background-image: url(images/ljp.jpg);
background-repeat: no-repeat;
background-position: -10px 110px; */
background:url(images/ljp.jpg) -10px 110px no-repeat;
}
背景圖片背景圖片總結(jié)
以上是生活随笔為你收集整理的python背景图片加载代码_2019.12.05-背景图片设置代码的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python下载文件损坏_pythonw
- 下一篇: websocket python爬虫_p