mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
修改
This commit is contained in:
@@ -353,7 +353,6 @@
|
||||
// background-size: cover;
|
||||
// }
|
||||
.portal-images-title{
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
padding: 2px 12px;
|
||||
line-height: 24px;
|
||||
|
||||
@@ -277,6 +277,11 @@ body {margin: 0px;padding: 0px;}
|
||||
.xcontent2{
|
||||
width: 1100px;
|
||||
}
|
||||
.rankimg{
|
||||
width:66px;
|
||||
height:38px;
|
||||
float: left;
|
||||
}
|
||||
.xcontent2-minor{
|
||||
width: 260px;
|
||||
}
|
||||
@@ -302,6 +307,11 @@ body {margin: 0px;padding: 0px;}
|
||||
.xcontent2{
|
||||
width: 1366px;
|
||||
}
|
||||
.rankimg{
|
||||
width:76px;
|
||||
height:42px;
|
||||
float: left;
|
||||
}
|
||||
.xcontent2-minor{
|
||||
width: 300px;
|
||||
}
|
||||
@@ -322,6 +332,11 @@ body {margin: 0px;padding: 0px;}
|
||||
.xcontent2{
|
||||
width: 1690px;
|
||||
}
|
||||
.rankimg{
|
||||
width:86px;
|
||||
height:42px;
|
||||
float: left;
|
||||
}
|
||||
.xcontent2-minor{
|
||||
width: 400px;
|
||||
}
|
||||
@@ -342,6 +357,11 @@ body {margin: 0px;padding: 0px;}
|
||||
.xcontent2{
|
||||
width: 1880px;
|
||||
}
|
||||
.rankimg{
|
||||
width:96px;
|
||||
height:52px;
|
||||
float: left;
|
||||
}
|
||||
.xcontent2-minor{
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
@@ -142,14 +142,15 @@
|
||||
</span>
|
||||
<span class="portal-title-desc title-line-ellipsis" v-if="item.images == ''" style="font-size: 14px;">{{ item.name }}</span>
|
||||
<span class="portal-title-desc" v-else style="font-size: 14px;">
|
||||
<img v-if="index == 0" style="width:96px;height:52px" :src="fileBaseUrl + item.images" alt=""/>
|
||||
<img v-if="index == 0" class="rankimg" :src="fileBaseUrl + item.images" alt=""/>
|
||||
<span class="portal-images-title two-line-ellipsis">{{ item.name }}</span>
|
||||
</span>
|
||||
|
||||
<div class="list-active">
|
||||
<div class="list-content">
|
||||
<div class="list-img">
|
||||
<course-image :course="item"></course-image>
|
||||
<!-- <course-image :course="item"></course-image> -->
|
||||
<img style="width:96px;height:52px" :src="fileBaseUrl + item.images" alt=""/>
|
||||
<span v-if="item.type < 21" class="course-type">录播</span>
|
||||
<span v-if="item.type==30" class="course-type">线下课</span>
|
||||
<span v-if="item.type==40" class="course-type">学习项目</span>
|
||||
@@ -187,14 +188,15 @@
|
||||
</span>
|
||||
<span class="portal-title-desc title-line-ellipsis" v-if="item.images == ''" style="font-size: 14px;">{{ item.name }}</span>
|
||||
<span class="portal-title-desc" v-else style="font-size: 14px;">
|
||||
<img v-if="index == 0" style="width:96px;height:52px" :src="fileBaseUrl + item.images" alt=""/>
|
||||
<img v-if="index == 0" class="rankimg" :src="fileBaseUrl + item.images" alt=""/>
|
||||
<span class="portal-images-title two-line-ellipsis">{{ item.name }}</span>
|
||||
</span>
|
||||
|
||||
<div class="list-active">
|
||||
<div class="list-content">
|
||||
<div class="list-img">
|
||||
<course-image :course="item"></course-image>
|
||||
<!-- <course-image :course="item"></course-image> -->
|
||||
<img style="width:96px;height:52px" :src="fileBaseUrl + item.images" alt=""/>
|
||||
<span v-if="item.type < 21" class="course-type">录播</span>
|
||||
<span v-if="item.type==30" class="course-type">线下课</span>
|
||||
<span v-if="item.type==40" class="course-type">学习项目</span>
|
||||
@@ -231,14 +233,15 @@
|
||||
<img src="/images/list05.png" alt="">
|
||||
</span>
|
||||
<span class="portal-title-desc title-line-ellipsis list-lidex" v-if="item.images == ''" style="font-size: 14px;">{{ item.courseName }}</span>
|
||||
<span class="portal-title-desc span" v-else style="font-size: 14px;">
|
||||
<img v-if="index == 0" style="width:96px;height:52px" :src="fileBaseUrl + item.images" alt=""/>
|
||||
<span class="portal-title-desc " v-else style="font-size: 14px;">
|
||||
<img v-if="index == 0" class="rankimg" :src="fileBaseUrl + item.images" alt=""/>
|
||||
<span class="portal-images-title two-line-ellipsis">{{ item.courseName }}</span>
|
||||
</span>
|
||||
<div class="list-active">
|
||||
<div class="list-content">
|
||||
<div class="list-img">
|
||||
<course-image :course="item"></course-image>
|
||||
<!-- <course-image :course="item"></course-image> -->
|
||||
<img style="width:96px;height:52px" :src="fileBaseUrl + item.images" alt=""/>
|
||||
<span v-if="item.type < 21" class="course-type">录播</span>
|
||||
<span v-if="item.type==30" class="course-type">线下课</span>
|
||||
<span v-if="item.type==40" class="course-type">学习项目</span>
|
||||
|
||||
Reference in New Issue
Block a user