rose 5 years ago
parent
commit
4d3ff3fdd3
  1. 5
      src/components/HeadNav/HeadNav.vue
  2. 2
      src/components/Index/IndexNewList.vue
  3. 7
      src/components/Introduce/PartnerShip.styl
  4. 2
      src/components/Introduce/PartnerShip.vue

5
src/components/HeadNav/HeadNav.vue

@ -56,11 +56,12 @@
</a-menu> -->
<div class="line"></div>
</a-dropdown>
<div style="color:#fff;text-align:center;margin:2rem auto" @click="showNav = false">
<div style="color:#fff;text-align:center;margin:1.4rem auto" @click="showNav = false">
<router-link tag="span" to="/login" v-if="!nickName">
<a-icon class="icon-head pointer" style="right: 50px;color:#fff" type="user" />
</router-link>
<div class="icon-head" v-else>{{ nickName }}</div>
<div class="text-white font-14">登录</div>
</div>
</div>
</div>
@ -277,7 +278,7 @@ export default {
.list-down-active {
color: #13ACC4;
border-bottom: 2px solid #13ACC4;
// border-bottom: 2px solid #13ACC4;
}
.logo-img {

2
src/components/Index/IndexNewList.vue

@ -105,7 +105,7 @@ export default {
}
.index-wrap1 {
width: 96%;
width: 90%;
margin: 15px auto 15px auto;
overflow: hidden;
opacity: 1;

7
src/components/Introduce/PartnerShip.styl

@ -1,9 +1,10 @@
//
.logo-box{
width: 18%;
margin-right: 2.5%;
width: 27%;
// margin-right: 2.5%;
border-radius: 2px;
margin-bottom: 50px;
margin-bottom: 1rem
// margin: 0 auto ;
.logo-pic-box{
height: 90px;

2
src/components/Introduce/PartnerShip.vue

@ -13,7 +13,7 @@
<img src="~assets/hzhb04.png" v-if="item.typeOfTech===2" />
</p>
<div
class="d-flex flex-wrap pointer"
class="d-flex justify-center flex-wrap pointer"
v-if="item.backendSearchList && item.backendSearchList.length > 0"
>
<div

Loading…
Cancel
Save