mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
修改课程列表
This commit is contained in:
@@ -237,18 +237,13 @@ body {margin: 0px;padding: 0px;}
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
.course-info { //图片下面的一行信息
|
.course-info { //图片下面的一行信息
|
||||||
// margin: 5px 15px;
|
|
||||||
// padding-bottom: 10px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
.course-info-user{
|
.course-info-user{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #6E7B84;
|
color: #6E7B84;
|
||||||
width: 60%;
|
flex: 1;
|
||||||
.course-info-author{
|
|
||||||
|
|
||||||
}
|
|
||||||
.course-info-studys {
|
.course-info-studys {
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
-moz-user-select: none; /*火狐*/
|
-moz-user-select: none; /*火狐*/
|
||||||
@@ -260,7 +255,7 @@ body {margin: 0px;padding: 0px;}
|
|||||||
}
|
}
|
||||||
.course-info-score{
|
.course-info-score{
|
||||||
display:flex;
|
display:flex;
|
||||||
width: 40%;
|
margin-left: auto;
|
||||||
::v-deep .cor-praises {
|
::v-deep .cor-praises {
|
||||||
// position: absolute;
|
// position: absolute;
|
||||||
-moz-user-select: none; /*火狐*/
|
-moz-user-select: none; /*火狐*/
|
||||||
|
|||||||
Reference in New Issue
Block a user