sbkzAdminOrder.css
2.0 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
.border-box {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.KZJD_table_container {
max-width: 1400px;
width:100%;
margin: 0px auto;
}
.kzUser-orderDetail {
padding: 30px;
color: #999;
font-size: 14px;
}
.kzUser-orderDetail .orderStatusShow {
text-align: center;
color: #fff;
font-size: 16px;
line-height: 30px;
}
.kzUser-orderDetail .msg-item {
margin-bottom: 20px;
}
.kzUser-orderDetail .msg-item .title {
font-size: 16px;
color: #e85a61;
font-weight: bold;
line-height: 30px;
padding: 0px 15px;
}
.kzUser-orderDetail table {
width: 100%;
border-spacing: 0px;
text-align: left;
}
.kzUser-orderDetail table thead tr td,
.kzUser-orderDetail table thead tr th,
.kzUser-orderDetail table tbody tr td,
.kzUser-orderDetail table tbody tr th {
padding: 8px 15px;
border: 1px solid #d4d4d3;
border-right: 0px;
border-bottom: 0px;
}
.kzUser-orderDetail table thead tr td:last-child,
.kzUser-orderDetail table thead tr th:last-child,
.kzUser-orderDetail table tbody tr td:last-child,
.kzUser-orderDetail table tbody tr th:last-child {
border-right: 1px solid #d4d4d3;
}
.kzUser-orderDetail table pre {
display: inline;
}
.kzUser-orderDetail table td .xm {
margin-right: 15px;
}
.kzUser-orderDetail table td .txt {
color: #eb797a;
}
.kzUser-orderDetail table thead tr:nth-of-type(2n+1) td,
.kzUser-orderDetail table tbody tr:nth-of-type(2n+1) td,
.kzUser-orderDetail table thead tr:nth-of-type(2n+1) th,
.kzUser-orderDetail table tbody tr:nth-of-type(2n+1) th {
background-color: #fceaed;
}
.kzUser-orderDetail table thead tr:last-child td,
.kzUser-orderDetail table tbody tr:last-child td,
.kzUser-orderDetail table thead tr:last-child th,
.kzUser-orderDetail table tbody tr:last-child th {
border-bottom: 1px solid #d4ddd3;
}
.orderStatusShow {
margin-top: 60px;
}
.orderStatusShow .status {
display: inline-block;
width: 6.0em;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #e85a62;
cursor: default;
color: #fff;
}