Commit e19fc1d0 authored by jiangjiantao's avatar jiangjiantao

UI fixed

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