Commit e19fc1d0 authored by jiangjiantao's avatar jiangjiantao

UI fixed

parent 4aa9d842
@font-face { @font-face {
font-family: DINPro-Regular; font-family: DINPro-Regular;
src: url('/font/DINPro-Regular.otf'); src: url('/font/DINPro-Regular.otf');
...@@ -28,6 +27,7 @@ ...@@ -28,6 +27,7 @@
font-family: DINPro-Black; font-family: DINPro-Black;
src: url('/font/DINPro-Black.otf'); src: url('/font/DINPro-Black.otf');
} }
/* 页面布局 */ /* 页面布局 */
.keybordpage { .keybordpage {
...@@ -88,10 +88,12 @@ ...@@ -88,10 +88,12 @@
/* 结果展示文字 */ /* 结果展示文字 */
.result-display-text { .result-display-text {
width: 200rpx;
font-size: 38rpx; font-size: 38rpx;
font-weight: bold; font-weight: bold;
color: white; color: white;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
font-family: DINPro-Regular; font-family: DINPro-Regular;
} }
......
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