mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-06 17:36:42 +08:00
精品课修改字体样式
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
<!-- 精品课模块 -->
|
||||
<div class="xcontent2-main">
|
||||
<div class="modules-title xindex-main" v-if="this.qusisityList.list.length > 0">
|
||||
<span class="modules-text" style="color: #3D86F4;">精品课</span>
|
||||
<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> -->
|
||||
@@ -3135,4 +3135,10 @@ export default {
|
||||
border: 1px solid #d9edf7;
|
||||
//overflow: hidden;
|
||||
}
|
||||
.jin-text{
|
||||
font-family: 'Helvetica Neue', Arial, sans-serif !important;
|
||||
font-weight: 700;
|
||||
font-size: 20px; /* 根据实际调整大小 */
|
||||
letter-spacing: 1px; /* 字间距 */
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user