|
|
@@ -13,7 +13,7 @@
|
|
|
display: none;
|
|
|
}
|
|
|
.bodyUas td.chooseUas input{
|
|
|
- background: url("${CPATH}/static/jpress/admin/image/dot.png") no-repeat;
|
|
|
+ background: url("/jpress/static/jpress/admin/image/dot.png") no-repeat 130px center;
|
|
|
}
|
|
|
.bodyUas td.chooseUas ul li:hover,.bodyUas td.chooseUas ul li.active{
|
|
|
background: #3a9cf4;
|
|
|
@@ -24,6 +24,9 @@
|
|
|
.bodyUas tr td.titleUas{
|
|
|
color: #3a9cf4;
|
|
|
}
|
|
|
+ .bodyUas tr:nth-child(even){
|
|
|
+ background: #f8f8f8 ;
|
|
|
+ }
|
|
|
</style>
|
|
|
<#if module ?? && module.name=="uuhelper">
|
|
|
<!-- admin后台软文列表界面 -->
|