picbox.wxss
1.4 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
page{
background: #f9f9f9;
}
.picboxhead{
display:flex;
align-items: center;
padding: 8rpx 24rpx;
box-sizing: border-box;
background: #fff;
}
.seclist{
display:flex;
align-items: center;
flex-wrap: wrap;
background: #fff;
padding: 32rpx 32rpx 0;
box-sizing: border-box;
}
.seclistitem {
padding: 14rpx 24rpx;
box-sizing: border-box;
background: #F7F7F7;
margin-right: 24rpx;
margin-bottom: 32rpx;
color: #3D444D;
font-size: 28rpx;
}
.selactive{
background:#409FFE ;
color:#fff
}
.picboxheadleft{
color:#06121E;
font-size: 28rpx;
font-weight: bold;
}
.picboxquan{
color:#8C9198;
font-size: 28rpx;
margin-left:34rpx;
}
.picxian{
width:1rpx;
height:48rpx;
background: #EEEEEE;
margin-left:18rpx;
}
.searchsanjiao{
margin-left:24rpx;
}
.picbox{
padding: 24rpx 12rpx 24rpx 24rpx;
box-sizing: border-box;
display:flex;
align-items: center;
flex-wrap: wrap
}
.picboxitemtop{
width:705rpx;
height:293rpx;
font-size: 0;
position: relative
}
.picboxname{
width:702rpx;
height:74rpx;
background: #fff;
line-height: 74rpx;
border-bottom-left-radius: 4rpx;
border-bottom-right-radius: 4rpx;
text-align: center;
color:#3D444D;
font-size: 28rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
/* margin-top:16rpx; */
margin-bottom:24rpx;
margin-right:12rpx;
}