.index-title {
|
padding: 10px 10px 5px;
|
|
}
|
|
.index-widget {
|
height: 100%;
|
padding: 0 10px;
|
}
|
|
.sybtn {
|
width: 73px;
|
height: 30px;
|
background-color: #FAFAF9;
|
color: #7D7D7D;
|
font-size: 13px;
|
border-radius: 5px;
|
border: 1px solid #BDBDBD;
|
cursor: pointer;
|
margin-left: 17px;
|
margin-bottom: 10px;
|
}
|
|
.sybtn:hover {
|
color: #0e94a3;
|
border: 1px solid #0e94a3;
|
}
|
|
.sybtnCheck {
|
color: #0e94a3;
|
border: 1px solid #0e94a3;
|
}
|
|
.search {
|
margin-top: 10px;
|
}
|
|
.search-catalog {
|
margin: 2.5px 0px 0px 0px;
|
padding: 0px;
|
left: 0px;
|
right: 0px;
|
text-align: center;
|
}
|
|
.search-catalog span {
|
height: 55px;
|
width: 40px;
|
display: inline-block;
|
padding: 5px 15px 5px 15px;
|
font-size: 12px;
|
font-family: '微软雅黑';
|
cursor: pointer;
|
}
|
|
.search-catalog > span:hover {
|
background-color: #edede9;
|
}
|
|
#IndexWidget table {
|
table-layout: fixed;
|
empty-cells: show;
|
border-collapse: collapse;
|
margin: 10px auto;
|
}
|
|
#IndexWidget table td {
|
height: 30px;
|
}
|
|
.table {
|
border: 1px solid #cad9ea;
|
width: 100%
|
}
|
|
.table th {
|
background-repeat: repeat-x;
|
height: 30px;
|
text-align: center;
|
}
|
|
.table td, .table th {
|
border: 1px solid #dedede;
|
/*padding:0 1em 0;*/
|
text-align: center;
|
}
|
|
.table td a {
|
color: #0e94a3;
|
text-decoration: none;
|
cursor: pointer;
|
}
|
|
.table tr.alter {
|
background-color: #e7e7e7;
|
}
|
|
.printbtn {
|
background-color: #1476c1;
|
color: #fff;
|
font-size: 13px;
|
border-radius: 5px;
|
border: 1px solid #1476c1;
|
cursor: pointer;
|
margin: 0 93px;
|
width: 100px;
|
height: 30px;
|
}
|
|
.printbtn:hover{
|
background-color: #108bab;
|
border: 1px solid #108bab;
|
}
|
|
.modelClass {
|
width: 100%;
|
height: 25px;
|
margin: 10px auto;
|
}
|
|
|
#IndexWidget .tabcontrol-tabbutton {
|
display: inline-block;
|
padding: 17px 0;
|
margin: 0;
|
color: #666;
|
cursor: pointer;
|
font-size: 15px;
|
font-weight: normal;
|
text-align: center;
|
width: 33.3%;
|
}
|
|
#IndexWidget .tabcontrol-tabbutton:nth-child(1) {
|
background: url(images/thematic.png) 7% center no-repeat;
|
}
|
|
#IndexWidget .tabcontrol-tabbutton:nth-child(2) {
|
background: url(images/symbol.png) 7% center no-repeat;
|
}
|
|
#IndexWidget .tabcontrol-tabbutton:nth-child(3) {
|
background: url(images/save.png) 7% center no-repeat;
|
}
|
|
#IndexWidget .tabcontrol-tabbutton-actived {
|
color: #1476c1;
|
border: none;
|
}
|
|
#IndexWidget .tabcontrol-tabbutton-actived:nth-child(1) {
|
background: url(images/thematic-selected.png) 7% center no-repeat;
|
}
|
|
#IndexWidget .tabcontrol-tabbutton-actived:nth-child(2) {
|
background: url(images/symbol-selected.png) 7% center no-repeat;
|
}
|
|
#IndexWidget .tabcontrol-tabbutton-actived:nth-child(3) {
|
background: url(images/save-selected.png) 7% center no-repeat;
|
}
|
|
#IndexWidget .tabcontrol-tabcontainer {
|
margin: 0 -10px 10px -10px;
|
height: 55px;
|
border-bottom: 1px solid #ccc;
|
text-align: center;
|
}
|
|
.tabcontrol-tabbutton:nth-child(1):hover {
|
border: none;
|
color: #1476c1 !important;
|
background: url(../../widgets/index/images/thematic-selected.png) 7% center no-repeat !important;
|
}
|
|
.tabcontrol-tabbutton:nth-child(2):hover {
|
border: none;
|
color: #1476c1 !important;
|
background: url(images/symbol-selected.png) 7% center no-repeat !important;
|
}
|
|
.tabcontrol-tabbutton:nth-child(3):hover {
|
border: none;
|
color: #1476c1 !important;
|
background: url(../../widgets/index/images/save-selected.png) 7% center no-repeat !important;
|
}
|
|
#IndexWidget .tabcontrol-tabcontent {
|
border: 1px solid #1476c1;
|
vertical-align: middle;
|
position: relative;
|
margin: 0px 0px;
|
}
|