|
|
@@ -40,7 +40,7 @@
|
|
|
<text class="card-title">{{ course.courseName }}</text>
|
|
|
<view class="x-end" style="justify-content: space-between;">
|
|
|
<view class="course-meta">
|
|
|
- <image src="@/static/images/new/renshu.png"></image>
|
|
|
+ <image class="courseMetaIcon" src="@/static/images/new/renshu.png"></image>
|
|
|
<text class="meta-count">{{ course.watchUserCount }}</text>
|
|
|
</view>
|
|
|
<view class="btn-watch" @click.stop="onCourseClick(course)">立即观看</view>
|
|
|
@@ -298,8 +298,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
|
-
|
|
|
-<style scoped>
|
|
|
+<style scoped lang="scss">
|
|
|
/* 图片箭头旋转类(展开时向上) */
|
|
|
.rotate-arrow {
|
|
|
transform: rotate(180deg);
|
|
|
@@ -508,7 +507,7 @@ export default {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
|
|
|
- image {
|
|
|
+ .courseMetaIcon {
|
|
|
width: 30rpx;
|
|
|
height: 30rpx;
|
|
|
}
|