luyisha 3 years ago
parent
commit
346c2278a3
  1. 3
      src/views/home/index.vue
  2. 4
      src/views/wallet/address.vue
  3. 4
      src/views/wallet/exchange-assets.vue

3
src/views/home/index.vue

@ -571,7 +571,8 @@
<img src="../../../static/images/illustration-3.png" alt="" style="height:430px;margin-right:80px;"> <img src="../../../static/images/illustration-3.png" alt="" style="height:430px;margin-right:80px;">
<div> <div>
<div class="d-flex mb-5" style="background:#FAFAFA;align-items: center;"> <div class="d-flex mb-5" style="background:#FAFAFA;align-items: center;">
<img src="../../../static/images/11111.png" alt="" width="80" height="80"> <!-- <img src="../../../static/images/11111.png" alt="" width="80" height="80"> -->
<div style="width:80px;height:80px;"><!-- img代替符 --></div>
<div> <div>
<div>{{ $t("xtzcoins3.a40") }}</div><div style="font-weight:bold;">IOS & Android</div> <div>{{ $t("xtzcoins3.a40") }}</div><div style="font-weight:bold;">IOS & Android</div>
</div> </div>

4
src/views/wallet/address.vue

@ -458,5 +458,7 @@ export default {
.modal-footer{ .modal-footer{
border-top-color: #ddd; border-top-color: #ddd;
} }
.modal-content .close{
color: #000;
}
</style> </style>

4
src/views/wallet/exchange-assets.vue

@ -920,5 +920,7 @@ input[type=radio]{
border-radius: 4px; border-radius: 4px;
cursor: pointer; cursor: pointer;
} }
.modal-content .close{
color: #000;
}
</style> </style>
Loading…
Cancel
Save