77 lines
996 B
Plaintext
77 lines
996 B
Plaintext
/* pages/member/course/CourseHistory/CourseHistory.wxss */
|
|
.header {
|
|
width: 100%;
|
|
height: 60rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.center {
|
|
line-height: 60rpx;
|
|
font-weight: bold;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.right {
|
|
position: absolute;
|
|
right: 20rpx;
|
|
line-height: 60rpx;
|
|
}
|
|
|
|
.noHistory {
|
|
margin: 50px auto;
|
|
}
|
|
|
|
.noHistory .text {
|
|
font-size: 14px;
|
|
color: #ccc;
|
|
margin-top: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.noHistory .noImg {
|
|
width: 100px;
|
|
height: 100px;
|
|
overflow: hidden;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.noHistory .noImg image {
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
|
|
.content {
|
|
display: flex;
|
|
padding: 12rpx 0 12rpx 12rpx;
|
|
border-bottom: solid 1rpx #e2e2e2;
|
|
}
|
|
|
|
.thumb {
|
|
width: 100rpx;
|
|
height: 150rpx;
|
|
margin-right: 10rpx;
|
|
flex: 1;
|
|
}
|
|
|
|
.thumb image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.title {
|
|
flex: 3;
|
|
text-align: left;
|
|
padding: 20rpx;
|
|
}
|
|
|
|
.chapter {
|
|
color: #8c8c8c;
|
|
margin-top: 10rpx;
|
|
line-height: 50rpx;
|
|
}
|
|
|
|
.chapter .iconfont {
|
|
margin-top: -10rpx;
|
|
font-size: 35rpx;
|
|
}
|