forked from SuperMap/iClient-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenFile.css
More file actions
82 lines (73 loc) · 1.5 KB
/
Copy pathopenFile.css
File metadata and controls
82 lines (73 loc) · 1.5 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
/*--数据列表容器--*/
.addData_Container {
background-color: #ffffff;
border-radius: 4px;
padding-bottom: 12px;
overflow: hidden;
}
.addData_header {
background-color: #f5f5f5;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.addData_header h4 {
margin: 0;
padding: 20px 31px 10px 31px;
line-height: 1.42857143;
font-family: inherit;
font-weight: 500;
font-size: 22px;
color: #262626;
letter-spacing: 0.75px;
}
.addData_dataListContainer {
padding: 15px;
border-radius: 4px;
}
.file-select {
/*width: 100%;*/
}
.file-selectSpan {
position: relative;
margin: 20px auto;
width: 100px;
height: 32px;
font-size: 14px;
color: #595959;
text-align: center;
letter-spacing: 0.75px;
line-height: 32px;
border: 1px solid #D9D9D9;
border-radius: 4px;
cursor: pointer;
background-color: #fff;
display: block;
}
.file-selectSpan:hover {
border: 1px solid #38ADF5;
color: #38ADF5;
cursor: pointer;
}
.file-selectSpan .upload-icon {
position: absolute;
top: 8px;
left: 10px;
height: 14px;
width: 18px;
background: url("../../../../dist/images/widgets/upload_icon.png") no-repeat;
margin: auto auto;
padding-right: 5px;
}
.file-selectSpan .upload-span {
display: block;
position: absolute;
left: 32px;
}
.add_data_input {
position: relative;
left: 190px;
top: 49px;
height: 32px;
width: 160px;
display: none !important;
}