You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
141 lines
3.0 KiB
141 lines
3.0 KiB
.my-course {
|
|
padding: 40px 50px;
|
|
}
|
|
|
|
.my-course .el-col {
|
|
padding-right: 7px !important;
|
|
padding-left: 7px !important;
|
|
margin-bottom: 14px;
|
|
}
|
|
|
|
.my-course a {
|
|
display: block;
|
|
border-radius: 8px;
|
|
overflow: hidden;
|
|
-webkit-box-shadow: 0 2px 15px rgba(79, 109, 143, 0.15);
|
|
box-shadow: 0 2px 15px rgba(79, 109, 143, 0.15);
|
|
}
|
|
|
|
.my-course .el-image {
|
|
display: block;
|
|
width: 100%;
|
|
height: 146px;
|
|
}
|
|
|
|
.my-course .el-image + div {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-webkit-flex-direction: column;
|
|
-moz-box-orient: vertical;
|
|
-moz-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-box-pack: justify;
|
|
-webkit-justify-content: space-between;
|
|
-moz-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
height: 124px;
|
|
padding: 13px 15px 15px;
|
|
}
|
|
|
|
.my-course .title {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
-o-text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
font-size: 16px;
|
|
color: #282828;
|
|
}
|
|
|
|
.my-course .label {
|
|
-webkit-box-flex: 1;
|
|
-webkit-flex: 1;
|
|
-moz-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
min-height: 0;
|
|
margin-top: 12px;
|
|
font-size: 0;
|
|
}
|
|
|
|
.my-course .el-tag {
|
|
height: 22px;
|
|
padding-right: 7px;
|
|
padding-left: 7px;
|
|
border-color: rgba(44, 142, 255, 0.06);
|
|
border-radius: 2px;
|
|
background-color: rgba(44, 142, 255, 0.06);
|
|
line-height: 20px;
|
|
color: #2c8eff;
|
|
}
|
|
|
|
.my-course .el-tag ~ .el-tag {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.my-course .money-count {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-webkit-justify-content: space-between;
|
|
-moz-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-moz-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
color: #999;
|
|
}
|
|
|
|
.my-course .money-vip {
|
|
font-size: 0;
|
|
}
|
|
|
|
.my-course .money {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
font-size: 12px;
|
|
color: #ff6b00;
|
|
}
|
|
|
|
.my-course .money.free {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.my-course .money span {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.my-course .vip {
|
|
display: inline-block;
|
|
padding-left: 25px;
|
|
margin-left: 8px;
|
|
background: url("../../../images/vip_money.png") left center/21px 13px no-repeat;
|
|
vertical-align: middle;
|
|
font-size: 12px;
|
|
line-height: 13px;
|
|
color: #282828;
|
|
}
|
|
|
|
.my-course .el-pagination {
|
|
padding-top: 58px;
|
|
padding-bottom: 58px;
|
|
text-align: center;
|
|
}
|
|
|
|
.my-course .empty {
|
|
height: 600px;
|
|
background: url("../../../images/empty8.png") center/274px no-repeat;
|
|
} |