赣州市洪水风险预警系统二维版本
xiebin
2023-02-24 ec1a74625890ff771fc5e46e39a15deaf618b479
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
#projectWidget select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #717171;
    background: #fff url(../../assets/images/jiantou.png) no-repeat scroll center right 2px transparent;
    width: 190px;
}
/*清除ie的默认选择框样式清除,隐藏下拉箭头*/
select::-ms-expand { display: none; }
#projectWidget input {
    height: 30px;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    color: #717171;
    cursor: pointer;
    margin-top: 9px;
    width: 100px;
    background-color: #FAFAF9;
}
.space-til {
    width: 260px;
    line-height: 50px;
}
#projectWidget .tabcontrol-tabcontainer{
    display: none;
}
 
.floatbutton{
    width: 100px;
    height: 30px;
    border: 1px solid #2FA034;
    cursor: pointer;
    font-size: 13px;
    background: #FAFAF9;
    border-radius: 5px;
    color: #2FA034;
    margin: 0px 0px 15px 40px;
    text-align: center;
}