This commit is contained in:
parent
5939ffa7b7
commit
8c4917f335
|
@ -53,7 +53,7 @@
|
|||
服务地址 : {{item.address}}
|
||||
</view>
|
||||
<view class="mian-bottom">
|
||||
<view class="mian-bottom-xiang shouyi-text">项目金额 : ¥{{item.priceTotal}}</view>
|
||||
<view class="shouyi-text">项目金额 : ¥{{item.priceTotal}}</view>
|
||||
<view class="mian-bottom-shou">
|
||||
<span class="shouyi-text">本单收益: </span>
|
||||
<span class="shouyi-text" style="color: #FF6000;font-weight: bold;">¥{{item.artificerMoneyTotal}}</span>
|
||||
|
@ -217,6 +217,7 @@
|
|||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-top: 8rpx;
|
||||
font-size: ;
|
||||
}
|
||||
.mian-foot-adder{
|
||||
margin: 3px 0px;
|
||||
|
@ -345,11 +346,9 @@
|
|||
.header-text1{
|
||||
font-weight: 400;
|
||||
font-size: 24rpx;
|
||||
color: #019c88;
|
||||
color: #fff;
|
||||
margin-right: 8rpx;
|
||||
border-radius: 30rpx;
|
||||
background: #fff;
|
||||
padding: 1rpx 10rpx;
|
||||
}
|
||||
.header-top-left{
|
||||
margin-top: -10rpx;
|
||||
|
|
Loading…
Reference in New Issue