tupianbox.wxss
1010 字节
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
page{
background: #F9F9F9
}
.picboxhead{
display:flex;
align-items: center;
padding: 8rpx 24rpx;
box-sizing: border-box;
background: #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:310rpx;
font-size: 0;
position: relative
}
.picboxname{
width:705rpx;
height:74rpx;
line-height: 74rpx;
border-bottom-left-radius: 4rpx;
border-bottom-right-radius: 4rpx;
background: #fff;
text-align: center;
color:#3D444D;
font-size: 28rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom:24rpx;
margin-right:12rpx;
font-weight: bold;
}