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
/* pages/activeDetails/activeDetails.wxss */
.activeDetails>image{
width: 100%;
height: 100px;
}
.con_activeDetails{
width: 80%;
margin: 30px auto;
}
.con_activeDetails>text{
display: block;
width: 100%;
font-size: 12px;
margin-bottom: 15px;
}
.botCon_activeDetails{
width: 100%;
height: 76px;
border-bottom: 1px solid #ccc;
}
.botCon_activeDetails>view{
width: 150px;
float: right;
color: #666;
font-size: 10px;
}
.botCon_activeDetails>view>text{
display: block;
margin-bottom: 5px;
}
.activejieshao{
width: 100%;
height: 80px;
box-sizing: border-box;
padding: 10px;
font-size: 12px;
}
.activebeijing{
background: #0D76ED;
color: #fff!important;
}
.avtiveTab .van-tabs__wrap{
border-bottom: 1px solid #0D76ED;
}
.avtiveTab .van-tabs__line{
display: none;
}
.quanzi{
width: 100%;
height: 200px;
overflow-y: auto;
}
.quanzi>view{
width: 100%;
height: 40px;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 12px;
border-bottom: 1px solid #ccc;
}
.quanzi>view>view{
width: 50%;
display: flex;
align-items: center;
}
.quanzi>view>view>image{
width: 20px;
height: 20px;
border-radius: 50%;
margin-right: 10px;
margin-left: 15px;
}
.quanzi>view>text{
width: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.actionBtn{
width: 75%;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 14px;
margin: 10px auto;
background: #0D76ED;
margin-bottom: 10px;
color: #fff;
border-radius: 15px;
}