Browse Source

修改图片

master
liaoxinyu 2 years ago
parent
commit
acdcf9f839
  1. BIN
      assets/img/home/home1.png
  2. BIN
      assets/img/home/home2.png
  3. BIN
      assets/img/home/home3.png
  4. BIN
      assets/img/home/home4.png
  5. 28
      main.html
  6. 3
      manifest.json
  7. 26
      pages/base/home.vue
  8. BIN
      static/favicon.ico

BIN
assets/img/home/home1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 KiB

BIN
assets/img/home/home2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

BIN
assets/img/home/home3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

BIN
assets/img/home/home4.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

28
main.html

@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" href="/static/favicon.ico">
<title>
<%= htmlWebpackPlugin.options.title %>
</title>
<!-- Open Graph data -->
<!-- <meta property="og:title" content="Title Here" /> -->
<!-- <meta property="og:url" content="http://www.example.com/" /> -->
<!-- <meta property="og:image" content="http://example.com/image.jpg" /> -->
<!-- <meta property="og:description" content="Description Here" /> -->
<script>
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')
</script>
<link rel="stylesheet" href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css" />
</head>
<body>
<noscript>
<strong>Please enable JavaScript to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>

3
manifest.json

@ -113,6 +113,7 @@
"base" : "./"
},
"domain" : "https://app.bitcoinimt.com",
"title" : "BITcoinimt"
"title" : "BITcoinimt",
"template" : "main.html"
}
}

26
pages/base/home.vue

@ -186,13 +186,13 @@
</view>
</view>
<!-- 幣庫 -->
<view style="display: flex;flex-wrap: wrap;margin-top: 100px;margin-left: 20px;margin-right: 20px;">
<!-- <view style="border: 5px solid #2c2c2c;width: 648rpx;border-radius: 10px;">
<image src="@/assets/img/cellPhone.png" mode="" style="width: 648rpx;height: 1248rpx;"></image>
</view> -->
<view style="display: flex;flex-wrap: wrap;margin-top: 100px;margin-left: 25px;margin-right: 25px;">
<view style="width: 648rpx;border-radius: 10px;">
<image src="@/assets/img/home/home3.png" mode="" style="width: 648rpx;height: 1248rpx;"></image>
</view>
<view style="display: flex;align-items: center;margin-top: 20px;width: 100%;">
<img src="@/assets/img/logo.png" alt="" width="110" height="30">
<view style="font-size: 50rpx;color: white;font-weight: bold;">
<img src="@/assets/img/home/home4.png" alt="" width="40" height="40">
<view style="font-size: 50rpx;color: white;font-weight: bold;margin-left: 10px;">
{{ $t("homeNewText.ff4") }}
</view>
</view>
@ -210,13 +210,13 @@
</view>
</view>
<!-- 主要的 -->
<view style="display: flex;flex-wrap: wrap;margin-top: 100px;margin-left: 20px;margin-right: 20px;">
<!-- <view style="border: 5px solid #2c2c2c;width: 648rpx;border-radius: 10px;">
<image src="@/assets/img/cellPhone.png" mode="" style="width: 648rpx;height: 1248rpx;"></image>
</view> -->
<view style="display: flex;flex-wrap: wrap;margin-top: 100px;margin-left: 25px;margin-right: 25px;">
<view style="width: 648rpx;border-radius: 10px;">
<image src="@/assets/img/home/home2.png" mode="" style="width: 648rpx;height: 1248rpx;"></image>
</view>
<view style="display: flex;align-items: center;margin-top: 20px;width: 100%;">
<img src="@/assets/img/logo.png" alt="" width="110" height="30">
<view style="font-size: 50rpx;color: white;font-weight: bold;">
<img src="@/assets/img/home/home4.png" alt="" width="40" height="40">
<view style="font-size: 50rpx;color: white;font-weight: bold;margin-left: 10px;">
{{ $t("homeNewText.ff7") }}
</view>
</view>
@ -254,7 +254,7 @@
<!-- 创造无限可能 -->
<view style="display: flex;flex-wrap: wrap;margin-top: 100px;margin-left: 20px;margin-right: 20px;">
<view style="width: 648rpx;border-radius: 10px;">
<image src="@/assets/img/jiaoyi.png" mode="" style="width: 670rpx;height: 400rpx;"></image>
<image src="@/assets/img/home/home1.png" mode="" style="width: 670rpx;height: 400rpx;"></image>
</view>
<view style="font-size: 60rpx;color: white;margin-top: 20px;">
{{ $t("homeNewText.ff12") }}

BIN
static/favicon.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Loading…
Cancel
Save