shuxing.wxss
1.1 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
page{
background: #F2F2F2;
padding: 0 33rpx;
box-sizing: border-box
}
.clear{
color:#E81825;
font-size: 28rpx;
display:flex;
justify-content: flex-end;
margin-top:20rpx;
}
.moren{
color:#1A1A1A;
font-size: 32rpx;
font-weight: bold
}
.morenshu{
display:flex;
align-items: center;
justify-content: space-between
}
.longan{
color:#999999;
font-size: 26rpx;
}
.shubox{
display:flex;
flex-wrap: wrap;
align-items: center;
margin-top:29rpx;
}
.shuitem{
margin-right:20rpx;
padding:10rpx 20rpx;
box-sizing: border-box;
background: #FAFAFA;
color:#666666;
font-size: 26rpx;
margin-top:16rpx;
position: relative
}
.allshuitem{
margin-right:20rpx;
padding:10rpx 20rpx;
box-sizing: border-box;
background: #EBEBEB;
color:#CCCCCC;
font-size: 26rpx;
margin-top:16rpx;
position: relative
}
.cancelmg{
width:22rpx;
height:22rpx;
font-size: 0;
border-radius:50%;
position: absolute;
right:-10rpx;
top:-10rpx;
}
.cancelmg image{
width:100%;
height:100%;
border-radius:50%;
}
.allshu{
margin-top:60rpx;
}
.selitem{
background: #fff;
color:#666666
}