This commit is contained in:
kbing1981 2024-06-27 21:03:35 +08:00
parent f8ca2302ad
commit 363a01f341
1 changed files with 12 additions and 10 deletions

View File

@ -11,7 +11,7 @@
</view>
<view class="head-bottom margin-left-sm">
<view class="flex head-title-right">
<view class="margin-right-xs text-df u-skeleton-fillet head-title">
<view class="margin-right-xs u-skeleton-fillet head-title">
{{orderXm.title}}
</view>
@ -1277,11 +1277,12 @@
background-color: #ffffff;
border-radius: 24rpx;
padding: 29rpx;
margin-top: 10px;
}
.pay-title{
font-weight: bold;
font-size: 28rpx;
font-size: 38rpx;
color: #333333;
margin-bottom: 5px;
}
@ -1313,6 +1314,7 @@
display: flex;
flex-direction: column;
position: relative;
margin: 8px auto;
}
.detail-foot-title{
width: 115px;
@ -1321,7 +1323,7 @@
background-repeat: no-repeat;
background-size: 100% 100%;
font-weight: 400;
font-size: 12px;
font-size: 13px;
color: #FFFFFF;
text-align: right;
line-height: 32px;
@ -1391,8 +1393,8 @@
}
.detail-foot-list-top span:nth-child(3){
font-weight: 400;
font-size: 22rpx;
color: #777777;
font-size: 28rpx;
color: #029d88;
}
.detail-foot-mian{
@ -2002,12 +2004,12 @@
margin: 0 auto;
text-align: center;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
height:68rpx;
border-radius: 60rpx;
height:80rpx;
border-radius: 80rpx;
color: #ffffff;
line-height: 68rpx;
line-height: 80rpx;
font-size: 32rpx;
}
.serverAddress {
display: flex;
justify-content: space-between;