私の.lessファイルでこのCSSを繰り返す代わりに。次のLESS関数を作成する方法を知っている人はいますか?
li #prize-1 span {
background: url('@{imagesUrl}/1.png') no-repeat;
width: 874px;
height: 188px;
}
li #prize-2 span {
background: url('@{imagesUrl}/2.png') no-repeat;
width: 874px;
height: 188px;
}