【发布时间】:2017-03-30 04:52:47
【问题描述】:
这就是我认为问题所在。
如果我错了,请告诉我。
/* Home Style */
#tf-home{
background: url(../img/kristen11.jpg);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
color: #cfcfcf;
}
【问题讨论】: