planManage.wxss
1.9 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
/* pages/my/planManage/planManage.wxss */
.banner_box {
width: 100%;
padding: 23rpx 40rpx;
font-size: 24rpx;
color: #333;
background: rgba(255, 255, 255, 1);
box-shadow: 0rpx -3rpx 29rpx 0rpx rgba(51, 51, 51, 0.1);
}
.banner_time {
font-size: 30rpx;
font-weight: bold;
color: #333;
text-align: center;
margin-bottom: 20rpx;
}
.content_box {
padding: 0 30rpx;
margin-top: -1rpx;
}
.item_list {
padding: 37rpx 30rpx;
box-sizing: border-box;
box-shadow: 0rpx 1rpx 5rpx 0rpx rgba(89, 89, 89, 0.1);
border-radius: 10rpx;
margin-bottom: 30rpx;
}
.course_content_item {
display: flex;
align-items: center;
height: 100%;
}
.course_img {
width: 160rpx;
height: 160rpx;
}
.course_img image {
width: 100%;
height: 100%;
}
.course_content_info {
width: 65%;
height: 160rpx;
margin-left: 50rpx;
/* line-height: 45rpx; */
display: flex;
/* align-items: center; */
flex-direction: column;
justify-content: space-between;
}
.course_title {
font-size: 28rpx;
font-weight: bold;
color: #333;
margin: 0 auto;
}
.course_content {
font-size: 24rpx;
color: #333;
}
.no_course {
font-size: 36rpx;
font-weight: bold;
color: #e8e8e8;
display: flex;
align-items: center;
justify-content: center;
padding: 55rpx 0;
}
.num_box {
display: flex;
align-items: center;
justify-content: space-between;
/* margin-top: 8rpx; */
font-size: 24rpx;
color: #FF8080;
}
.star_box {
display: flex;
align-items: center;
color: #e8e8e8;
}
.icon-xing {
font-size: 23rpx;
margin-right: 20rpx;
}
.xing_active {
color: #ff8080;
}
.submit_btn {
width: 100%;
height: 60rpx;
background: linear-gradient(27deg, rgba(255, 128, 128, 1), rgba(255, 140, 140, 1));
border-radius: 10rpx;
font-size: 26rpx;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
margin-top: 30rpx;
}
.btn_active{
background: #CCCCCC;
}