.total{
clear:left;
text-align:center;
width:100%;
height:100%;
background:url('C:\Users\hasee\Desktop\money.jpg') no-repeat;
background-size:100% 100%;
}上面的無效如果寫成下面的就有效。。路徑真的沒問題,求大神幫忙.total{
clear:left;
text-align:center;
width:100%;
height:100%;
background:blue;
background-size:100% 100%;
}
background標(biāo)簽color有效,但是image無效
慕的地8271018
2018-08-07 07:10:56