group_list.wxss
2.11 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
page {
	background-color: #f2f2f2;
}
.list {
	padding-left: 20rpx;
	padding-right: 20rpx;
}
.list-item {
	background-color: white;
	border-radius: 12rpx;
	margin-top: 20rpx;
	padding: 20rpx;
	display: flex;
}
.tag {
	background-color: #ff6768;
	color: white;
	font-size: 24rpx;
	padding-left: 10rpx;
	padding-right: 10rpx;
}
.img-container {
	width: 200rpx;
	height: 200rpx;
}
.btn {
	background-color: #ff6768;
	color: white;
	padding: 10rpx 30rpx;
	border-radius: 40rpx;
	font-size: 26rpx;
}
.rmb {
	position: relative;
}
.rmb::before {
	content: '¥';
	font-size: 24rpx;
}
.del {
	text-decoration: line-through;
}
.no-more {
	font-size: 24rpx;
	line-height: 2;
	text-align: center;
	/* margin-top: 10rpx; */
	color: #ccc;
}
.xc-seckill-bottom{
  position: fixed;
bottom: 0rpx;
width: 100%;
}
.xc-bottom{
  width: 45rpx;
  height: 45rpx;
  margin-right: 13rpx;
}
.xc-border-right{
  border-right: 4rpx solid #eee;
}
.kill-time .theader .timeac {
	font-size: 32rpx; height:100%; width: 50%; 
	color: #333; background-color: #fff;
}
.kill-time .theader{
	display: flex; margin: 0 auto; align-items: center;
	height: 100rpx;
}
.kill-time {
	text-align: center;
	justify-content: space-around;
	align-items: center;
	height: 101rpx;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background-color: #f6f6f6;
}
.kill-time .theader{
 display: flex; margin: 0 auto; align-items: center;
 height: 100rpx;
}
.kill-time .theader .timeac {
	font-size: 32rpx; height:100%; width: 50%; 
	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{color: #c4182e}
.kill-item {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	padding: 20rpx;
	margin-bottom: 20rpx;
	border-radius: 10rpx;
	/* height: 249rpx; */
	align-items: center;
}
.kill-pic {
	width: 215rpx;
	height: 215rpx;
}
.kill-cont {
	width: 465rpx;
	margin-left:20rpx;
	margin-right: 5rpx;
}
.blue_c {
	color: #059de5;
	
}