_order-block.css
2.27 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
.me-orders {
font-size: 12px;
.right {
float: right;
}
.order-table-header {
height: 30px;
line-height: 30px;
background: #efefef;
border-bottom: 1px solid #e6e6e6;
padding: 0 10px;
> span {
display: block;
float: left;
text-align: center;
}
.info {
width: 330px;
text-align: left;
padding-left: 10px;
}
.price {
width: 75px;
}
.count {
width: 60px;
}
.pay, .order-status, .operation {
width: 100px;
}
}
.order-title {
height: 28px;
line-height: 28px;
background: #efefef;
padding: 0 5px;
border-bottom: 1px solid #e6e6e6;
}
.order {
margin: 10px;
border: 1px solid #e6e6e6;
border-radius: 2px;
li {
display: table;
> div {
display: table-cell;
color: #666;
text-align: center;
vertical-align: middle;
}
}
.info {
width: 313px;
text-align: left;
padding: 10px 0 10px 10px;
> * {
float: left;
}
.color-size {
color: #999;
}
}
.price {
width: 90px;
font-weight: bold;
}
.count {
width: 50px;
}
.pay, .order-status, .operation {
width: 100px;
border-left: 1px solid #e6e6e6;
}
.name {
display: block;
color: #468fa2;
line-height: 18px;
}
.color-size {
display: block;
line-height: 18px;
}
.pay {
font-weight: bold;
}
.pay-tip {
font-weight: normal;
display: block;
line-height: 18px;
color: #999;
}
.op-item {
display: block;
color: #468fa2;
line-height: 18px;
}
.complete {
color: #999;
}
.cancel {
color: #e8044f;
}
}
}