|
|
@@ -1,9 +1,9 @@
|
|
|
<config>
|
|
|
{
|
|
|
"navigationBarTitleText": "电费详情",
|
|
|
- "navigationBarBackgroundColor": "#FF7F1F",
|
|
|
+ "navigationBarBackgroundColor": "#00ba64",
|
|
|
"navigationBarTextStyle": "white",
|
|
|
- "backgroundColorTop":'#FF7F1F',
|
|
|
+ "backgroundColorTop":'#00ba64',
|
|
|
"backgroundColorBottom":'#FFFFFF'
|
|
|
}
|
|
|
</config>
|
|
|
@@ -56,7 +56,7 @@
|
|
|
<template v-if="!empty">
|
|
|
<div class="content" v-for="(item, index) in list" :key="index">
|
|
|
<div class="con1">
|
|
|
- <img class="con-img" src="../native/icon-shuifei@3x (2).png" alt="" />
|
|
|
+ <img class="con-img" src="../native/icon-shuifei@3x.png" alt="" />
|
|
|
<div>
|
|
|
<div class="text1">{{ item.name }}</div>
|
|
|
<div class="text2">{{ item.payTime }}</div>
|
|
|
@@ -223,7 +223,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.top {
|
|
|
- background: #ff7f1f;
|
|
|
+ background: #00ba64;
|
|
|
padding: 0px 20px;
|
|
|
.title1 {
|
|
|
.flex();
|
|
|
@@ -258,7 +258,7 @@ export default {
|
|
|
text-align: center;
|
|
|
font-weight: bold;
|
|
|
font-size: 14px;
|
|
|
- color: #ff7f1f;
|
|
|
+ color: #00ba64;
|
|
|
&.btn2 {
|
|
|
background: rgba(255, 255, 255, 0.33);
|
|
|
border-radius: 13px;
|