Commit de9bda43 authored by youjie's avatar youjie

no message

parent 93b46afd
<style scoped> <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 { .commonOrderForm {
position: fixed; position: fixed;
left: 0; left: 0;
...@@ -294,28 +263,17 @@ ...@@ -294,28 +263,17 @@
</p> </p>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4" v-if="couponData"> <el-col :span="4">
<div class="coupon-form"> <span v-if="couponData" style="color: green;">
<div class="coupon-left"> 优惠活动: {{couponData.CouponsName}}
<p> 满{{couponData.UseCondition}}元可用
{{couponData.Denomination}} <template v-if="couponData.CouponsType==1">抵用券</template>
<span style="font-size: 16px;font-weight: bold;"></span> <template v-if="couponData.CouponsType==2">折扣券</template>
</p> {{couponData.Denomination}}
<p> </span>
<span></span> <span v-else style="color: red;">
{{couponData.UseCondition}} 当前报名不参与公司任何优惠活动
<span style="font-size: 16px;font-weight: bold;"></span> </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> </el-col>
</el-row> </el-row>
<div style="width: 100%; border-top: 1px dashed #ccc; margin-bottom: 25px"></div> <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