10 lines
143 B
CSS
10 lines
143 B
CSS
|
.titleBg{
|
||
|
height:37px;
|
||
|
line-height:32px;
|
||
|
background: url("../image/bar1.png") 0 0 no-repeat;
|
||
|
}
|
||
|
.selectColor{
|
||
|
color:#55BAF8;
|
||
|
}
|
||
|
|