course.css
2.3 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
.courseitem {
padding: 0.24rem 0.32rem;
box-sizing: border-box;
margin-bottom: 0.16rem;
background: #fff;
}
.courseimg {
width: 2.4rem;
height: 1.46rem;
font-size: 0;
flex: 0 0 auto;
}
.coursetitle {
color: #02170b;
font-size: 0.32rem;
font-weight: bold;
width: 4.4rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.zhiimg {
width: 0.34rem;
height: 0.34rem;
}
.zhiname {
color: #e1b16d;
font-size: 0.28rem;
margin-left: 0.06rem;
}
.morepeople {
width: 2.64rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #666e69;
font-size: 0.28rem;
}
.knowmore {
color: #4d864d;
font-size: 0.28rem;
}
.courseright {
margin-left: 0.16rem;
}
.zhibo {
margin-top: 0.18rem;
}
.know {
margin-top: 0.18rem;
}
/* 头部切换 */
.coursenav {
background: #fff;
margin-top: 0.32rem;
padding: 0.24rem 0;
box-sizing: border-box;
}
.coursenavleft {
color: #b5bfba;
font-size: 0.28rem;
width: 3.75rem;
text-align: center;
}
.selactive {
position: relative;
color: #599158;
}
.selactive::after {
display: block;
content: "";
width: 0.4rem;
height: 0.02rem;
background: #599158;
position: absolute;
bottom: -0.2rem;
left: 50%;
transform: translateX(-50%);
}
/* 课程 */
.courseboxk {
display: flex;
flex-wrap: wrap;
padding: 0.24rem 0.28rem;
box-sizing: border-box;
margin-bottom: 1.2rem;
}
.courseboxitem {
width: 3.35rem;
margin-bottom: 0.16rem;
}
.courseboxitem:nth-child(2n) {
margin-left: 0.17rem;
}
.coursenameimg {
width: 3.35rem;
font-size: 0;
}
.coursetext {
width: 3.35rem;
padding: 0.26rem 0.24rem;
box-sizing: border-box;
background: #fff;
}
.coursename {
color: #02170b;
font-size: 0.28rem;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
margin-top: 0.1rem;
}
.coursetitle {
color: #02170b;
font-size: 0.28rem;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.courseteacher {
color: #666e69;
font-size: 0.24rem;
margin-top: 0.08rem;
}
.knowlagename {
color: #666e69;
}