mytaocan.wxss
1.5 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
.experiencetop {
width: 750rpx;
height: 318rpx;
font-size: 0;
position: relative;
}
image {
width: 100%;
height: 100%;
}
.taocanbox {
width: 686rpx;
height: 660rpx;
position: absolute;
left: 32rpx;
top: 32rpx;
background: rgba(255, 255, 255, 1);
box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
opacity: 1;
padding: 0 34rpx;
box-sizing: border-box;
}
.taocanboxitem{
display:flex;
align-items: center;
border-bottom:1rpx solid #f5f5f5;
padding: 44rpx 0;
box-sizing: border-box;
}
.taocanboxitemleft{
width:52rpx;
height:52rpx;
font-size: 0
}
.taocanboxitemright{
width:560rpx;
color:#8C9198;
font-size: 28rpx;
margin-left:18rpx;
}
.orderlist{
margin-top:450rpx;
padding: 0 32rpx;
box-sizing: border-box;
margin-bottom:50rpx;
}
.orderlisthead{
display:flex;
align-items: center;
justify-content: space-between;
color:#06121E;
font-size: 28rpx;
font-weight: bold;
border-bottom:1rpx solid #273574;
padding-bottom: 24rpx;
box-sizing: border-box;
}
.left{
width:168rpx;
}
.middle{
width:168rpx;
}
.right{
width:112rpx;
}
.orderboxitem{
display:flex;
align-items: center;
justify-content: space-between;
color:#06121E;
font-size: 24rpx;
text-align: center;
padding: 24rpx 0;
box-sizing: border-box;
border-bottom:1rpx solid #f5f5f5;
}
.boxitemleft{
width:168rpx;
text-align: center;
}
.boxitemmiddle{
width:168rpx;
text-align: center;
}
.boxitemright{
width:112rpx;
text-align: center;
}