Commit da5c6af3 authored by xd's avatar xd

样式修改

parent 200d61da
...@@ -201,56 +201,12 @@ ...@@ -201,56 +201,12 @@
/> />
</template> </template>
</van-cell> </van-cell>
<!-- <van-cell title="优惠券类型" style="font-size:14px;" class="type">
<template slot="default">
<van-radio-group v-model="prizeList[index].type" class="right">
<van-radio name="1" style="float:left;">代金券</van-radio>
<van-radio name="2" style="float:right;">折扣券</van-radio>
</van-radio-group>
</template>
<div class="mj">
<div class="je">
<van-field
class="tm"
readonly
clickable
:value="prizeList[index].discountsMoney"
@touchstart.native.stop="prizeList[index].discountsShow = true"
placeholder="输入金额"
/>
<van-number-keyboard
v-model="prizeList[index].discountsMoney"
:show="prizeList[index].discountsShow"
@blur="prizeList[index].discountsShow = false"
/>
</div>
<span class="word">元优惠</span>
<van-checkbox v-model="prizeList[index].full"></van-checkbox>
<span class="word">满</span>
<div class="je">
<van-field
class="tm"
readonly
clickable
:value="prizeList[index].fullMoney"
@touchstart.native.stop="prizeList[index].fullShow = true"
placeholder="输入金额"
/>
<van-number-keyboard
v-model="prizeList[index].fullMoney"
:show="prizeList[index].fullShow"
@blur="prizeList[index].fullShow = false"
/>
</div>
<span class="word end">元可用</span>
</div>
</van-cell> -->
<div class="yhType"> <div class="yhType">
<div class="yhbr"> <div class="yhbr">
<div class="top"> <div class="top">
<span style="color:#2d476a;">优惠券类型</span> <span style="color:#2d476a;">优惠券类型</span>
<van-radio-group v-model="prizeList[index].type" class="right"> <van-radio-group v-model="prizeList[index].type" class="right">
<van-radio name="1" style="float:left;">代金券</van-radio> <van-radio name="1" style="float:left;margin-right:10px;">代金券</van-radio>
<van-radio name="2" style="float:right;">折扣券</van-radio> <van-radio name="2" style="float:right;">折扣券</van-radio>
</van-radio-group> </van-radio-group>
</div> </div>
......
<template> <template>
<div class="container"> <div class="container">
<div class="img"> <div class="img">
<van-uploader class="upload"> <van-uploader class="upload" v-model="bannerList">
<div class="circle"> <div class="circle">
<span class="add">+</span> <span class="add">+</span>
</div> </div>
...@@ -44,7 +44,8 @@ export default { ...@@ -44,7 +44,8 @@ export default {
return { return {
name: "", name: "",
floor: "", floor: "",
fileList: [] fileList: [],
bannerList:[]
}; };
} }
}; };
......
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