13 lines
188 B
CSS
13 lines
188 B
CSS
|
.titleBg{
|
||
|
height:37px;
|
||
|
line-height:34px;
|
||
|
background: url("../image/bar1.png") 0 0 no-repeat;
|
||
|
}
|
||
|
.titleBg>span:last-child{
|
||
|
float:right;
|
||
|
}
|
||
|
.selectColor{
|
||
|
color:#55BAF8;
|
||
|
}
|
||
|
|