This commit is contained in:
parent
f7a2f0dbd4
commit
165fa09cf4
|
@ -38,10 +38,10 @@
|
||||||
<span class="shouyi-text">{{item.km}}km</span>
|
<span class="shouyi-text">{{item.km}}km</span>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="mian-foot-dan shouyi-text">
|
<view class="mian-foot-dan shouyi-text od-number">
|
||||||
订单编号 : {{item.ordersNo}}
|
订单编号 : {{item.ordersNo}}
|
||||||
</view>
|
</view>
|
||||||
<view class="mian-foot-adder shouyi-text">
|
<view class="mian-foot-adder shouyi-text add-text">
|
||||||
服务地址 : {{item.address}}
|
服务地址 : {{item.address}}
|
||||||
</view>
|
</view>
|
||||||
<view class="mian-bottom">
|
<view class="mian-bottom">
|
||||||
|
@ -208,9 +208,10 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
margin-top: 8rpx;
|
||||||
}
|
}
|
||||||
.mian-foot-adder{
|
.mian-foot-adder{
|
||||||
margin: 2px 0px;
|
margin: 3px 0px;
|
||||||
}
|
}
|
||||||
.mian-dingwei image{
|
.mian-dingwei image{
|
||||||
width: 18.75rpx;
|
width: 18.75rpx;
|
||||||
|
@ -236,19 +237,20 @@
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
.mian-foot-list{
|
.mian-foot-list{
|
||||||
width: 75%;
|
width: 73%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
.mian-foot-img image{
|
.mian-foot-img image{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
border-radius: 20rpx;
|
||||||
}
|
}
|
||||||
.mian-foot-img{
|
.mian-foot-img{
|
||||||
width: 158rpx;
|
width: 160rpx;
|
||||||
height: 188rpx;
|
height: 160rpx;
|
||||||
background: #E6E6E6;
|
background: #E6E6E6;
|
||||||
border-radius: 14rpx;
|
border-radius: 30rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mian-foot{
|
.mian-foot{
|
||||||
|
@ -260,7 +262,7 @@
|
||||||
}
|
}
|
||||||
.shouyi-text{
|
.shouyi-text{
|
||||||
color: #7D7D7D;
|
color: #7D7D7D;
|
||||||
font-size: 22rpx;
|
font-size: 26rpx;
|
||||||
}
|
}
|
||||||
.mian-head-time span:nth-child(2){
|
.mian-head-time span:nth-child(2){
|
||||||
color: #11957C;
|
color: #11957C;
|
||||||
|
@ -271,7 +273,7 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 25rpx;
|
font-size: 26rpx;
|
||||||
}
|
}
|
||||||
.mian-head-biao{
|
.mian-head-biao{
|
||||||
width: 130rpx;
|
width: 130rpx;
|
||||||
|
@ -297,11 +299,12 @@
|
||||||
.mian-view{
|
.mian-view{
|
||||||
width: 95%;
|
width: 95%;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
padding: 10px;
|
padding: 12px;
|
||||||
border-radius: 24rpx;
|
border-radius: 24rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin-top: 10px;
|
margin: 26rpx auto;
|
||||||
|
|
||||||
}
|
}
|
||||||
.mian{
|
.mian{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -352,7 +355,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 300rpx;
|
height: 300rpx;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
background:#fff url('../../static/index/fun_banner4.png');
|
background:#f5f5f5 url('../../static/index/fun_banner4.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -364,4 +367,12 @@
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
.od-number{
|
||||||
|
font-size: 24rpx;
|
||||||
|
color: #7ea866;
|
||||||
|
}
|
||||||
|
.add-text{
|
||||||
|
font-size: 26rpx;
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
|
@ -11,7 +11,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="header-top-btn" @click="wangqi">往期积分</view>
|
<view class="header-top-btn" @click="wangqi">往期积分</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="header-bottom" style="margin-bottom: 40rpx;">
|
<view class="header-bottom" style="margin-bottom: 50rpx;">
|
||||||
<view class="header-bottom-money">{{sumJf}}<text style="font-size: 23rpx;font-weight: 400;">分</text> </view>
|
<view class="header-bottom-money">{{sumJf}}<text style="font-size: 23rpx;font-weight: 400;">分</text> </view>
|
||||||
<view class="header-text">当前积分</view>
|
<view class="header-text">当前积分</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -52,10 +52,10 @@
|
||||||
<span class="shouyi-text">{{item.km}}km</span>
|
<span class="shouyi-text">{{item.km}}km</span>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="mian-foot-dan shouyi-text">
|
<view class="mian-foot-dan od-number">
|
||||||
订单编号 : {{item.ordersNo}}
|
订单编号 : {{item.ordersNo}}
|
||||||
</view>
|
</view>
|
||||||
<view class="mian-foot-adder shouyi-text">
|
<view class="mian-foot-adder shouyi-text add-text">
|
||||||
服务地址 : {{item.accomplishAddress}}
|
服务地址 : {{item.accomplishAddress}}
|
||||||
</view>
|
</view>
|
||||||
<view class="mian-bottom">
|
<view class="mian-bottom">
|
||||||
|
@ -332,7 +332,7 @@
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.tapNav-name{
|
.tapNav-name{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 28rpx;
|
font-size: 30rpx;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -355,6 +355,7 @@
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 15rpx;
|
border-radius: 15rpx;
|
||||||
margin-top: -30px;
|
margin-top: -30px;
|
||||||
|
padding: 10rpx 0;
|
||||||
}
|
}
|
||||||
.tapNav-view{
|
.tapNav-view{
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
@ -483,7 +484,9 @@
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.view-num{
|
.view-num{
|
||||||
color: #029D88 !important;
|
color: #fb672b !important;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 30rpx;
|
||||||
}
|
}
|
||||||
.mian-bottom{
|
.mian-bottom{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -491,9 +494,10 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
margin-top: 8rpx;
|
||||||
}
|
}
|
||||||
.mian-foot-adder{
|
.mian-foot-adder{
|
||||||
margin: 2px 0px;
|
margin: 3px 0px;
|
||||||
}
|
}
|
||||||
.mian-dingwei image{
|
.mian-dingwei image{
|
||||||
width: 18.75rpx;
|
width: 18.75rpx;
|
||||||
|
@ -519,26 +523,27 @@
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
.mian-foot-list{
|
.mian-foot-list{
|
||||||
width: 75%;
|
width: 73%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
.mian-foot-img image{
|
.mian-foot-img image{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
border-radius: 20rpx;
|
||||||
}
|
}
|
||||||
.mian-foot-img{
|
.mian-foot-img{
|
||||||
width: 158rpx;
|
width: 160rpx;
|
||||||
height: 188rpx;
|
height: 160rpx;
|
||||||
background: #E6E6E6;
|
background: #E6E6E6;
|
||||||
border-radius: 14rpx;
|
border-radius: 30rpx;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mian-foot{
|
.mian-foot{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.mian-list-top-time span{
|
.mian-list-top-time span{
|
||||||
|
@ -592,8 +597,8 @@
|
||||||
}
|
}
|
||||||
.view-title-left-text{
|
.view-title-left-text{
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 25rpx;
|
font-size: 28rpx;
|
||||||
color: #333333;
|
color: #019c88;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
.view-title-left-shuxian{
|
.view-title-left-shuxian{
|
||||||
|
@ -685,4 +690,15 @@
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
.od-number{
|
||||||
|
font-size: 24rpx;
|
||||||
|
color: #7ea866;
|
||||||
|
}
|
||||||
|
.add-text{
|
||||||
|
font-size: 26rpx;
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
|
.mian-bottom-xiang{
|
||||||
|
color: #7D7D7D;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue