Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
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
张文文
5 years ago
Commit
b412e0ce53cbe9878620e71ef21f62986dd281c3
1 parent
e45fdfa0
ui 特殊字体修改 review by tao.huang
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
25 additions
and
6 deletions
apps/pages/home/income/components/incomeItem.vue
apps/pages/home/mine/components/order.vue
apps/pages/home/mine/components/tabItem.vue
apps/pages/home/tradeIncome/components/incomeHeader.vue
apps/pages/order/components/confirm/buyer-fee.vue
apps/pages/order/components/confirm/buyer-product.vue
apps/pages/order/components/count-down.vue
apps/pages/product/components/size-select-sheet.vue
apps/pages/home/income/components/incomeItem.vue
View file @
b412e0c
...
...
@@ -8,7 +8,7 @@
<p class='assets-record-code-txt'>{{data.goodsName}}</p>
<p class='assets-record-time-txt'>{{data.time}}</p>
</div>
<div class='assets-record-right-view'>
<p class='assets-record-income-txt'>{{data.tradeType === 5 ? '-': '+'}}{{data.amount}}</p>
</div>
...
...
@@ -36,13 +36,14 @@ export default {
},
data() {
return {
};
},
};
</script>
<style lang="scss" scoped>
@import "../../../../statics/scss/variable";
.assets-record-container {
display: flex;
margin: 0 40px;
...
...
@@ -93,10 +94,10 @@ export default {
margin-top: 12px;
}
.assets-record-income-txt {
font-family: SFProText-Medium;
font-weight: bold;
font-size: 28px;
color: black;
@include num
}
.assets-record-income-tip-txt {
font-family: PingFang-SC-Regular;
...
...
apps/pages/home/mine/components/order.vue
View file @
b412e0c
...
...
@@ -43,6 +43,8 @@ export default {
</script>
<style lang="scss" scoped>
@import "../../../../statics/scss/variable";
.orders {
display: flex;
height: 100px;
...
...
@@ -70,9 +72,9 @@ export default {
}
.order-num {
font-family: "Alte DIN 1451 Mittelschrift";
font-size: 32px;
text-align: center;
@include num
}
.order-text {
...
...
apps/pages/home/mine/components/tabItem.vue
View file @
b412e0c
...
...
@@ -87,6 +87,8 @@ export default {
</script>
<style lang="scss" scoped>
@import "../../../../statics/scss/variable";
.tab-item {
display: flex;
height: 120px;
...
...
@@ -125,10 +127,10 @@ export default {
}
.text {
font-family: "Alte DIN 1451 Mittelschrift";
color: black;
text-align: right;
font-size: 32px;
@include num
}
.cubeic-arrow {
...
...
apps/pages/home/tradeIncome/components/incomeHeader.vue
View file @
b412e0c
...
...
@@ -39,6 +39,7 @@ export default {
</script>
<style lang="scss" scoped>
@import "../../../../statics/scss/variable";
.income-header-wrapper {
position: relative;
}
...
...
@@ -50,6 +51,7 @@ export default {
font-size: 40px;
font-weight: bold;
margin-bottom: 44px;
@include num
}
.income {
margin-bottom: 20px;
...
...
apps/pages/order/components/confirm/buyer-fee.vue
View file @
b412e0c
...
...
@@ -36,6 +36,8 @@ export default {
</script>
<style lang="scss" scoped>
@import "../../../../statics/scss/variable";
.price-item {
display: flex;
font-size: 28px;
...
...
@@ -50,5 +52,6 @@ export default {
font-size: 36px;
color: #d0021b;
font-weight: bold;
@include num
}
</style>
...
...
apps/pages/order/components/confirm/buyer-product.vue
View file @
b412e0c
...
...
@@ -25,6 +25,8 @@ export default {
</script>
<style lang="scss" scoped>
@import "../../../../statics/scss/variable";
.product-wrapper {
height: 180px;
}
...
...
@@ -60,6 +62,7 @@ export default {
font-size: 28px;
margin-bottom: 12px;
font-weight: bold;
@include num
}
</style>
...
...
apps/pages/order/components/count-down.vue
View file @
b412e0c
...
...
@@ -67,6 +67,8 @@ export default {
</script>
<style lang="scss" scoped>
@import "../../../statics/scss/variable";
.count-down-wrapper {
display: flex;
font-size: 32px;
...
...
@@ -84,6 +86,7 @@ export default {
& > span {
padding: 0 9px;
@include num
}
}
</style>
\ No newline at end of file
</style>
...
...
apps/pages/product/components/size-select-sheet.vue
View file @
b412e0c
...
...
@@ -221,6 +221,7 @@ export default {
<style lang="scss" scoped>
@import "../product-detail";
@import "../../../statics/scss/variable";
.title {
font-size: 40px;
...
...
@@ -260,6 +261,7 @@ export default {
padding-top: 30px;
font-size: 32px;
color: #000;
@include num
}
}
}
...
...
@@ -358,6 +360,7 @@ export default {
i {
font-size: 20px;
font-style: normal;
@include num
}
}
}
...
...
Please
register
or
login
to post a comment