sub_wh_pic.wxss
875 字节
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
page{
background: url('http://bronet.wangshuwen.com/head.png')
no-repeat;
background-size: 100%, 100%;
line-height: 1;
}
.container{
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
/* justify-content: space-between; */
padding: 9rpx 0 0 0;
box-sizing: border-box;
}
.items{
width: 686rpx;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 60rpx;
}
.item{
width: 320rpx;
height: 270rpx;
display: flex;
flex-flow: column;
background:rgba(255,255,255,1);
box-shadow:0px 10rpx 24rpx 0px rgba(149,149,149,0.1);
border-radius:10rpx;
margin-top: 30rpx;
}
.item:first-child{
}
.item_top{
width: 320rpx;
height: 210rpx;
display: flex;
}
.item_top image{
width: 100%;
height: 100%;
}
.item_bottom{
height: 60rpx;
line-height: 60rpx;
text-align: center;
}