order.css
1.16 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
.orderPage .m-page {
padding-bottom: 70px;
}
.orderPage .cell .title {
width: 45px;
}
.orderPage .cell .title .m-icon {
margin-left: 3px;
}
.orderPage .cell .text {
margin-left: 45px;
}
.orderPage .cell .text .m-icon {
margin: 12px 10px 0 0;
}
.orderPage .m-state {
margin: 12px 10px 0 0;
}
.orderPage .countdown {
padding-top: 10px;
}
.orderPage .m-circle {
font-size: 0;
padding: 0 5px;
width: 45px;
height: 45px;
}
.orderPage .m-footer {
padding: 12px 25px;
}
.orderPage .actions {
position: relative;
}
.orderPage .font-blue {
color: #1c69a3 !important;
}
.orderPage .move {
position: absolute;
z-index: -1;
left: 0;
top: 1px;
bottom: 1px;
width: 33.3%;
line-height: 1.5;
text-align: center;
float: left;
background-color: #FFF;
border-right: none;
box-sizing: border-box;
color: #FFF;
background-color: #1c69a3;
border-radius: 16px;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: -webkit-transform 0.15s ease-in-out;
-o-transition: -o-transform 0.15s ease-in-out;
transition: transform 0.15s ease-in-out;
}