修改标题展示

This commit is contained in:
dong.ai
2025-11-20 14:07:27 +08:00
parent d68a90dc98
commit f46d973f18

View File

@@ -163,10 +163,12 @@
<!-- 精品课模块 -->
<div class="xcontent2-main">
<div class="modules-title xindex-main" v-if="this.qusisityList.list.length > 0">
<span class="jin-text" style="color: #3D86F4;">精品课</span>
<!-- <span class="quyer-tag" style="margin-left: 0px;"> -->
<!-- <img class="modules-text" style="height: 28px;" src="../assets/images/course/courseTitle.png" alt=""> -->
<!-- </span> -->
<!-- <span class="jin-text">精品课</span> -->
<div class="jin-zhe"></div>
<span class="quyer-tag" style="margin-left: 0px;">
<img class="modules-text" style="height: 28px;" src="../assets/images/course/courseTitle.png" alt="">
</span>
<span class="more">
<router-link to="/qualityCourse">查看更多>></router-link>
</span>
@@ -2825,6 +2827,15 @@ export default {
display: flex;
.modules-title {
position: relative;
.jin-zhe{
width: 410px;
height: 30px;
background: #f7f7f9;
position: absolute;
left: 86px;
}
.modules-text {
height: 28px;
font-size: 20px;
@@ -3136,9 +3147,12 @@ export default {
//overflow: hidden;
}
.jin-text{
font-family: 'Helvetica Neue', Arial, sans-serif !important;
font-weight: 700;
font-size: 20px; /* 根据实际调整大小 */
letter-spacing: 1px; /* 字间距 */
font-family: "Source Han Sans CN", "SourceHanSansCN", sans-serif !important;
font-weight: bold;
font-size: 20px;
color: #3E87F5;
// line-height: 29px;/
text-align: justify;
font-style: normal;
}
</style>