diseaseColumn.css
2.5 KB
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
.banner_box {
width: 100%;
height: 3.59rem;
display: flex;
align-items: center;
justify-content: center;
/*position: relative;*/
/*z-index: 0;*/
}
.banner_box img {
width: 100%;
height: 100%;
}
.content_box{
width: 100%;
background-color: #fff;
padding: 0.35rem;
box-sizing: border-box;
}
.tab_box {
width: 100%;
height: 0.7rem;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 0.01rem solid #E4E4E4;
padding-bottom: 0.15rem;
}
.tab_title {
font-size: 0.28rem;
color: #53575C;
}
.tab_active {
font-size: 0.3rem;
color: #1A9D89;
position: relative;
}
.tab_active:after {
content: '';
position: absolute;
bottom: -0.3rem;
left: 50%;
transform: translateX(-50%);
width: 0.8rem;
height: 0.05rem;
background: #1A9D89;
border-radius: 0.03rem;
}
.tab_content {
font-size: 0.28rem;
color: #666666;
padding-top: 0.3rem;
line-height: 0.5rem;
}
.tab_content_title {
font-size: 0.32rem;
font-weight: bold;
color: #333333;
}
.join_btn {
width: 100%;
height: 0.88rem;
background: #F6AD60;
font-size: 0.34rem;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
position: fixed;
left: 0;
bottom: 0;
}
.item_box{
display: flex;
align-items: center;
justify-content: space-between;
/*background: #FAFAFA;*/
border-bottom: 1px solid #EBEBEB;
padding: 0.2rem;
font-size: 0.26rem;
color: #53575C;
}
.item_box img{
width: 1.6rem;
height: 1.6rem;
-webkit-border-radius: 0.10rem;
-moz-border-radius: 0.10rem;
border-radius: 0.10rem;
margin-left: 0.15rem;
}
.item_content{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
margin: 0.1rem 0;
}
.item_title{
font-size: 0.3rem;
font-weight: bold;
color: #252729;
}
.head_img{
width: 1.8rem!important;
height: 1.8rem!important;
margin: 0 auto;
}
.head_img img{
width: 100%;
height: 100%;
}
.user_name{
text-align: center;
margin-top: 0.3rem;
}
.banner_item_box{
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 0.3rem;
}
.tab_content_box{
margin-top: 0.2rem;
}
.tab_content_item{
font-size: 0.3rem;
color: #252729;
}
.tab_info{
padding:0 1rem 0.30rem 1rem!important;
box-sizing: border-box;
}