merchant_index.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/merchant/merchant_index/merchant_index.wxss */
@import '../my_order/my_order.wxss';
page{
padding:0 0 127rpx 0;
}
.index_head{
height: 240rpx;
}
.index_head image{
width:100%;
height:100%;
}
.index_item{
margin: 15rpx 0 0 0;
display: flex;
align-items: center;
background: linear-gradient(to right, #415DAA , #24B2DC,#35BFB5);
padding:25rpx 52rpx 40rpx 25rpx;
}
.index_itemhead{
width:92rpx;
height: 92rpx;
border-radius: 8rpx;
overflow: hidden;
margin: 0 40rpx 0 0;
}
.index_itemhead image{
display: block;
width:100%;
height: 100%;
}
.index_itemtxt{
width:17%;
color:#fff;
font-size:32rpx;
}
.index_access{
width:43%;
color:#fff;
font-size:18rpx;
}
.index_num{
width:20%;
font-size:28rpx;
text-align: right;
color:#fff;
}
.index_btn{
margin: 10rpx 0 30rpx 0;
background: #509FD6;
padding:0 150rpx;
display: flex;
align-items: center;
justify-content: space-between;
height: 60rpx;
}
.index_btn view{
display: flex;
align-items: center;
justify-content: center;
border-radius: 8rpx;
height: 36rpx;
width:134rpx;
background: #fff;
color:#509FD6;
font-size: 28rpx;
}
.index_btn view:active{
opacity: 0.7;
}
.order_pel {
padding:10rpx 25rpx;
}
.index_sao{
padding:30rpx 0 20rpx 0;
background: #509FD6;
color:#fff;
font-size:28rpx;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.index_saocode{
display: flex;
justify-content: center;
align-items: center;
width:115rpx;
height: 115rpx;
margin: 0 0 8rpx 0;
/* border:1rpx solid #fff; */
}
.index_saocode .iconfont{
font-size: 147rpx;
}
.index_saocode image{
width:100%;
height:100%;
display: block;
}