Browse Source

修改ico,把币币和合约的logo打开,改变首页布局

master
liaoxinyu 2 years ago
parent
commit
30bd6a8158
  1. BIN
      assets/img/home/btcex.png
  2. 2
      main.html
  3. 4
      pages/base/home.vue
  4. BIN
      static/btcex.ico
  5. BIN
      static/kos.ico

BIN
assets/img/home/btcex.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

2
main.html

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" href="/static/kos.ico">
<link rel="icon" href="/static/btcex.ico">
<title>
<%= htmlWebpackPlugin.options.title %>
</title>

4
pages/base/home.vue

@ -222,7 +222,9 @@
</view>
</view>
<view class="positionBox_text">
<view style="background-color: #3269EB;width: 200rpx;height: 100rpx;"></view>
<view style="">
<image src="@/assets/img/home/btcex.png" mode="widthFix" style="width: 150px;"></image>
</view>
</view>
<view class="positionBox_text1">{{$t("homeNewText.bb25",{name:'BTCEX'})}}</view>
<view class="positionBox_text2">{{$t("homeNewText.bb26")}}</view>

BIN
static/btcex.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
static/kos.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Loading…
Cancel
Save