赣州市洪水风险预警系统二维版本
xiebin
2023-03-02 b39483c96ae572121d3c619c0b9d37634e682cc4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
 
.tabcontrol-container{
    position: relative;
    width:100%;
    font-family: '宋体'
}
.tabcontrol-tabcontainer{
    margin: 10px;
        
}
.tabcontrol-tabbutton {
    display: inline-block;
    padding: 5px;
    margin-left: 31px;
    color: #4e616d;
    cursor: pointer;
}
/*.tabcontrol-tabbutton:hover {*/
    /*font-weight: bolder;*/
    /*border-bottom: 3px solid #2fa034;*/
/*}*/
.tabcontrol-tabbutton-actived {
    display: inline-block;
    padding: 5px;
    margin-left: 31px;
    color: #000;
    cursor: pointer;
    border-bottom: 3px solid #2fa034;
}
.tabcontrol-tabcontent {
    border: 1px solid #cfcfcf;
    vertical-align: middle;
    position: relative;
    margin: 0px 10px;
}
.tabcontrol-tabcontent span{
    display:inline-block;
    line-height:25px;
    margin-right: 20px;
    color:#4e616d;
    cursor: pointer;
}
.tabcontrol-tabcontent span:hover{
    color:#006699;
}
.tabcontrol-tabcontent span:active{
    color:#4e616d;
}
.tabcontrol-tabcontent-box{
}
.tabcontrol-button{
    width:40px;
    height:25px;
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    margin:11px 5px;
    border-radius: 2px;
}