
例:簽到牌子(背景圖)
html結(jié)構(gòu)
<item盒子>
<背景圖></背景圖>
</文字></文字>
</文字></文字>
</item盒子>
css樣式
item盒子{
width:22%;
height:100px;
margin-left:2%;
float:?left;
}
背景圖:{
position:?relative;
? ? width:?100%;
? ? height:?100%;
? ? background-image:?url(/static/img/btn-icon@2x.2505a94.png);
? ? background-size:?contain;
? ? background-repeat:?no-repeat;
}