提交更新

parent 665ff19e
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
{ {
"path": "pages/ConsumptionReport/ConsumptionReport", "path": "pages/ConsumptionReport/ConsumptionReport",
"style": { "style": {
"navigationBarTitleText": "消费报告", "navigationBarTitleText": "消费报告",
"navigationStyle": "custom", "navigationStyle": "custom",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
......
...@@ -794,21 +794,28 @@ ...@@ -794,21 +794,28 @@
.consumption-report-container { .consumption-report-container {
width: 100%; width: 100%;
height: 2616rpx; height: 100%;
overflow: scroll;
background: #F6F6F6; background: #F6F6F6;
position: relative;
.consumption-report-header { .consumption-report-header {
height: 330rpx; height: 338rpx;
width: 100%; width: 100%;
background: url(../../static/images/headerbgm.png) no-repeat; background: url(../../static/images/headerbgm.png) no-repeat;
padding-top: 54rpx; background-size: 100%;
box-sizing: border-box;
position: relative;
.consumption-report-header-item { .consumption-report-header-item {
height: 48rpx; height: 48rpx;
width: 90%;
padding: 0 41rpx; padding: 0 41rpx;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center;
position: absolute;
top:54rpx;
left: 0;
.consumption-report-info { .consumption-report-info {
display: flex; display: flex;
...@@ -854,13 +861,13 @@ ...@@ -854,13 +861,13 @@
width: 710rpx; width: 710rpx;
background: #FFFFFF; background: #FFFFFF;
border-radius: 24rpx; border-radius: 24rpx;
position: absolute;
top: 122rpx;
padding: 47rpx 42rpx 38rpx 39rpx; padding: 47rpx 42rpx 38rpx 39rpx;
box-sizing: border-box; box-sizing: border-box;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
flex-direction: column; flex-direction: column;
position: absolute;
top: 122rpx;
.consumption-report-card-one-item { .consumption-report-card-one-item {
height: 110rpx; height: 110rpx;
...@@ -985,14 +992,13 @@ ...@@ -985,14 +992,13 @@
width: 710rpx; width: 710rpx;
background: #FFFFFF; background: #FFFFFF;
border-radius: 24rpx; border-radius: 24rpx;
position: absolute; padding: 21rpx 32rpx 0;
top: 504rpx; margin-top: 165rpx;
padding: 0 32rpx;
box-sizing: border-box; box-sizing: border-box;
.consumption-report-card-two-title { .consumption-report-card-two-title {
height: 60rpx; height: 60rpx;
margin: 21rpx 0 32rpx; margin: 0 0 32rpx;
box-sizing: border-box; box-sizing: border-box;
display: flex; display: flex;
align-items: center; align-items: center;
...@@ -1043,6 +1049,7 @@ ...@@ -1043,6 +1049,7 @@
.average-daily-consumption-item-num { .average-daily-consumption-item-num {
font-size: 48rpx; font-size: 48rpx;
margin-left: 12rpx;
} }
&.average-daily-consumption-item-orange { &.average-daily-consumption-item-orange {
...@@ -1076,12 +1083,13 @@ ...@@ -1076,12 +1083,13 @@
} }
.average-daily-consumption-student-tag { .average-daily-consumption-student-tag {
height: 44rpx; height: 45rpx;
font-size: 40rpx; font-size: 40rpx;
font-family: Arial-BoldItalicMT, Arial; font-family: Arial-BoldItalicMT, Arial;
font-weight: normal; font-weight: normal;
color: #FFFFFF; color: #FFFFFF;
line-height: 45rpx; line-height: 45rpx;
margin-right: 3rpx;
} }
} }
...@@ -1094,12 +1102,13 @@ ...@@ -1094,12 +1102,13 @@
align-items: center; align-items: center;
.average-daily-consumption-class-tag { .average-daily-consumption-class-tag {
height: 44rpx; height: 45rpx;
font-size: 40rpx; font-size: 40rpx;
font-family: Arial-BoldItalicMT, Arial; font-family: Arial-BoldItalicMT, Arial;
font-weight: normal; font-weight: normal;
color: #FFFFFF; color: #FFFFFF;
line-height: 45rpx; line-height: 45rpx;
margin-left: 2rpx;
} }
.average-daily-consumption-class-text { .average-daily-consumption-class-text {
...@@ -1123,7 +1132,7 @@ ...@@ -1123,7 +1132,7 @@
justify-content: space-between; justify-content: space-between;
.average-daily-consumption-chart-item { .average-daily-consumption-chart-item {
width: 74rpx; width: 80rpx;
height: 310rpx; height: 310rpx;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
...@@ -1162,14 +1171,13 @@ ...@@ -1162,14 +1171,13 @@
height: 460rpx; height: 460rpx;
background: #FFFFFF; background: #FFFFFF;
border-radius: 24rpx; border-radius: 24rpx;
position: absolute; padding: 21rpx 32rpx 0;
top: 1148rpx; margin: 25rpx 0 0;
padding: 0 32rpx;
box-sizing: border-box; box-sizing: border-box;
.consumption-report-card-three-title { .consumption-report-card-three-title {
height: 60rpx; height: 60rpx;
margin: 21rpx 0 35rpx; margin: 0 0 35rpx;
box-sizing: border-box; box-sizing: border-box;
display: flex; display: flex;
align-items: center; align-items: center;
...@@ -1252,7 +1260,7 @@ ...@@ -1252,7 +1260,7 @@
} }
.consumption-preferences-list-item-text-cash { .consumption-preferences-list-item-text-cash {
font-weight: 500; font-weight: 600;
color: #333333; color: #333333;
} }
} }
...@@ -1282,15 +1290,14 @@ ...@@ -1282,15 +1290,14 @@
width: 710rpx; width: 710rpx;
background: #FFFFFF; background: #FFFFFF;
border-radius: 24rpx; border-radius: 24rpx;
position: absolute; padding: 21rpx 32rpx 48rpx;
top: 1632rpx; margin: 25rpx 0 32rpx;
padding: 0 32rpx 48rpx;
box-sizing: border-box; box-sizing: border-box;
.consumption-report-card-four-header { .consumption-report-card-four-header {
width: 646rpx; width: 646rpx;
height: 60rpx; height: 60rpx;
margin: 21rpx 0 50rpx; margin: 0 0 50rpx;
box-sizing: border-box; box-sizing: border-box;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
...@@ -1331,9 +1338,9 @@ ...@@ -1331,9 +1338,9 @@
} }
.noeatting-total { .noeatting-total {
width: 215rpx; flex:1;
display: flex; display: flex;
justify-content: space-between; justify-content: flex-end;
.noeatting-total-item { .noeatting-total-item {
height: 40rpx; height: 40rpx;
...@@ -1351,6 +1358,7 @@ ...@@ -1351,6 +1358,7 @@
font-weight: 500; font-weight: 500;
color: #000000; color: #000000;
line-height: 40rpx; line-height: 40rpx;
margin: 0 10rpx;
} }
} }
} }
...@@ -1372,14 +1380,14 @@ ...@@ -1372,14 +1380,14 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 33%; width: 25%;
} }
.noeatting-details-header-meal { .noeatting-details-header-meal {
display: flex; display: flex;
justify-content: space-between; justify-content: space-around;
align-items: center; align-items: center;
width: 34%; width: 50%;
} }
} }
...@@ -1399,7 +1407,7 @@ ...@@ -1399,7 +1407,7 @@
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #333333; color: #333333;
width: 33%; width: 25%;
display: flex; display: flex;
justify-content: center; justify-content: center;
...@@ -1409,9 +1417,9 @@ ...@@ -1409,9 +1417,9 @@
} }
.noeatting-details-list-meal { .noeatting-details-list-meal {
width: 34%; width: 50%;
display: flex; display: flex;
justify-content: space-between; justify-content: space-around;
.noeatting-details-list-meal-item { .noeatting-details-list-meal-item {
width: 50rpx; width: 50rpx;
......
src/static/images/headerbgm.png

903 KB | W: | H:

src/static/images/headerbgm.png

24.2 KB | W: | H:

src/static/images/headerbgm.png
src/static/images/headerbgm.png
src/static/images/headerbgm.png
src/static/images/headerbgm.png
  • 2-up
  • Swipe
  • Onion skin
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