diff --git a/pages/index/previousPoints.vue b/pages/index/previousPoints.vue
index 526a21f..d99ac1d 100644
--- a/pages/index/previousPoints.vue
+++ b/pages/index/previousPoints.vue
@@ -2,21 +2,34 @@
- 序号
+ 序号
{{index+1}}
- 获取时间
+ 获取时间
{{item.jftime}}
- 获取积分
+ 获取积分
{{item.jifen}}
@@ -112,15 +125,15 @@
- 序号
+ 序号
{{index+1}}
- 获取时间
+ 获取时间
{{item.jftime}}
- 获取积分
+ 获取积分
{{item.jifen}}
@@ -386,15 +399,13 @@
margin-bottom: 10px;
}
.tapNav-list{
- width: 96%;
+ width:100%;
margin: 0 auto;
display: flex;
flex-direction:row;
align-items: center;
justify-content: space-between;
background-color: #fff;
- border-radius: 15rpx;
- margin-top: -30px;
padding: 10rpx 0;
}
.tapNav-view{
@@ -494,13 +505,12 @@
display: flex;
flex-direction: column;
}
- .table-view span{
- font-weight: 400;
- font-size: 19rpx;
- color: #666666;
- }
.table-view span:nth-child(1){
font-weight: bold;
+ font-size:26rpx;
+ }
+ .table-view span:nth-child(2){
+ font-size:26rpx;
}
.table-view span{
margin-bottom: 15px;
@@ -559,7 +569,7 @@
margin-bottom: 5px;
}
.mian-foot-list{
- width: 75%;
+ width: 73%;
display: flex;
flex-direction: column;
}
@@ -666,35 +676,38 @@
display: flex;
flex-direction: column;
}
+ .header-bottom{
+ display: flex;
+ align-items: end;
+ }
.header-bottom-money{
font-weight: bold;
font-size: 49rpx;
- color: #FFFFFF;
+ color: #00b198;
+ margin-bottom: 3px;
}
.header-top-btn{
width: 174rpx;
height: 49rpx;
- line-height: 49rpx;
+ line-height: 46rpx;
text-align: center;
font-size: 26rpx;
- color: #333333;
- background: #FFFFFF;
+ background: linear-gradient(90deg, #019C88, #0FA78B, #35C495);
border-radius: 24rpx;
+ color: #fff;
}
.header-text{
font-weight: 400;
font-size: 26rpx;
- color: #FFFFFF;
+ color: #00b198;
margin-right: 8rpx;
}
.header-text1{
font-weight: 400;
font-size: 24rpx;
- color: #019c88;
+ color: #00b198;
margin-right: 8rpx;
border-radius: 30rpx;
- background: #fff;
- padding: 1rpx 10rpx;
}
.header-top-left image{
width: 24.31rpx;
@@ -702,27 +715,28 @@
margin-right: 2px;
margin-top: 3px;
}
- .header-top-left{
- display: flex;
- flex-direction: row;
- align-items: center;
+ ..header-top-left{
+ margin-top:40rpx;
+ text-align: right;
}
.header-top{
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
+ margin-bottom: 10px;
}
.header{
width: 100%;
- height: 300rpx;
- padding: 5px 20px;
- background:#f7f7f7f7 url('../../static/index/fun_banner4.png');
+ height: 280rpx;
+ padding: 15px;
+ background:#f7f7f7 url('../../static/index/technician15.png');
background-repeat: no-repeat;
- background-size: 100% 100%;
+ background-size: 100%;
display: flex;
flex-direction: column;
justify-content: space-around;
+ /*border-radius: 24rpx;*/
}
.content{
width: 100%;