Merge branch 'feature/【20210308】主题修改' into dev

This commit is contained in:
mengxiaolong
2021-03-09 15:32:58 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@
<template v-if="isGoodStart">
<div class="home-product-content">
<!-- 机构排名/业绩排名 -->
<div class="pcenter-title flex pt10 pb10 mr15 justify-content-s align-items-c" style="height: 30px;">
<div class="pcenter-title flex pt10 pb10 mr15 justify-content-s align-items-c" style="height: 50px;">
<img v-if="isInner" class="title-img" :src="$assetsUrl + 'images/goodStart/organizationTitle.png'" />
<img v-else class="title-img" :src="$assetsUrl + 'images/goodStart/performanceTitle.png'" />
</div>
@@ -101,7 +101,7 @@
</div>
</div>
<div class="ml15 mr15 mb10 mt10 more-text" @click="showMore">
<van-icon :class="{ arrowUp: idMoreDataShow }" color="#7e9cf4" name="play" />
<van-icon :class="{ arrowUp: idMoreDataShow }" color="#7C9DF3" name="play" />
<span>{{ !idMoreDataShow ? '查看更多' : '收起' }}</span>
</div>
</div>
@@ -371,7 +371,7 @@ td.sticky-col:nth-of-type(2) {
}
th {
border: none;
background: #7d9df4;
background: #4473ee;
font-weight: normal;
color: #ffffff;
}