ensureorder.css
1.53 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
@import 'table_ui.css';
@import 'input_ui.css';
.whitebox {
padding: 0;
margin-bottom: 100px;
}
fieldset {
padding: 30px 0 40px 0;
margin: 0 60px 0 50px;
border-bottom: 1px dashed #ddd;
}
.greyarea {
background-color: #fafafa;
padding: 10px 20px;
margin-top: 5px;
}
.greyarea p {
padding: 5px 0;
}
.shd {
font: 16px/1 'Microsoft YaHei';
margin-bottom: 15px;
}
.sbd {
margin-left: 30px;
}
.colortab {
width: 100%;
}
.colortab .ar {
width: 10%;
}
.colortab td {
padding: 10px 0;
}
.iarrow {
width: 36px;
height: 36px;
margin: 0 30px;
background-position: -136px -163px;
}
.cardbox {
position: relative;
height: 82px;
}
.cdinner {
position: absolute;
width: 560px;
}
.card {
width: 190px;
height: 56px;
border: 3px solid #ddd;
background-color: #fafafa;
padding: 10px;
position: relative;
}
.card .ic,
.card .addr,
.card .nam,
.card .pho {
position: absolute;
}
.card .addr {
line-height: 1.4;
top: 34px;
left: 10px;
width: 190px;
max-height: 32px;
overflow: hidden;
}
.card .nam {
left: 10px;
}
.card .pho {
right: 10px;
}
.card .ic {
width: 20px;
height: 26px;
background-position: -219px -70px;
top: 6px;
left: -16px;
color: #fff;
text-align: center;
}
.start {
margin-left: 36px;
}
.greyarea,
.whitearea {
margin-left: 36px;
}
.totalmoney {
font: 20px/1 'Microsoft YaHei';
}
.totalmoney b {
font-weight: 100;
font-size: 30px;
}
.yourtic {
display: none;
}
.yourtic label {
display: inline-block;
*display: inline;
*zoom: 1;
}
.yourtic label {
width: 240px;
}