orderdetails.css
1.3 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
.information{
height: 1rem;
color:#FE0A01 ;
font-size: 0.28rem;
text-align: center;
line-height:1rem;
background: #F5F5F5;
margin-top: 0.2rem;
}
*{
margin:0;
padding:0;
}
body{
background: #fff;
display:flex;
padding: 0.5rem 0 0 0;
flex-direction: column;
}
.list li{
display:flex;
align-items: center;
justify-content: space-between;
padding-left:0.33rem;
padding-right:0.36rem;
height: 1.15rem;
border-bottom: 1px solid #EBEBEB;
line-height: 1rem;
}
.pic{
width: 2.04rem;
height: 0.98rem;
display: block;
margin-right: 0.3rem;
}
.pic_row{
display:flex;
}
.two{
display:flex;
flex-direction: column;
}
.pic img{
width: 100%;
}
.real{
font-size:0.24rem ;
color: #666;
}
.goods{
margin-top: 0.3rem;
display:flex;
font-size:0.3rem ;
color: #666;
padding: 0 0.32rem;
align-items: center;
justify-content: space-between;
}
.add{
font-size:0.3rem ;
color:#999999;
}
.footer{
background: #3988E5;
width: 100%;
height: 1rem;
line-height: 1rem;
color: #fff;
font-size:0.36rem;
text-align: center;
position: fixed;
bottom:0 ;
}
.cancel{
border: 1px solid #3988E5;
background: #fff;
padding: 0.1rem 0.3rem;
color: #3988E5;
border-radius:0.05rem ;
}
.confirmed{
font-size:0.28rem;
color:#3988E5;
}
.ok:active{
opacity: 0.7;
}