refundmanage.less
1.45 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
83
84
85
86
87
@import "../css/style/m-pack.select.css";
.inline () {
display: inline-block;
*diaplay: inline;
*zoom: 1;
}
.tspace {
margin-top: 20px;
}
.mbox-filter .filter-cell {
margin-bottom: 20px;
}
.mbox-filter .submitBtn {
margin-left: 0;
}
.mbox-filter .filter-cell i {
background: none;
}
.mbox-filter .filter-input >span {
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: top;
padding-top: 7px;
}
.mbox-filter .filter-input >span.like-select,
.mbox-filter .filter-input >span.s-direct {
padding-top: 0;
}
.like-select .s-select {
width: 80px;
}
.like-select {
margin-right: 10px;
input {
width: 160px;
padding-right: 0;
}
}
.s-direct .iptText {
width: 184px !important;
padding: 0 10px;
margin: 0 !important;
}
.filter-cell .statu-links:hover,
.filter-cell .statu-current {
background-color: #23ac38;
color: #fff;
text-decoration: none;
}
.pack_jselect {
min-width: 80px;
}
.refundlist {
table {
width: 100%;
border-collapse: collapse;
border: 1px solid #ddd;
}
td {
padding: 10px 0;
text-align: center;
img {
vertical-align: middle;
}
}
thead td {
background-color: #f9f9f9;
}
}
.color-totally {
color: #f60;
}
.r-hd {
position: relative;
}
.detailhint {
background-color: #ecf5fe;
border: 1px solid #e3ebed;
.inline;
height: 26px;
line-height: 26px;
font-size: 13px;
padding: 0 10px;
color: #7f95aa;
}