提交 d5adf04f authored 作者: lihuihui's avatar lihuihui

修改样式

上级 d52ce1af
......@@ -19,21 +19,23 @@
></el-image>
</div>
<div class="slider-banner">
<div v-for="(item, index) in sidebar" :key="index" class="tab-item">
<div v-if="!item.hidden">
<template
v-if="hasOneShowingChild(item.children,item) && (!onlyOneChild.children||onlyOneChild.noShowingChildren)&&!item.alwaysShow"
>
<app-link
v-if="onlyOneChild.meta"
:to="resolvePath(onlyOneChild.path, item.path)"
class="app-link"
<template v-for="(item, index) in sidebar" >
<div :key="index" class="tab-item" v-if="item.path != '/apply'">
<div v-if="!item.hidden">
<template
v-if="hasOneShowingChild(item.children,item) && (!onlyOneChild.children||onlyOneChild.noShowingChildren)&&!item.alwaysShow"
>
<span class="tab-link">{{onlyOneChild.meta.title}}</span>
</app-link>
</template>
<app-link
v-if="onlyOneChild.meta"
:to="resolvePath(onlyOneChild.path, item.path)"
class="app-link"
>
<span class="tab-link">{{onlyOneChild.meta.title}}</span>
</app-link>
</template>
</div>
</div>
</div>
</template>
</div>
</div>
</div>
......
......@@ -37,7 +37,7 @@
:class="{'animate__animated animate__fadeInUp show-flex':houseShowbt}"
>
<div class="major-dl1-title">
<span>排名第1</span>
<span class="new-font">排名<i>第1</i></span>
<span class="dl1_span">2020年加州最佳心理咨询学院</span>
</div>
<img :src="require('@/assets/images/major-set/dl1.png')" alt />
......@@ -48,7 +48,7 @@
:class="{'animate__animated animate__fadeInUp delay3':houseShowbt}"
>
<img :src="require('@/assets/images/major-set/dl2.png')" alt />
<span>全美第4</span>
<span class="new-font">全美<i>第4</i></span>
<span class="font-size-24">2020年临床心理咨询专业排名</span>
</div>
<div
......@@ -57,7 +57,7 @@
>
<img :src="require('@/assets/images/major-set/dl3.png')" alt />
<div class="dl2-span">
<span>加州第1</span>
<span class="new-font">加州<i>第1</i></span>
<span class="font-size-24">2020年临床心理</span>
<span class="font-size-24">咨询专业排名</span>
</div>
......@@ -728,9 +728,14 @@ export default {
justify-content: flex-start;
font-family: PingFangSC-Regular, PingFang SC;
span {
.new-font {
font-weight: 600;
color: rgba(34, 34, 34, 1);
i{
color: #E68851;
font-size: 40px;
font-style: normal;
}
}
.dl1_span {
font-size: 24px;
......@@ -742,7 +747,7 @@ export default {
display: flex;
color: #222222ff;
flex-direction: column;
font-weight: 600;
// font-weight: 600;
position: relative;
font-size: 40px;
img {
......@@ -753,6 +758,15 @@ export default {
font-weight: 400;
color: rgba(34, 34, 34, 1);
}
.new-font{
font-size: 32px;
font-weight: bold;
i{
font-size: 40px;
font-style: normal;
color: #E68851;
}
}
}
.ts-ma {
position: absolute;
......@@ -765,6 +779,15 @@ export default {
flex-direction: column;
padding-left: 10px;
white-space: nowrap;
.new-font{
font-size: 32px;
font-weight: bold;
i{
font-style: normal;
font-size: 40px;
color: #E68851;
}
}
}
}
.padd-left-40 {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论