这个css样式哪里错了啊?
.label1{ height: 30px; width: 79px; color: Black; background-image: url('../Forecast/images/趋势.png'); background-repeat: no-repeat; font-size: 9pt; font-weight: normal; text-align: center; cursor: pointer;}
background-image: url('../Forecast/images/趋势.png'); <!--background-repeat: no-repeat;-->
[解决办法]
background-repeat: no-repeat
不要这个