修复下单页面样式问题
This commit is contained in:
parent
d9c1e31312
commit
c448c809cf
|
@ -6,7 +6,7 @@
|
||||||
backgroundColor="#F6F6F6"
|
backgroundColor="#F6F6F6"
|
||||||
>
|
>
|
||||||
<widget-tips text="保险公司承保,人身财产,双重保障,下单无忧!" />
|
<widget-tips text="保险公司承保,人身财产,双重保障,下单无忧!" />
|
||||||
<view class="form-container">
|
<view class="create-order-container">
|
||||||
<view class="form-widget-group">
|
<view class="form-widget-group">
|
||||||
<view class="widget-item" @click="selectAddress">
|
<view class="widget-item" @click="selectAddress">
|
||||||
<text class="iconfont icon-dingwei icon"></text>
|
<text class="iconfont icon-dingwei icon"></text>
|
||||||
|
@ -173,7 +173,7 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
.form-container {
|
.create-order-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 16rpx;
|
margin-top: 16rpx;
|
||||||
padding-bottom: 120rpx;
|
padding-bottom: 120rpx;
|
||||||
|
|
Loading…
Reference in New Issue