order_detail.wxss
1.6 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
/* pages/order_detail/order_detail.wxss */
page{
padding:120rpx 0 0 0;
background: #F5F6FA;
}
.border_detailtop{
width:100%;
height: 120rpx;
position: fixed;
background-position: center;
background-repeat: no-repeat;
top:0;
left:0;
display: flex;
justify-content: space-between;
color:#fff;
font-size:30rpx;
box-sizing: border-box;
}
.border_detailtop .bg{
position: absolute;
width:100%;
height: 100%;
top:0;
left:0;
z-index:2;
}
.detail_left{
position: absolute;
left:32rpx;
top:26rpx;
z-index:4;
display: flex;
align-items: center;
}
.detali_rigth{
position: absolute;
right:32rpx;
top:26rpx;
width:200rpx;
height: 72rpx;
border-radius: 36rpx;
color:#8DE063;
font-size: 28rpx;
z-index:4;
display: flex;
background: #fff;
justify-content: center;
align-items: center;
}
.detali_rigth1{
right: 254rpx;
}
.topicon{
display: flex;
justify-content: center;
align-items: center;
width:70rpx;
height: 70rpx;
}
.topicon image{
width:100%;
height: 100%;
display: block;
}
.detalibox{
background: #fff;
margin: 16rpx 32rpx 0 32rpx;
padding:0 32rpx;
color:#333333;
font-size:28rpx;
box-shadow:0rpx 5rpx 10rpx 0rpx rgba(0, 0, 0, 0.05);
border-radius:20rpx;
}
.detail_item{
display: flex;
align-items: center;
padding:36rpx 0;
border-bottom:1rpx solid #EBEBEB;
}
.detail_item:last-child{
border:none;
}
.detail_left_txt{
width:140rpx;
color:#090909;
font-size:28rpx;
}
.detail_rigth{
width:550rpx;
}
.bottom_img{
margin: 16rpx 0 0 0;
display: flex;
align-items: center;
justify-content: center;
height: 223rpx;
width:100%;
}
.bottom_img image{
width:100%;
height: 100%;
display: block;
}