templates.wxss
859 字节
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
.mypublish_img{
width:64rpx;
height:64rpx;
font-size: 0;
margin: 0 auto;
}
.sell_mypublish_img{
width:80rpx;
height:80rpx;
font-size: 0;
margin: 0 auto;
position:relative;
}
.mypublish_img image,.sell_mypublish_img image{
width:100%;
height:100%;
}
.sell_mypublish_img image{
position: absolute;
bottom:30rpx;
left:0;
right:0;
}
.sellname{
position: absolute;
bottom:0;
left:0;
right:0;
}
.mypublish_foot{
display:flex;
justify-content: space-between;
align-items: center;
/* padding: 0 40rpx; */
box-sizing: border-box;
position:fixed;
bottom:0;
left:0;
right:0;
border-top:1rpx solid #f5f5f5;
background: #fff;
}
.mypublish_name{
text-align: center;
color:#666;
font-size: 24rpx;
}
.mypublish_item{
width:33.33%;
}