myCourseDetail.wxss
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
/* pages/person/myCourseDetail/myCourseDetail.wxss */
.detail_head{
border-bottom: solid 17rpx #FCF8F7;
}
.detail_img{
width: 750rpx;
height: 360rpx;
}
.detail_witer{
padding: 32rpx;
box-sizing: border-box;
}
.detail_title{
color: #000000;
font-size: 32rpx;
font-weight: bold;
}
.detail_free{
padding: 18rpx 0;
color: #333333;
font-size: 26rpx;
}
.detail_date{
color: #333333;
font-size: 24rpx;
}
.date_img{
width: 21rpx;
height: 21rpx;
}
.detail_flex{
display: flex;
justify-content: flex-start;
}
.detail_left{
padding-left: 100rpx;
}
.interest_box{
display: flex;
align-items: center;
justify-content: space-between;
padding: 22rpx 38rpx 28rpx;
}
.interest_img{
width: 52rpx;
height: 52rpx;
}
.interest_txt{
padding-left: 40rpx;
color: #252729;
font-size: 30rpx;
}
.interest_pic{
margin-right: 16rpx;
}
.interest_pic image{
width: 50rpx;
height: 50rpx;
}
.interest_left, .interest_right{
display: flex;
align-items: center;
justify-content: flex-start;
}
.interest_menu{
display: flex;
align-items: center;
justify-content: flex-start;
width: 198rpx;
overflow: hidden;
}
.interest_wid{
width: auto;
}
.interest_arrow{
width: 40rpx;
height: 40rpx;
margin-left: 10rpx;
}
.nav_head{
display: flex;
align-items: center;
justify-content: flex-start;
height: 80rpx;
padding-left: 32rpx;
margin-bottom: 24rpx;
border-bottom: solid 1rpx #EBEBEB;
}
.nav_item{
margin-right: 62rpx;
padding-bottom: 12rpx;
color: #8D8D8D;
font-size: 26rpx;
}
.active{
color: #FD8779;
border-bottom: solid 4rpx #FD8779;
}
.test_img{
display: block;
width: 686rpx;
height: 750rpx;
margin: 0 auto;
overflow: scroll;
}
.nav_none{
padding-left: 32rpx;
color: #8D8D8D;
font-size: 26rpx;
}
.foot_page{
position: fixed;
bottom: 0;
left: 0;
right: 0;
display: flex;
justify-content: space-between;
width: 100%;
height: 100rpx;
background: #fff;
}
.foot_info{
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 0;
}
.foot_list{
margin-left: 32rpx;
text-align: center;
}
.collect{
width: 64rpx;
height: 64rpx;
}
.foot_text{
color: #252729;
font-size: 24rpx;
}
.foot_btn{
display: flex;
align-items: center;
justify-content: center;
width: 528rpx;
height: 100rpx;
color: #fff;
font-size: 32rpx;
background: #FD8779;
}