|
@@ -16,7 +16,7 @@
|
|
|
<u-icon name="arrow-down" @click="item.showMore=true" class="iconBtn" size="22px" color="#999"
|
|
|
v-else></u-icon>
|
|
|
<view class="title">
|
|
|
- {{item.costType | getDictLab(that)}}: <span>¥{{item.amount}}
|
|
|
+ {{item.costType | getDictLab(that)}}: <span><text class="txt">¥{{item.amount}}</text>
|
|
|
<text class="status s1" v-if='item.status==1'>
|
|
|
已支付
|
|
|
</text>
|
|
@@ -576,32 +576,35 @@
|
|
|
margin-bottom: 16rpx;
|
|
|
|
|
|
span {
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+
|
|
|
+ .txt {
|
|
|
color: #FA5555;
|
|
|
font-weight: 600;
|
|
|
- position: relative;
|
|
|
+ }
|
|
|
|
|
|
- .status {
|
|
|
- width: 50px;
|
|
|
- padding: 3px 3px 10px 3px;
|
|
|
- text-align: center;
|
|
|
- font-size: 13px;
|
|
|
- color: #fff;
|
|
|
- background-color: #09C700;
|
|
|
- border-radius: 11px;
|
|
|
- position: absolute;
|
|
|
- right: -50px;
|
|
|
- top: -10px;
|
|
|
- transform: scale(0.8);
|
|
|
-
|
|
|
- &.s1 {
|
|
|
- background: url('@/static/imgs/paySuccess.png') no-repeat;
|
|
|
- background-size: 100%;
|
|
|
- }
|
|
|
+ .status {
|
|
|
+ width: 50px;
|
|
|
+ padding: 3px 3px 10px 3px;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 13px;
|
|
|
+ color: #fff;
|
|
|
+ background-color: #09C700;
|
|
|
+ border-radius: 11px;
|
|
|
+ position: absolute;
|
|
|
+ right: -50px;
|
|
|
+ top: -10px;
|
|
|
+ transform: scale(0.8);
|
|
|
+
|
|
|
+ &.s1 {
|
|
|
+ background: url('@/static/imgs/paySuccess.png') no-repeat;
|
|
|
+ background-size: 100%;
|
|
|
+ }
|
|
|
|
|
|
- &.s2 {
|
|
|
- background: url('@/static/imgs/payerror.png') no-repeat;
|
|
|
- background-size: 100%;
|
|
|
- }
|
|
|
+ &.s2 {
|
|
|
+ background: url('@/static/imgs/payerror.png') no-repeat;
|
|
|
+ background-size: 100%;
|
|
|
}
|
|
|
}
|
|
|
}
|