send-coupon.7fdba8bf1cb113a91d0f.css
1.15 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
.manual-send-wrapper {
height: 205px;
}
.import-send-wrapper {
height: 100%;
}
.ivu-card-body {
padding: 0;
margin: 0;
}
.ivu-card-bordered {
/*border: none;*/
border-bottom: none;
}
.ivu-card-head {
background-color: #f7f7f7;
}
.manual-send-container {
margin-top: 20px;
height: 130px;
}
.import-send-container {
margin-top: 40px;
/*margin-bottom: 200px;*/
}
.manual-send-container .title {
text-align: right;
margin-right: 20px;
}
#txt_uids {
width: 98%;
height: 100%;
}
#upload {
width: 100%;
height: 100%;
opacity: 0;
position: absolute;
left: 0;
top: 0;
}
.button-upload {
position: relative;
display: inline-block;
background-color: #17b566;
border-radius: 5px;
color: #fff;
width: 80px;
height: 32px;
line-height: 32px;
text-align: center;
overflow: hidden;
}
.file-name {
height: 32px;
line-height: 32px;
margin-left: 20px;
color: #2b85e4;
display: inline-table;
vertical-align: middle;
}
.red {
color: #ff0000;
}
.bottom {
position: absolute;
bottom: 0;
width: 100%;
height: 80px;
background-color: #f7f7f7;
line-height: 80px;
text-align: center;
}
a {
text-decoration: none;
}