prize-item.wxss
699 Bytes
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
/* page/subPackage/pages/zeroSell/components/prize-item.wxss */
.prize-item {
border-bottom: 2rpx dashed #E0E0E0;
padding: 20rpx 0rpx;
margin-left: 30rpx;
position: relative;
z-index: 1;
overflow: hidden;
}
.product-image {
width: 300rpx;
height: 190rpx;
float: left;
margin-right: 10rpx;
}
.content {
display: inline-block;
height: 150rpx;
width: 380rpx;
font-size: 24rpx;
color: #B0B0B0;
}
.code {
margin-bottom: 15rpx;
margin-top: 12rpx;
}
.product-name {
text-overflow: ellipsis;
word-break:break-all;
}
.btn {
display: inline-block;
position: absolute;
padding: 8rpx;
bottom: 20rpx;
right: 30rpx;
color: white;
background-color: #222;
}