_order-detail-new.css
1.41 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
.base-status {
background-color: #fff;
padding: 30px;
margin-bottom: 20px;
display: flex;
align-items: center;
.status-c {
float: left;
width: 640px;
position: relative;
}
.status-title {
font-size: 34px;
color: #444;
line-height: 48px;
margin-bottom: 10px;
}
.status-body {
font-size: 28px;
color: #b0b0b0;
line-height: 40px;
margin-bottom: 5px;
span {
color: #e01;
}
}
.status-time {
font-size: 24px;
color: #b0b0b0;
line-height: 34px;
}
.iconfont {
margin-left: 30px;
width: 20px;
float: right;
color: #e0e0e0;
font-size: 32px;
}
}
.info-table {
margin: 20px 0;
padding: 30px 0 30px 30px;
background-color: #fff;
position: relative;
.table-item {
line-height: 50px;
font-size: 28px;
color: #444;
}
.iconfont {
position: absolute;
top: 30px;
right: 30px;
font-size: 40px;
}
}
.real-amount {
background-color: #fff;
li {
margin-left: 30px;
padding-right: 30px;
font-size: 28px;
border-top: solid 1px #e0e0e0;
line-height: 80px;
span {
float: right;
}
&:last-child span {
color: #f00;
}
}
}