54 lines
759 B
Plaintext
54 lines
759 B
Plaintext
/* pages/member/course/CourseReward/CourseReward.wxss */
|
|
.course {
|
|
border-bottom: solid 1rpx #ebebeb;
|
|
text-align: left;
|
|
width: 100%;
|
|
background-color: #fff;
|
|
padding: 0 24rpx 24rpx 24rpx;
|
|
}
|
|
|
|
.order {
|
|
text-align: left;
|
|
font-size: 30rpx;
|
|
line-height: 40rpx;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.course-content {
|
|
display: flex;
|
|
}
|
|
|
|
.course-img {
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.course-img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.course-text {
|
|
flex: 0 0 55%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-left: 24rpx;
|
|
padding: 10rpx;
|
|
}
|
|
|
|
.course-text .name {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.course-text .time {
|
|
margin-top: 12rpx;
|
|
font-size: 24rpx;
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
.money {
|
|
line-height: 100rpx;
|
|
color: #f15353;
|
|
}
|