為什么我這樣寫就不行
.demo {
? ? width: 300px;
? ? height: 140px;
? ? border: 1px solid #999;
? ? background: rgba(100,100,100,0.5) url(http://static.mukewang.com/static/img/logo_index.png) left top no-repeat ,?
? ? ? ? ? ? ? ?url(http://static.mukewang.com/static/img/logo_index.png) right bottom no-repeat;
}
2015-01-06
把rgba(100,100,100,0.5)去掉就對了