Commit de9bda43 authored by youjie's avatar youjie

no message

parent 93b46afd
<style scoped>
.coupon-form{
border-radius: 24px;
background: #d1d1d1;
overflow: hidden;
display: flex;
text-align: center;
}
.coupon-left{
flex-grow: 1;
background: #EE727D;
color: #fff;
padding: 10px 10px;
font-size: 14px;
}
.coupon-left p:first-child{
font-size: 16px;
font-weight: bold;
}
.coupon-right{
width: 150px;
flex-shrink: 0;
padding: 10px 10px;
font-size: 14px;
}
.coupon-right span{
color: #000;
}
.coupon-right p:first-child{
font-size: 18px;
font-weight: bold;
}
.commonOrderForm {
position: fixed;
left: 0;
......@@ -294,28 +263,17 @@
</p>
</el-form-item>
</el-col>
<el-col :span="4" v-if="couponData">
<div class="coupon-form">
<div class="coupon-left">
<p>
{{couponData.Denomination}}
<span style="font-size: 16px;font-weight: bold;"></span>
</p>
<p>
<span></span>
{{couponData.UseCondition}}
<span style="font-size: 16px;font-weight: bold;"></span>
<span>可用</span>
</p>
</div>
<div class="coupon-right">
<p>{{couponData.CouponsName}}</p>
<p>
<template v-if="couponData.CouponsType==1">抵用券</template>
<template v-if="couponData.CouponsType==2">折扣券</template>
</p>
</div>
</div>
<el-col :span="4">
<span v-if="couponData" style="color: green;">
优惠活动: {{couponData.CouponsName}}
满{{couponData.UseCondition}}元可用
<template v-if="couponData.CouponsType==1">抵用券</template>
<template v-if="couponData.CouponsType==2">折扣券</template>
{{couponData.Denomination}}
</span>
<span v-else style="color: red;">
当前报名不参与公司任何优惠活动
</span>
</el-col>
</el-row>
<div style="width: 100%; border-top: 1px dashed #ccc; margin-bottom: 25px"></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment