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
/* pages/familyEventDetail/familyEventDetail.wxss */
.top_familyEventDetail{
box-sizing: border-box;
padding: 15px 5px;
text-align: center;
}
.top_familyEventDetail>view{
font-size: 15px;
color: #4F4F4F;
height:25px;
line-height: 25px;
text-indent: 2rem;
}
.top_familyEventDetail>text{
font-size: 14px;
color: #969696;
}
.con_familyEventDetail{
box-sizing: border-box;
padding: 15px 5px;
}
.top_title{
width: 100%;
height: 40px;
display: flex;
align-items: center;
}
.top_title>view{
width: 100px;
height: 30px;
font-size: 14px;
line-height: 30px;
text-align: center;
color: #fff;
background: #698FBB;
}
.top_title>text{
display: block;
flex: 1;
height: 1px;
background: #698FBB;
}
.neirong_title{
font-size: 12px;
color: #666;
}
.neirong_title>image{
width: 100%;
height: 260px;
}
.title_familyEventDetail>text{
display: block;
width: 100%;
height: 2px;
background: #698FBB;
margin: 10px auto;
}
.activejieshao{
width: 100%;
height: 80px;
box-sizing: border-box;
padding: 10px;
font-size: 12px;
border-bottom: 1px solid #ccc;
}
.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;
}