Browse Source

修改二维码,首页移动端跳转

master
liaoxinyu 1 year ago
parent
commit
e57acf1fe4
  1. BIN
      src/assets/img/home/btcex1.png
  2. 6
      src/assets/scss/module/_home.scss
  3. 2
      src/index.html

BIN
src/assets/img/home/btcex1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 22 KiB

6
src/assets/scss/module/_home.scss

@ -3875,8 +3875,8 @@ sub.transmoney-value {
overflow: hidden;
.marquee-pargress {
width: 200%;
animation: marquee 40s infinite linear;
width: 400%;
animation: marquee 90s infinite linear;
}
.marquee-list {
@ -3906,7 +3906,7 @@ sub.transmoney-value {
}
100% {
transform: translateX(-100%);
transform: translateX(-400%);
}
}

2
src/index.html

@ -21,7 +21,7 @@
for (var i = 0; i < mobileAgent.length; i++) {
if (browser.indexOf(mobileAgent[i]) != -1) {
//todo 手机版跳转
window.location.href = 'https://app.btcaholic.com';
window.location.href = 'https://h5.btcsupex.com';
break;
}
}

Loading…
Cancel
Save