Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
doublescreen-back
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pengguangpu
doublescreen-back
Commits
72d8541b
Commit
72d8541b
authored
Mar 03, 2020
by
jiangjiantao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfixed
parent
7aa3716a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
40 additions
and
7 deletions
+40
-7
icon_home.png
images/icon_home.png
+0
-0
landkeybord.acss
pages/components/landkeybord/landkeybord.acss
+32
-1
index.acss
pages/index/index.acss
+8
-6
No files found.
images/icon_home.png
100644 → 100755
View replaced file @
7aa3716a
View file @
72d8541b
474 Bytes
|
W:
|
H:
680 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
pages/components/landkeybord/landkeybord.acss
View file @
72d8541b
@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 {
.keybordpage {
...
@@ -60,7 +90,8 @@
...
@@ -60,7 +90,8 @@
.result-display-text {
.result-display-text {
font-size: 38rpx;
font-size: 38rpx;
font-weight: bold;
font-weight: bold;
color: white
color: white;
font-family: DINPro-Regular;
}
}
/* 结果展示文字 */
/* 结果展示文字 */
...
...
pages/index/index.acss
View file @
72d8541b
...
@@ -267,7 +267,7 @@
...
@@ -267,7 +267,7 @@
.cashier-text {
.cashier-text {
font-size: 21rpx;
font-size: 21rpx;
color: #333333;
color: #333333;
font-weight:
600
;
font-weight:
bold
;
}
}
/* 顶部收银字体样式 */
/* 顶部收银字体样式 */
...
@@ -284,7 +284,8 @@
...
@@ -284,7 +284,8 @@
font-size: 19rpx;
font-size: 19rpx;
color: #333333;
color: #333333;
margin-right: 21rpx;
margin-right: 21rpx;
margin-left: 8rpx
margin-left: 8rpx;
font-weight: bold;
}
}
/* 下部分 */
/* 下部分 */
...
@@ -332,6 +333,7 @@
...
@@ -332,6 +333,7 @@
width: 32%;
width: 32%;
background: white;
background: white;
display: flex;
display: flex;
padding-top: 5rpx;
flex-direction: column;
flex-direction: column;
justify-content: space-between;
justify-content: space-between;
}
}
...
@@ -398,7 +400,7 @@
...
@@ -398,7 +400,7 @@
.total-num {
.total-num {
font-size: 18rpx;
font-size: 18rpx;
font-family:
PingFangSC-Regular, PingFang SC
;
font-family:
DINPro-Regular
;
font-weight: 400;
font-weight: 400;
color: rgba(0, 0, 0, 0.65);
color: rgba(0, 0, 0, 0.65);
line-height: 18rpx;
line-height: 18rpx;
...
@@ -409,7 +411,7 @@
...
@@ -409,7 +411,7 @@
.pay-price {
.pay-price {
font-size: 36rpx;
font-size: 36rpx;
font-family:
AlibabaPuHuiTiB
;
font-family:
DINPro-Regular
;
color: rgba(0, 122, 255, 1);
color: rgba(0, 122, 255, 1);
line-height: 49px;
line-height: 49px;
/* margin-left: 15rpx; */
/* margin-left: 15rpx; */
...
@@ -489,7 +491,7 @@
...
@@ -489,7 +491,7 @@
.good-price {
.good-price {
font-size: 26px;
font-size: 26px;
font-family:
Helvetica
;
font-family:
DINPro-Regular
;
color: rgba(249, 97, 70, 1);
color: rgba(249, 97, 70, 1);
line-height: 26px;
line-height: 26px;
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
...
@@ -519,7 +521,7 @@
...
@@ -519,7 +521,7 @@
.good-num {
.good-num {
font-size: 22rpx;
font-size: 22rpx;
font-family:
Helvetica
;
font-family:
DINPro-Regular
;
color: rgba(51, 51, 51, 1);
color: rgba(51, 51, 51, 1);
line-height: 22rpx
line-height: 22rpx
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment