You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
152 lines
3.7 KiB
152 lines
3.7 KiB
<template>
|
|
<view>
|
|
<view class="width100 height180 backcor008 fotct">
|
|
<image class="imageIcon mart15" src="../../../static/img/succes.png"></image>
|
|
<view class="fcorfff font15 mart10">已支付</view>
|
|
<view class="fcor333 font24 width90 height55 backcorfff mart20 fotct fontwig6">
|
|
<text class="font15">¥</text>499.27
|
|
</view>
|
|
<view class="width90 height25">
|
|
<image class="width100 height25" style="height: 17px;" src="../../../static/img/suline1.png"></image>
|
|
</view>
|
|
</view>
|
|
<view class="width90 line1" style="margin-bottom: 1px;"></view>
|
|
<image class="width90 height25" style="height: 17px;" src="../../../static/img/suline2.png"></image>
|
|
<view class="width90 height50 fcor333 fontwig6 font16 backcorfff" style="margin-top: -4px;">
|
|
<text class="paddleft10">加油订单</text>
|
|
</view>
|
|
<view class="width90 mart1 height50 backcorfff mart1 fcor666 font14">
|
|
<view class="width30 flleft">
|
|
<text class="paddleft10">交易单号</text>
|
|
</view>
|
|
<view class="width70 flright text1 fotrt">
|
|
<text class="paddtright10">342342342433</text>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="width90 mart1 height50 backcorfff mart1 fcor666 font14">
|
|
<view class="width30 flleft">
|
|
<text class="paddleft10">油站名称</text>
|
|
</view>
|
|
<view class="width70 flright text1 fotrt">
|
|
<text class="paddtright10">发生发生范德萨发</text>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="width90 mart1 height50 backcorfff mart1 fcor666 font14">
|
|
<view class="width30 flleft">
|
|
<text class="paddleft10">下单时间</text>
|
|
</view>
|
|
<view class="width70 flright text1 fotrt">
|
|
<text class="paddtright10">2021-02-23 12:23:34</text>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="width90 mart1 height50 backcorfff mart1 fcor666 font14">
|
|
<view class="width30 flleft">
|
|
<text class="paddleft10">支付时间</text>
|
|
</view>
|
|
<view class="width70 flright text1 fotrt">
|
|
<text class="paddtright10">2021-02-23 12:23:34</text>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="width90 mart1 height50 backcorfff mart1 fcor666 font14">
|
|
<view class="width30 flleft">
|
|
<text class="paddleft10">加油金额</text>
|
|
</view>
|
|
<view class="width70 flright text1 fotrt">
|
|
<text class="paddtright10">¥500.00</text>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="width90 mart1 height50 backcorfff mart1 fcor666 font14" style="border-radius: 0 0 10px 10px;">
|
|
<view class="width30 flleft">
|
|
<text class="paddleft10">立即优惠</text>
|
|
</view>
|
|
<view class="width70 flright text1 fotrt">
|
|
<text class="paddtright10">¥0.73</text>
|
|
</view>
|
|
</view>
|
|
<view class="width90 font13 fcor999 mart10">
|
|
*本站不支持电子发票,如需发票请到加油站前台索取
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {
|
|
|
|
}
|
|
},
|
|
methods: {
|
|
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style lang="less">
|
|
page {
|
|
background-color: #f7f7f7;
|
|
}
|
|
|
|
.imageIcon {
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
|
|
.height55 {
|
|
height: 55px;
|
|
line-height: 55px;
|
|
}
|
|
|
|
.cro {
|
|
width: 100%;
|
|
height: 30px;
|
|
background-color: #58C4E6;
|
|
position: relative;
|
|
}
|
|
|
|
.cro_con {
|
|
position: absolute;
|
|
width: 20px;
|
|
height: 20px;
|
|
border: 1px solid #fff;
|
|
z-index: 1;
|
|
background: #fff;
|
|
}
|
|
|
|
.cro_left_top {
|
|
top: -1px;
|
|
left: -1px;
|
|
border-radius: 0 0 20px 0;
|
|
border-bottom: 1px solid #58C4E6;
|
|
border-right: 1px solid #58C4E6;
|
|
}
|
|
|
|
.cro_right_top {
|
|
top: -1px;
|
|
right: -1px;
|
|
border-radius: 0 0 0 20px;
|
|
border-bottom: 1px solid #58C4E6;
|
|
border-left: 1px solid #58C4E6;
|
|
}
|
|
|
|
.cro_left_bottom {
|
|
left: -1px;
|
|
bottom: -1px;
|
|
border-radius: 0 20px 0 0;
|
|
border-top: 1px solid #58C4E6;
|
|
border-right: 1px solid #58C4E6;
|
|
}
|
|
|
|
.cro_right_bottom {
|
|
right: -1px;
|
|
bottom: -1px;
|
|
border-radius: 20px 0 0 0;
|
|
border-top: 1px solid #58C4E6;
|
|
border-left: 1px solid #58C4E6;
|
|
}
|
|
</style>
|
|
|