|
|
@@ -1,7 +1,9 @@
|
|
|
<config>
|
|
|
{
|
|
|
"navigationStyle": "custom",
|
|
|
- "navigationBarTextStyle": "white",
|
|
|
+ "navigationBarTextStyle": "white",
|
|
|
+ "backgroundColorTop":'#00ba64',
|
|
|
+ "backgroundColorBottom":'#f5f7fa',
|
|
|
}
|
|
|
</config>
|
|
|
<template>
|
|
|
@@ -142,12 +144,12 @@ export default {
|
|
|
<style lang="less" scoped>
|
|
|
.app {
|
|
|
background: #f5f7fa !important;
|
|
|
- padding-bottom: 200px;
|
|
|
+ // padding-bottom: 200px;
|
|
|
height: 100vh;
|
|
|
.top-img {
|
|
|
width: 100%;
|
|
|
background: #00ba64;
|
|
|
- height: 248px;
|
|
|
+ height: 246px;
|
|
|
border-radius: 2px;
|
|
|
.title {
|
|
|
padding-left: 20px;
|
|
|
@@ -178,9 +180,10 @@ export default {
|
|
|
}
|
|
|
.money {
|
|
|
position: absolute;
|
|
|
+ width: 81%;
|
|
|
display: flex;
|
|
|
- margin-top: 16px;
|
|
|
- margin-left: 35px;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin: 16px 0 0 35px;
|
|
|
.money1 {
|
|
|
.flex();
|
|
|
margin-bottom: 3px;
|
|
|
@@ -194,7 +197,7 @@ export default {
|
|
|
.money-img {
|
|
|
width: 11px;
|
|
|
height: 13px;
|
|
|
- margin-top: 8px;
|
|
|
+ margin-top: 6px;
|
|
|
}
|
|
|
}
|
|
|
.text1 {
|
|
|
@@ -240,7 +243,7 @@ export default {
|
|
|
background: #ffffff;
|
|
|
box-shadow: 0px 2px 4px 0px rgba(1, 168, 91, 0.04);
|
|
|
border-radius: 12px;
|
|
|
- margin: 0 20px;
|
|
|
+ margin: 4px 20px 0;
|
|
|
.box {
|
|
|
display: flex;
|
|
|
align-items: center;
|