|
@@ -61,6 +61,14 @@
|
|
|
<view class="fukuan mr-10">去付款</view>
|
|
|
<view class="fukuan">去付款</view>
|
|
|
</view>
|
|
|
+ <view style="position: absolute;right: 20px;" v-if="typeclick==5">
|
|
|
+ <view class="genghuan mr-10">更换</view>
|
|
|
+ <!-- <view class="genghuan">取出</view> -->
|
|
|
+ </view>
|
|
|
+ <view style="position: absolute;right: 20px;" v-if="typeclick==6">
|
|
|
+ <view class="genghuan mr-10">更换</view>
|
|
|
+ <view class="genghuan">取出</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -229,6 +237,8 @@
|
|
|
.jiarugouwuche image{width: 28px !important;height:28px !important;}
|
|
|
.qiangwang{width: 100px;height: 28px;background: #303440;border: 1px solid white;font-size: 13px;
|
|
|
text-align: center;color: white;line-height: 28px;border-radius: 5px;margin-top: 30px;}
|
|
|
- .fukuan{color:white;font-size: 15px;background: #303440;padding:4px 15px 4px 15px;border-radius: 40px;}
|
|
|
+ .fukuan{color:white;font-size: 14px;background: #303440;padding:4px 15px 4px 15px;border-radius: 40px;}
|
|
|
.shanchu{width: 25px;height:25px;float: right;}
|
|
|
+ .genghuan{color:#EBEBEB;font-size: 14px;background: #303440;border-radius: 6px;width: 60px;height: 27px;
|
|
|
+ border:1px solid #EBEBEB;text-align: center;line-height: 27px;margin-top: 8px;}
|
|
|
</style>
|