service-fee-setting.8e70e732031f96be4a56.css
585 Bytes
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
.resource-add-container {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
}
.resource-add-card {
position: absolute;
width: 600px;
margin-top: 30px;
left: 50%;
margin-left: -300px;
}
.platform-select,
.name-input {
width: 200px;
margin: 0 auto;
}
.ivu-row {
border-bottom: 1px solid #e3e3e3;
}
.ivu-row:hover {
background-color: #aefdff;
}
.ivu-col {
text-align: center;
height: 50px;
line-height: 50px;
}
.ivu-col:nth-child(odd) {
border-right: 1px solid #e4e4e4;
}
.ivu-card-body {
margin: 0;
padding: 0;
}