From bf3496c58aeb91a3948712b7b9085f1c4d6bb570 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 05 Dec 2024 18:13:09 +0800
Subject: [PATCH] 股票线上演示版本
---
src/assets/css/style.css | 32 ++++++++++++++++++++++++++++----
1 files changed, 28 insertions(+), 4 deletions(-)
diff --git a/src/assets/css/style.css b/src/assets/css/style.css
index 0712ebf..85b272e 100644
--- a/src/assets/css/style.css
+++ b/src/assets/css/style.css
@@ -27,6 +27,7 @@
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
+
.direction-enter,
.direction-leave-to {
transform: translate3d(100%, 0, 0);
@@ -52,7 +53,7 @@
font-style: normal;
font-display: swap;
}
-
+
@font-face {
font-family: 'DINPro';
src: url('../font/DINPro.d7abf218.ttf') format('truetype');
@@ -60,7 +61,30 @@
font-style: normal;
font-display: swap;
}
-
-body {
+
+.DINPro {
+ font-family: 'DINPro', serif;
+}
+
+.PingFang {
font-family: 'PingFang SC', sans-serif;
-}
\ No newline at end of file
+}
+
+/* 在线链接服务仅供平台体验和调试使用,平台不承诺服务的稳定性,企业客户需下载字体包自行发布使用并做好备份。 */
+@font-face {
+ font-family: 'iconfont';
+ /* Project id 4480663 */
+ src: url('//at.alicdn.com/t/c/font_4480663_5e9rjcl352x.woff2?t=1711356150713') format('woff2'),
+ url('//at.alicdn.com/t/c/font_4480663_5e9rjcl352x.woff?t=1711356150713') format('woff'),
+ url('//at.alicdn.com/t/c/font_4480663_5e9rjcl352x.ttf?t=1711356150713') format('truetype');
+}
+
+.iconfont {
+ font-family: "iconfont" !important;
+ font-size: 16px;
+ font-style: normal;
+ -webkit-font-smoothing: antialiased;
+ -webkit-text-stroke-width: 0.2px;
+ -moz-osx-font-smoothing: grayscale;
+}
+
--
Gitblit v1.9.3