Browse Source

隐藏图片

master
liaoxinyu 2 years ago
parent
commit
731578055a
  1. 2
      src/views/contract/index.vue
  2. 4
      src/views/exchange/index.vue
  3. 5
      src/views/home/index.vue

2
src/views/contract/index.vue

@ -9,7 +9,7 @@
<!-- </div>--> <!-- </div>-->
<div class="d-flex align-items-center" style="background-color: #121212;min-height:58px;"> <div class="d-flex align-items-center" style="background-color: #121212;min-height:58px;">
<div class="price px-3"> <div class="price px-3">
<img :src="currentIcon" alt="" style="width: 26px;height: 26px;"> <img :src="currentIcon" alt="" style="width: 26px;height: 26px;" v-if="currentIcon.includes('https://see.bitcoinimt.com/storage/')">
</div> </div>
<div class="price"> <div class="price">
<div class="item fn-16" style="font-weight: bold;">{{ activeContract.pair_name }}</div> <div class="item fn-16" style="font-weight: bold;">{{ activeContract.pair_name }}</div>

4
src/views/exchange/index.vue

@ -9,7 +9,7 @@
<!-- </div>--> <!-- </div>-->
<div class="d-flex align-items-center" style="background-color: #121212;min-height:58px;"> <div class="d-flex align-items-center" style="background-color: #121212;min-height:58px;">
<div class="price px-3"> <div class="price px-3">
<img :src="currentIcon" alt="" style="width: 26px;height: 26px;"> <img :src="currentIcon" alt="" style="width: 26px;height: 26px;" v-if="currentIcon.includes('https://see.bitcoinimt.com/storage/')">
</div> </div>
<div class="price"> <div class="price">
<div class="item fn-16" style="font-weight: bold;">{{ activeContract.pair_name }}</div> <div class="item fn-16" style="font-weight: bold;">{{ activeContract.pair_name }}</div>
@ -231,7 +231,7 @@ export default {
delete marketList.price delete marketList.price
} }
return marketList; return marketList;
}, }
}, },
watch: { watch: {

5
src/views/home/index.vue

@ -502,7 +502,7 @@
<div class="starrysky_box"> <div class="starrysky_box">
<div class="starrysky"></div> <div class="starrysky"></div>
</div> </div>
<div style="text-align: center;position: absolute;top: 26%;left: 19%;" class="positionBox"> <div style="text-align: center;position: absolute;top: 26%;left: 50%;transform: translateX(-50%);" class="positionBox">
<div style="font-size: 48px;">{{ $t("homeNewText.hh14") }}</div> <div style="font-size: 48px;">{{ $t("homeNewText.hh14") }}</div>
<div style="font-size: 20px;margin-top: 30px;">{{ $t("homeNewText.hh15") }}</div> <div style="font-size: 20px;margin-top: 30px;">{{ $t("homeNewText.hh15") }}</div>
<router-link v-if="!isLogin" class="jump_btn" :to="{name:'signUp'}" style="margin-top: 50px;background-color: #fff;color: #000;border-radius: 40px;"> <router-link v-if="!isLogin" class="jump_btn" :to="{name:'signUp'}" style="margin-top: 50px;background-color: #fff;color: #000;border-radius: 40px;">
@ -2273,11 +2273,12 @@
border-radius: 10px; border-radius: 10px;
} }
.CryptoJourney { .CryptoJourney {
width: 1920px; width: 100%;
height: 531px; height: 531px;
background-image: url('../../assets/img/home/home6.png'); background-image: url('../../assets/img/home/home6.png');
background-size: 1920px; background-size: 1920px;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center;
margin: 100px auto 100px; margin: 100px auto 100px;
// display: flex; // display: flex;
position: relative; position: relative;

Loading…
Cancel
Save