pind_list.wxss
1.95 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
84
85
86
87
88
89
90
91
92
93
.kill-time {
text-align: center;
justify-content: space-around;
align-items: center;
height: 178rpx;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
background-color: #f6f6f6;
}
.kill-time .theader{
width: 86%; display: flex; margin: 0 auto;
}
.kill-time .theader .timeac {
font-size: 32rpx; height: 78rpx; line-height:78rpx; width: 50%; margin-top: 50rpx;
color: #333; background-color: #fff;
}
.kill-time .theader .timeac.left{border-top-left-radius: 86rpx; border-bottom-left-radius: 86rpx;}
.kill-time .theader .timeac.right{border-top-right-radius: 86rpx; border-bottom-right-radius: 86rpx;}
.kill-time .theader .timeac.active{background-color: #c4182e;color: #fff}
.kill-item {
display: flex;
justify-content: space-between;
background-color: #fff;
padding: 10rpx 20rpx;
margin-bottom: 10rpx;
}
.kill-pic {
width: 200rpx;
height: 200rpx;
position: relative;
}
.kill-pic .tbiao{
width: 76rpx;height: 76rpx; position: absolute; left: -5rpx; top: 0;
background-color: #c4182e;color: #fff; font-size: 22rpx;
text-align: center; line-height: 76rpx; border-radius:50%
}
.kill-cont {
width: 480rpx;
}
.goods-name {
height: 48rpx;
line-height: 48rpx;
font-size: 24rpx;
color: #555;
}
.goods-num {
padding-top: 10rpx;
display: flex;
justify-content: space-between;
line-height: 42rpx;
font-size: 24rpx;
color: #999;
}
.goods-num .co-red {
font-size: 30rpx;
font-weight: bold;
}
.underline {
text-decoration: line-through; color:#999999; font-size: 20rpx; margin-left: 5rpx;
}
.kill-btn {
text-align: right;
}
.kill-btn>navigator {
padding: 0 20rpx;
background: #e23245;
color: #fff;
}
.kill-btn .gray {
background-color: #555;
}
.no-more {
font-size: 30rpx;
line-height: 2;
text-align: center;
color: #333;
}
.kill-btn>navigator.huise{background-color: gainsboro;}
.tneirong{color:#555; font-size: 21rpx;}