Commit 316b24f1 authored by 张伯涛's avatar 张伯涛

图片替换样式修改

parent f56dd47f
...@@ -278,7 +278,7 @@ ...@@ -278,7 +278,7 @@
<div class="name"> <div class="name">
{{ courseLecturer.name ? '讲师:' + courseLecturer.name : '暂无数据' }} {{ courseLecturer.name ? '讲师:' + courseLecturer.name : '暂无数据' }}
</div> </div>
<div class="position">{{ courseLecturer.title || '暂无数据' }}</div> <div class="position" :title="courseLecturer.title">{{ courseLecturer.title || '暂无数据' }}</div>
</div> </div>
</div> </div>
<div class="introduction">{{ courseLecturer.details || '暂无数据' }}</div> <div class="introduction">{{ courseLecturer.details || '暂无数据' }}</div>
...@@ -998,12 +998,12 @@ export default { ...@@ -998,12 +998,12 @@ export default {
font-weight: 400; font-weight: 400;
color: #6f6f6f; color: #6f6f6f;
margin-top: 12px; margin-top: 12px;
text-overflow: ellipsis; //text-overflow: ellipsis;
display: -webkit-box; /* 适用于 WebKit 浏览器,如 Chrome 和 Safari */ //display: -webkit-box; /* 适用于 WebKit 浏览器,如 Chrome 和 Safari */
-webkit-line-clamp: 1; /* 限制显示的行数,此处设置为 1 行 */ //-webkit-line-clamp: 1; /* 限制显示的行数,此处设置为 1 行 */
-webkit-box-orient: vertical; /* 使内容按垂直方向排列 */ //-webkit-box-orient: vertical; /* 使内容按垂直方向排列 */
overflow: hidden; /* 隐藏超出部分 */ //overflow: hidden; /* 隐藏超出部分 */
word-break: break-all; /* 强制在任意字符处换行 */ //word-break: break-all; /* 强制在任意字符处换行 */
} }
.rate { .rate {
...@@ -1325,7 +1325,7 @@ export default { ...@@ -1325,7 +1325,7 @@ export default {
.lecturerCard { .lecturerCard {
//cursor: pointer; //cursor: pointer;
width: 389px; width: 389px;
height: 325px; height: 400px;
background: #ffffff; background: #ffffff;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
border-radius: 4px; border-radius: 4px;
...@@ -1377,9 +1377,9 @@ export default { ...@@ -1377,9 +1377,9 @@ export default {
} }
.introduction { .introduction {
line-height: 28px;
font-size: 16px; font-size: 16px;
font-weight: 400; font-weight: 400;
line-height: 1.5;
color: #6f6f6f; color: #6f6f6f;
margin-top: 24px; margin-top: 24px;
text-overflow: ellipsis; text-overflow: ellipsis;
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<div class="field-content"> <div class="field-content">
<el-image <el-image
class="img" class="img"
:src="require('@/assets/image/kechengjiagou.png')" :src="require('@/assets/image/groupNew.png')"
fit="cover" fit="cover"
/> />
</div> </div>
...@@ -135,11 +135,11 @@ ...@@ -135,11 +135,11 @@
<div class="card-bottom"> <div class="card-bottom">
<div class="title">{{ course.lessonName }}</div> <div class="title">{{ course.lessonName }}</div>
<div class="info"> <div class="info">
<div :class="'price price-' + (course.lessonPrice ? 'charge' : 'free')"> <!-- <div :class="'price price-' + (course.lessonPrice ? 'charge' : 'free')">-->
{{ <!-- {{-->
formatPrice(course.lessonPrice) <!-- formatPrice(course.lessonPrice)-->
}} <!-- }}-->
</div> <!-- </div>-->
<div class="follow"> <div class="follow">
<div class="icon"> <div class="icon">
<el-image <el-image
...@@ -192,11 +192,11 @@ ...@@ -192,11 +192,11 @@
<div class="card-bottom"> <div class="card-bottom">
<div class="title">{{ course.lessonName }}</div> <div class="title">{{ course.lessonName }}</div>
<div class="info"> <div class="info">
<div :class="'price price-' + (course.lessonPrice ? 'charge' : 'free')"> <!-- <div :class="'price price-' + (course.lessonPrice ? 'charge' : 'free')">-->
{{ <!-- {{-->
formatPrice(course.lessonPrice) <!-- formatPrice(course.lessonPrice)-->
}} <!-- }}-->
</div> <!-- </div>-->
<div class="follow"> <div class="follow">
<div class="icon"> <div class="icon">
<el-image <el-image
...@@ -619,10 +619,6 @@ export default { ...@@ -619,10 +619,6 @@ export default {
// //background-image: url("../../assets/image/kezi_bg.png"); // //background-image: url("../../assets/image/kezi_bg.png");
//} //}
.field-content {
width: 1200px;
height: 670px;
}
.expert-conteny{ .expert-conteny{
background-image: url("../../assets/image/kezi_bg.png"); background-image: url("../../assets/image/kezi_bg.png");
} }
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<div class="learningPlatform_title">学习平台架构</div> <div class="learningPlatform_title">学习平台架构</div>
<div class="learningPlatform_titleDivider"> <el-divider /></div> <div class="learningPlatform_titleDivider"> <el-divider /></div>
<div class="learningPlatform_content"> <div class="learningPlatform_content">
<img class="el-image" :src="require('@/assets/image/groupNew.png')"> <img class="el-image" :src="require('@/assets/image/group.png')">
</div> </div>
</div> </div>
<!-- 丰富运营功能 --> <!-- 丰富运营功能 -->
...@@ -458,13 +458,13 @@ export default { ...@@ -458,13 +458,13 @@ export default {
.learningPlatform_content { .learningPlatform_content {
width: 1920px; width: 1920px;
height: 573px; height: 863px;
background-color: #FFFFFF; background-color: #FFFFFF;
display: flex; display: flex;
justify-content: center; justify-content: center;
.el-image { .el-image {
width: 1200px; width: 1201px;
height: 503px; height: 799px;
} }
} }
.learningPlatform_content2 { .learningPlatform_content2 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment