my_zhudui.wxss
990 字节
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
/* pages/my_zhudui/my_zhudui.wxss */
@import '/pages/my_order/my_order.wxss';
.formitem_nimi{
font-size:22rpx;
}
.form_nimi{
margin: 8rpx 0 0 0;
display: inline-block;
padding:3rpx 8rpx;
border-radius: 8rpx;
color:#fff;
font-size:22rpx;
background: linear-gradient(-90deg, #36BFB2,#26B9D6,#405FAB);
}
.form_nimi::active{
opacity: 0.7;
}
.f_bottom{
padding:10rpx 0 16rpx 0;
}
.border_bred{
color:#C30D23;
}
.border_imgs{
width:50%;
display: flex;
align-items: center;
flex-wrap: nowrap;
}
.order_rigth{
width:50%;
color:#9FA0A0;
font-size:20rpx;
text-align: right;
}
.order_headerimg{
margin: 0 10rpx 0 0;
display: flex;
align-items: center;
justify-content: center;
width:55rpx;
height: 55rpx;
border-radius: 8rpx;
overflow: hidden;
}
.order_headerimg image{
width:100%;
height: 100%;
display: block;
}
.order_rigth_bottom{
display: flex;
justify-content: flex-end;
margin: 8rpx 0 0 0;
align-items: center;
}
.order_rigth_bottom .form_nimi{
margin: 0 0 0 8rpx;
}