Newer
Older
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
page-ReportTrack {
.item-title{
font-size: 1.6rem;
}
.list-ios > .item-block{
margin-bottom: 10px;
}
.list-ios .item-block .item-inner{
border: none;
}
.searchToolBar{
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
box-sizing: border-box;
}
.list-ios .item-block .item-inner{
border-bottom: none;
}
.item-ios{
margin-bottom:10px;
}
.item-header{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
font-size: 2rem;
padding: 10px 0;
border-bottom: 1px solid #ddd;
}
.item-content{
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
box-sizing: border-box;
}
.btn{
float: right;
background-color: white;
border: 1px solid #90da91;
color: #90da91;
margin: 0 0;
font-size: 6px;
border-radius: 3px;
}
.left{
color: #333333;
margin-left: 1rem;
font-size: 1.5rem;
div{
margin: 5px 0;
font-size: 1.4rem;
}
}
.right{
margin: 5px 0;
font-size: 1.4rem;
}
.data{
color: #666666;
}
.participation{
background-color: #4a89fa;
height: 27px;
width: 90px;
border-radius: 2px;
color: white
}
.color1{
border-color: #f3d88a;
color: #f3d88a;
}
.color2{
border-color: #8fcde5;
color: #8fcde5;
}
.color3{
border-color: #c5c5c5;
color: #c5c5c5;
}
.itemIcon{
width: 1.5rem;
height: 1.5rem;
margin-right: 5px;
}
.item-header-box{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
box-sizing: border-box;
}
.back-btn{
width: 30px;
height: 30px;
}
}