Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
yoho-miniapp-ufo
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
QC-L
2018-11-13 16:56:17 +0800
Commit
e10982ed7b08eb8a839abe53011b0527bcc13971
1 parent
463a65f3
修复倒计时字体不正确的问题 review by 黄敬囿
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
src/components/order/orderaction.wxss
src/pages/order/orderSuccess/orderSuccess.wxss
src/components/order/orderaction.wxss
View file @
e10982e
...
...
@@ -20,6 +20,11 @@
display: flex;
flex-direction: row;
}
.order-daction-pay-amount-title-txt {
font-family: DINAlternate-Bold;
font-size: 32rpx;
}
/* .order-detail-split-line {
background: #e0e0e0;
height: 2rpx;
...
...
src/pages/order/orderSuccess/orderSuccess.wxss
View file @
e10982e
...
...
@@ -9,7 +9,6 @@
}
.successIconContainer {
display: flex;
width: 100%;
justify-content: center;
...
...
Please
register
or
login
to post a comment