This commit is contained in:
kbing1981 2024-07-01 21:17:17 +08:00
parent f7a2f0dbd4
commit 165fa09cf4
2 changed files with 54 additions and 27 deletions

View File

@ -38,10 +38,10 @@
<span class="shouyi-text">{{item.km}}km</span>
</view>
</view>
<view class="mian-foot-dan shouyi-text">
<view class="mian-foot-dan shouyi-text od-number">
订单编号 : {{item.ordersNo}}
</view>
<view class="mian-foot-adder shouyi-text">
<view class="mian-foot-adder shouyi-text add-text">
服务地址 : {{item.address}}
</view>
<view class="mian-bottom">
@ -208,9 +208,10 @@
flex-direction: row;
align-items: center;
justify-content: space-between;
margin-top: 8rpx;
}
.mian-foot-adder{
margin: 2px 0px;
margin: 3px 0px;
}
.mian-dingwei image{
width: 18.75rpx;
@ -236,19 +237,20 @@
margin-bottom: 5px;
}
.mian-foot-list{
width: 75%;
width: 73%;
display: flex;
flex-direction: column;
}
.mian-foot-img image{
.mian-foot-img image{
width: 100%;
height: 100%;
border-radius: 20rpx;
}
.mian-foot-img{
width: 158rpx;
height: 188rpx;
width: 160rpx;
height: 160rpx;
background: #E6E6E6;
border-radius: 14rpx;
border-radius: 30rpx;
}
.mian-foot{
@ -260,7 +262,7 @@
}
.shouyi-text{
color: #7D7D7D;
font-size: 22rpx;
font-size: 26rpx;
}
.mian-head-time span:nth-child(2){
color: #11957C;
@ -271,7 +273,7 @@
flex-direction: row;
align-items: center;
font-weight: 400;
font-size: 25rpx;
font-size: 26rpx;
}
.mian-head-biao{
width: 130rpx;
@ -297,11 +299,12 @@
.mian-view{
width: 95%;
background-color: #fff;
padding: 10px;
padding: 12px;
border-radius: 24rpx;
display: flex;
flex-direction: column;
margin-top: 10px;
margin: 26rpx auto;
}
.mian{
width: 100%;
@ -352,7 +355,7 @@
width: 100%;
height: 300rpx;
padding: 15px;
background:#fff url('../../static/index/fun_banner4.png');
background:#f5f5f5 url('../../static/index/fun_banner4.png');
background-repeat: no-repeat;
background-size: 100% 100%;
display: flex;
@ -364,4 +367,12 @@
height: 100vh;
background-color: #f7f7f7;
}
.od-number{
font-size: 24rpx;
color: #7ea866;
}
.add-text{
font-size: 26rpx;
color: #999;
}
</style>

View File

@ -11,7 +11,7 @@
</view>
<view class="header-top-btn" @click="wangqi">往期积分</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-text">当前积分</view>
</view>
@ -52,10 +52,10 @@
<span class="shouyi-text">{{item.km}}km</span>
</view>
</view>
<view class="mian-foot-dan shouyi-text">
<view class="mian-foot-dan od-number">
订单编号 : {{item.ordersNo}}
</view>
<view class="mian-foot-adder shouyi-text">
<view class="mian-foot-adder shouyi-text add-text">
服务地址 : {{item.accomplishAddress}}
</view>
<view class="mian-bottom">
@ -332,7 +332,7 @@
<style scoped>
.tapNav-name{
font-weight: bold;
font-size: 28rpx;
font-size: 30rpx;
color: #333333;
}
@ -355,6 +355,7 @@
background-color: #fff;
border-radius: 15rpx;
margin-top: -30px;
padding: 10rpx 0;
}
.tapNav-view{
height: 40px;
@ -483,7 +484,9 @@
margin-bottom: 10px;
}
.view-num{
color: #029D88 !important;
color: #fb672b !important;
font-weight: bold;
font-size: 30rpx;
}
.mian-bottom{
width: 100%;
@ -491,9 +494,10 @@
flex-direction: row;
align-items: center;
justify-content: space-between;
margin-top: 8rpx;
}
.mian-foot-adder{
margin: 2px 0px;
margin: 3px 0px;
}
.mian-dingwei image{
width: 18.75rpx;
@ -519,26 +523,27 @@
margin-bottom: 5px;
}
.mian-foot-list{
width: 75%;
width: 73%;
display: flex;
flex-direction: column;
}
.mian-foot-img image{
width: 100%;
height: 100%;
border-radius: 20rpx;
}
.mian-foot-img{
width: 158rpx;
height: 188rpx;
width: 160rpx;
height: 160rpx;
background: #E6E6E6;
border-radius: 14rpx;
border-radius: 30rpx;
}
.mian-foot{
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.mian-list-top-time span{
@ -592,8 +597,8 @@
}
.view-title-left-text{
font-weight: 400;
font-size: 25rpx;
color: #333333;
font-size: 28rpx;
color: #019c88;
margin-left: 5px;
}
.view-title-left-shuxian{
@ -685,4 +690,15 @@
background-color: #f7f7f7;
overflow: scroll;
}
.od-number{
font-size: 24rpx;
color: #7ea866;
}
.add-text{
font-size: 26rpx;
color: #999;
}
.mian-bottom-xiang{
color: #7D7D7D;
}
</style>