Newer
Older
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
td, th {
border: 1px solid #dddddd;
}
.searchToolBar {
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
box-sizing: border-box;
}
.list-ios .item-block .item-inner {
border: none;
}
.item-header {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
}
.item-header-style {
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
box-sizing: border-box;
}
.item-title {
font-size: 18px;
}
.icon {
width: 20px;
height: 20px;
margin-right: 5px;
}
.btn {
// float: right;
background-color: white;
margin: 0 0;
font-size: 6px;
}
.btn1 {
border: 1px solid #69c4e2;
color: #69c4e2;
border-radius: 5px;
}
.btn2 {
border-radius: 5px;
border: 1px solid #90da91;
color: #90da91;
}
// .item-content{
// display: flex;
// flex-direction: row;
// align-items: flex-end;
// justify-content: space-between;
// box-sizing: border-box;
// }
// .left{
// color: #cccccc;
// font-size: 8px;
// // height: 70px;
// display: inline-block;
// margin-left: 20px;
// }
.content-box {
margin-left: 25px;
margin-top: 15px;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #f1f2f3;
}
.content-item-box {
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: left;
box-sizing: border-box;
}
.left-title {
color: #8b8c8d;
font-size: 14px;
}
.data {
color: #666666;
font-size: 14px;
}
.data-1 {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; //文本行数
overflow: hidden;
white-space: normal;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
}
.sign-up {
background-color: #fff;
height: 25px;
width: 50px;
border-radius: 2px;
color: #ec4553;
float: right;
border: 1px solid #ec4553;
}
.back-btn {
width: 30px;
height: 30px;
}