mine.wxss
1.9 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
113
114
115
116
117
118
119
120
121
122
123
124
125
.minehead {
padding: 46rpx 32rpx;
box-sizing: border-box;
display: flex;
align-items: center;
}
.mineheadleft {
width: 104rpx;
height: 104rpx;
font-size: 0;
border-radius:50%;
}
.mineheadleft image {
width: 100%;
height: 100%;
border-radius: 50%;
}
.minerighttop {
color: #5b5e63;
font-size: 36rpx;
font-weight: bold;
}
.minerightphone {
color: #5b5e63;
font-size: 24rpx;
margin-top: 14rpx;
}
.mineheadright {
margin-left: 28rpx;
}
.orderlist {
width: 686rpx;
height: 160rpx;
background: rgba(255, 255, 255, 1);
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
opacity: 1;
border-radius: 20rpx;
margin:36rpx auto 0;
padding: 32rpx 44rpx;
box-sizing: border-box;
display:flex;
justify-content: space-between
}
.orderlistitem{
display:flex;
flex-direction: column;
justify-content: center;
align-items: center
}
.orderitemtop{
width:44rpx;
height:44rpx;
font-size: 0
}
.orderitemtop image{
width:100%;
height:100%;
}
.orderitemname{
color:#5B5E63;
font-size: 24rpx;
margin-top:14rpx;
}
.mineorder{
padding: 0 32rpx;
margin-top:24rpx;
}
.mineorderitem{
display:flex;
align-items: center;
justify-content: space-between;
padding: 36rpx 56rpx;
box-sizing: border-box;
border-bottom:1rpx solid #f5f5f5;
position: relative
}
.mineorderitemleftimg{
width:36rpx;
height:36rpx;
font-size: 0
}
.mineorderitemleftimg image{
width:100%;
height:100%;
}
.mineorderitemleft{
display:flex;
align-items: center
}
.mineorderitemname{
color:#06121E;
font-size: 28rpx;
margin-left:20rpx;
}
.mineorderright{
width:12rpx;
height:20rpx;
font-size: 0
}
.mineorderright image{
width:100%;
height:100%;
}
.connect{
width:400rpx;
height:80rpx;
position: absolute;
left:0;
top:20rpx;
background: transparent;
border:none;
outline: none
}
button::after{
border: none;
outline: none;
}