Commit 342a9fd8 authored by xiaoye's avatar xiaoye

fix

parent 87c544f2
...@@ -68,13 +68,13 @@ ...@@ -68,13 +68,13 @@
} }
</style> </style>
<style> <style>
/* span { @font-face {
font-family: font-family: '更纱黑体';
"黑体", src: url('../static/textFont.ttf') format('woff');
"SimHei", }
"Microsoft YaHei",
"PingFang SC", span, :deep(.uni-card) {
"Hiragino Sans GB", font-family: '更纱黑体';
sans-serif; }
} */
</style> </style>
\ No newline at end of file
...@@ -138,8 +138,7 @@ ...@@ -138,8 +138,7 @@
padding: 0 $uni-spacing-sm; padding: 0 $uni-spacing-sm;
border-radius: 4px; border-radius: 4px;
overflow: hidden; overflow: hidden;
// font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif; font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
font-family: Microsoft YaHei;
background-color: #fff; background-color: #fff;
flex: 1; flex: 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment