diff --git a/src/views/Index.vue b/src/views/Index.vue index 18536ad2..212749e6 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -163,10 +163,12 @@
- 精品课 - - - + +
+ + + + 查看更多>> @@ -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; }