去除字体

This commit is contained in:
whitechiina 2026-05-11 16:52:02 +08:00
parent 8377d5b884
commit 12ee4239be
9 changed files with 25 additions and 23 deletions

36
App.vue
View File

@ -190,18 +190,18 @@ export default {
<style lang="scss"> <style lang="scss">
@import "./styles/tokens.scss"; @import "./styles/tokens.scss";
@font-face { // @font-face {
font-family: "DIN-Bold"; // font-family: "DIN-Bold";
src: // src:
local("DIN-Bold"), // local("DIN-Bold"),
local("DIN Bold"), // local("DIN Bold"),
local("DIN Alternate Bold"), // local("DIN Alternate Bold"),
url("/static/fonts/din-bold-2.ttf") format("truetype"), // url("/static/fonts/din-bold-2.ttf") format("truetype"),
url("https://imgs.agrimedia.cn/din-bold-2.ttf") format("truetype"); // url("https://imgs.agrimedia.cn/din-bold-2.ttf") format("truetype");
font-style: normal; // font-style: normal;
font-weight: 800; // font-weight: 800;
font-display: optional; // font-display: optional;
} // }
:root { :root {
--asset-number-font-family: --asset-number-font-family:
@ -210,8 +210,8 @@ export default {
"PingFang SC", "PingFang SC",
sans-serif; sans-serif;
--asset-number-font-family-din: --asset-number-font-family-din:
"DIN-Bold", // "DIN-Bold",
DIN, // DIN,
"DIN Alternate", "DIN Alternate",
"Helvetica Neue", "Helvetica Neue",
Arial, Arial,
@ -223,10 +223,10 @@ export default {
--asset-number-font-family: var(--asset-number-font-family-din); --asset-number-font-family: var(--asset-number-font-family-din);
} }
.asset-number-font { // .asset-number-font {
font-family: var(--asset-number-font-family) !important; // font-family: var(--asset-number-font-family) !important;
font-variant-numeric: tabular-nums; // font-variant-numeric: tabular-nums;
} // }
html, html,
body, body,

View File

@ -1,5 +1,7 @@
// const HOST_URL = "https://tpoint.agrimedia.cn";
const HOST_URL = window.location.protocol + "//" + window.location.host; const HOST_URL = window.location.protocol + "//" + window.location.host;
const serviceConfig = { const serviceConfig = {
BASE_URL: HOST_URL, BASE_URL: HOST_URL,
HTTP_REQUEST_URL: HOST_URL, HTTP_REQUEST_URL: HOST_URL,

View File

@ -72,7 +72,7 @@
"h5" : { "h5" : {
"router" : { "router" : {
"base" : "/bmt/", "base" : "/bmt/",
"mode" : "history" "mode" : "hash"
} }
} }
} }

View File

@ -38,7 +38,7 @@
placeholder="粘贴新钱包地址" placeholder="粘贴新钱包地址"
placeholder-style="color:rgba(154, 163, 197, 0.82);font-size:28rpx;" placeholder-style="color:rgba(154, 163, 197, 0.82);font-size:28rpx;"
/> />
<text class="wallet-input__paste" @click="paste">粘贴</text> <!-- <text class="wallet-input__paste" @click="paste">粘贴</text> -->
</view> </view>
<text class="wallet-panel__helper"> <text class="wallet-panel__helper">
钱包地址请在海南农综APP中获取 钱包地址请在海南农综APP中获取

View File

@ -1,2 +1,2 @@
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>白马交易所</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)')) <!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>白马交易所</title><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=/bmt/static/index.883130ca.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/bmt/static/js/chunk-vendors.a58c62f3.js></script><script src=/bmt/static/js/index.6e5ed6ba.js></script></body></html> 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=/bmt/static/index.883130ca.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/bmt/static/js/chunk-vendors.a58c62f3.js></script><script src=/bmt/static/js/index.7773b10c.js></script></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long