guanzhu.wxss
1.6 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
@import '../../findblock/niangjiushi/niangjiushi.wxss';
.kindnav {
height: 80rpx;
display: flex;
justify-content: space-around;
text-align: center;
white-space: nowrap;
overflow-x: scroll;
align-items: center;
background: #fff;
font-size: 0;
border-bottom: 2rpx solid #f5f5f5;
padding: 0 32rpx;
}
.kindnav_item {
white-space: nowrap;
list-style: none;
font-size: 28rpx;
color: #8d8d8d;
width: auto;
padding: 0 36rpx;
position: relative;
}
.kindactive {
color: #e81825;
}
.kindactive:after {
display: block;
content: "";
width: 70rpx;
height: 2rpx;
background: #e81825;
position: absolute;
bottom: -20rpx;
left: 0;
right: 0;
margin: 0 auto;
}
.guanzhuitem{
display:flex;
justify-content: space-between;
align-items: center;
padding: 48rpx 32rpx;
box-sizing: border-box;
border-bottom: 1rpx solid #f5f5f5;
}
.kindname {
display: flex;
justify-content: center;
align-items: center;
padding: 24rpx 0 0;
border-top: 1rpx solid #f5f5f5;
}
.gouimg {
width: 20rpx;
height: 20rpx;
font-size: 0;
margin-left:19rpx;
}
image {
width: 100%;
height: 100%;
}
.guanzhuleftname {
color: #1a1a1a;
font-size: 28rpx;
}
.guanzhuitemleft {
display: flex;
align-items: center;
}
.guanzhuright {
width: 100rpx;
height: 50rpx;
background: #E81825;
border-radius: 2rpx;
color:#fff;
font-size:26rpx;
text-align: center;
line-height: 50rpx;
}
.teacherimg{
width:60rpx;
height:60rpx;
font-size: 0;
border-radius:50%;
}
.teacherimg image{
border-radius: 50%;
}
.teachername{
margin-left:30rpx;
}