diff --git a/pages/wyPromotion/wyPromotion.vue b/pages/wyPromotion/wyPromotion.vue
index 9384e21..033ba65 100644
--- a/pages/wyPromotion/wyPromotion.vue
+++ b/pages/wyPromotion/wyPromotion.vue
@@ -34,7 +34,7 @@
- -
+
-
{{item.add_time}}
@@ -71,7 +71,7 @@
"Type": 0
}]
},
- modellist:[]
+ modellist: []
}
},
onLoad(item) {
@@ -91,10 +91,10 @@
ShowMoneyList() {
this.API.GetMoneyList(this.moneymodel).then(res => {
console.log('提现数据', res)
- res.data.data.rows.forEach((item,index)=>{
- item.add_time=utils.formatTime(item.add_time,"yyyy-MM-dd HH:mm:ss")
+ res.data.data.rows.forEach((item, index) => {
+ item.add_time = utils.formatTime(item.add_time, "yyyy-MM-dd HH:mm:ss")
})
- this.modellist=res.data.data.rows
+ this.modellist = res.data.data.rows
})
}
},
@@ -114,7 +114,6 @@
background-size: 100% 100%;
z-index: -1;
}
-
/* 根属性 */
.whole {
display: flex;
@@ -123,25 +122,21 @@
/* background-color: #008000; */
/* justify-content: center; */
}
-
.withdrawableCash {
color: #FFA36E;
font-size: 21rpx !important;
/* background-color: #007AFF; */
}
-
.x {
font-size: 60rpx;
color: #FFA36E;
}
-
/* 进度球 */
.progressBall {
margin: 50rpx auto;
/* width: 276rpx; */
/* height: 276rpx; */
}
-
/* .uni-view{
background-color: #007AFF !important;
} */
@@ -149,15 +144,16 @@
.applicationEmbodiment {
width: 214rpx;
height: 60rpx;
- background-color: #1f1f1f;
+ background-color: #f5eab3;
text-align: center;
line-height: 60rpx;
- color: #FFFFFF;
+ color: #000;
margin: 0 auto;
border-radius: 30rpx;
- font-size: 22rpx;
+ font-size: 16px;
+ box-shadow: 0 0 3px #f5eab3;
+ border: 2px solid #f5eab3;
}
-
/* 体现明细 */
.withdrawalDetails {
width: 100%;
@@ -165,12 +161,10 @@
background-color: #1f1f1f;
text-align: center;
line-height: 84rpx;
+ margin-top: 20px;
color: #FFFFFF;
- margin: 52rpx auto;
- margin-bottom: 0;
- font-size: 22rpx;
+ font-size: 22px;
}
-
/* 时间/金额/状态 */
.end-title {
display: flex;
@@ -179,11 +173,11 @@
align-items: center;
background-color: #1f1f1f;
color: #a59e7a;
- font-size: 21rpx;
+ font-size: 14px;
width: 100%;
height: 84rpx;
+ line-height: 84rpx;
}
-
/* .end-title view{
flex-grow: 1;
text-align: center;
@@ -196,11 +190,10 @@
border-left: #f5eab3 2rpx solid;
/* text-align: center; */
flex: 1;
- height: 40rpx;
- /* border-bottom: 2rpx solid #f5eab3; */
+ height: 30px;
+ line-height: 30px;
color: #FFFFFF;
}
-
/* 状态明细 */
/* .detailed{
width: 100%;
@@ -211,35 +204,34 @@
margin: 0;
padding: 0;
width: 100%;
- height: 50rpx;
+ height: 28px;
+ line-height: 28px;
/* background-color: #007AFF; */
/* flex-direction: column; */
/* align-items: center; */
list-style: none;
justify-content: center;
}
-
.li {
/* background-color: #007AFF; */
display: flex;
justify-content: space-around;
align-items: center;
font-size: 22rpx;
+ line-height: 28px;
+ border-bottom: 1px solid #808080;
/* padding-top: 5px; */
/* text-align: center; */
/* margin: 0 auto; */
}
-
.time {
flex: 1;
background-color: #1F1F1F;
text-align: center;
}
-
.textcolor {
color: #FFFFFF;
}
-
.textcolor-x {
color: #FDC56A;
}