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
| .banner{
| height: 280rpx;
|
| }
|
| .scroll{
| margin: 5rpx;
|
| }
|
| .group{
| width: 360rpx;
| margin-left: 10rpx;
| float: left;
| background: #ffffff;
| border-radius: 5rpx;
| margin-top: 20rpx;
| }
|
| .group iamge{
| width: 360rpx;
|
| }
|
| .djs{
| height: 50rpx;
| background: #fc464f;
| color: #ffffff;
| display: flex;
| justify-content: space-around;
| align-items:center;
| }
|
| .js{
| opacity: 0.8;
| }
| .time{
| font-weight: bold;
| }
|
| .footBox{
| height: 160rpx;
| margin: 10rpx 10rpx;
| }
| .title{
| font-size: 32rpx;
| }
|
| .description{
| font-size: 24rpx;
| color: #939393;
| line-height: 24rpx;
| height:48rpx;
| overflow: hidden;
| }
|
|
| .price_box{
| height: 60rpx;
| margin-top: 10rpx;
| display: flex;
| justify-content: space-between;
| align-content: center;
| }
|
| .price{
| color: #df151f;
| font-size: 28rpx;
|
| }
|
| .price_line{
| font-size: 24rpx;
| color: #939393;
| text-decoration:line-through ;
| text-indent: 10rpx;
|
| }
|
| .group_but{
| color: #ffffff;
| background: #fc464f;
| display: inline-block;
| width: 120rpx;
| height: 50rpx;
| line-height: 50rpx;
| border-radius: 10rpx;
| text-align: center;
|
| }
|
|