关于设置css:Background属性
.index_bg{ width : 100% ; height : 200px ; background : url (../../image/index-bg.jpg) no-repeat ; background- size : 100% ; } |
开发工具上是有效果的,但是去到了移动端测试时完全没有效果,应该要怎么写?
.index_bg{ width : 100% ; height : 200px ; background : url (../../image/index-bg.jpg) no-repeat ; background- size : 100% ; } |
开发工具上是有效果的,但是去到了移动端测试时完全没有效果,应该要怎么写?