Commit 72d8541b authored by jiangjiantao's avatar jiangjiantao

bugfixed

parent 7aa3716a
images/icon_home.png

474 Bytes | W: | H:

images/icon_home.png

680 Bytes | W: | H:

images/icon_home.png
images/icon_home.png
images/icon_home.png
images/icon_home.png
  • 2-up
  • Swipe
  • Onion skin
@font-face {
font-family: DINPro-Regular;
src: url('/font/DINPro-Regular.otf');
}
@font-face {
font-family: DINPro-Medium;
src: url('/font/DINPro-Medium.ttf');
}
@font-face {
font-family: DINPro-Bold;
src: url('/font/DINPro-Bold.ttf');
}
@font-face {
font-family: DINPro-CondBold;
src: url('/font/DINPro-CondBold.otf');
}
@font-face {
font-family: DINPro-Light;
src: url('/font/DINPro-Light.ttf');
}
@font-face {
font-family: DINPro-Black;
src: url('/font/DINPro-Black.otf');
}
/* 页面布局 */
.keybordpage {
......@@ -60,7 +90,8 @@
.result-display-text {
font-size: 38rpx;
font-weight: bold;
color: white
color: white;
font-family: DINPro-Regular;
}
/* 结果展示文字 */
......
......@@ -267,7 +267,7 @@
.cashier-text {
font-size: 21rpx;
color: #333333;
font-weight: 600;
font-weight: bold;
}
/* 顶部收银字体样式 */
......@@ -284,7 +284,8 @@
font-size: 19rpx;
color: #333333;
margin-right: 21rpx;
margin-left: 8rpx
margin-left: 8rpx;
font-weight: bold;
}
/* 下部分 */
......@@ -332,6 +333,7 @@
width: 32%;
background: white;
display: flex;
padding-top: 5rpx;
flex-direction: column;
justify-content: space-between;
}
......@@ -398,7 +400,7 @@
.total-num {
font-size: 18rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-family: DINPro-Regular;
font-weight: 400;
color: rgba(0, 0, 0, 0.65);
line-height: 18rpx;
......@@ -409,7 +411,7 @@
.pay-price {
font-size: 36rpx;
font-family: AlibabaPuHuiTiB;
font-family: DINPro-Regular;
color: rgba(0, 122, 255, 1);
line-height: 49px;
/* margin-left: 15rpx; */
......@@ -489,7 +491,7 @@
.good-price {
font-size: 26px;
font-family: Helvetica;
font-family: DINPro-Regular;
color: rgba(249, 97, 70, 1);
line-height: 26px;
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
......@@ -519,7 +521,7 @@
.good-num {
font-size: 22rpx;
font-family: Helvetica;
font-family: DINPro-Regular;
color: rgba(51, 51, 51, 1);
line-height: 22rpx
}
......
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