parent
05c9fff089
commit
7f5093021e
3 changed files with 47 additions and 28 deletions
@ -1,11 +1,42 @@ |
|||||||
<template> |
<template> |
||||||
<div class="placeOrder"> |
<div class="placeOrder"> |
||||||
下单页面 |
<div class="jz d-flex"> |
||||||
|
<div class="leftDiv"> |
||||||
|
<div class="phoneDiv"> |
||||||
|
<p class="f_14">手机号码:</p> |
||||||
|
<p class="f_14">我们将通过以下手机号码向您发送订单相关信息</p> |
||||||
|
<p class="f_14 phone">17719145652</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="rightDiv">1</div> |
||||||
|
</div> |
||||||
|
|
||||||
</div> |
</div> |
||||||
</template> |
</template> |
||||||
<style lang="less" scoped> |
<style lang="less" scoped> |
||||||
.placeOrder{ |
.placeOrder{ |
||||||
padding-top: 54px; |
padding-top: 54px; |
||||||
background-color: #F6F6F6; |
background-color: #F6F6F6; |
||||||
|
& >.jz{ |
||||||
|
justify-content: space-around; |
||||||
|
.leftDiv{ |
||||||
|
width: 820px; |
||||||
|
.phoneDiv{ |
||||||
|
padding: 15px 25px; |
||||||
|
background-color: #fff; |
||||||
|
margin-bottom: 25px; |
||||||
|
p{ |
||||||
|
margin-bottom: 11px; |
||||||
|
font-weight: 600; |
||||||
|
} |
||||||
|
.phone{ |
||||||
|
color: #999; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
.rightDiv{ |
||||||
|
width: 410px; |
||||||
|
} |
||||||
|
} |
||||||
} |
} |
||||||
</style> |
</style> |
Loading…
Reference in new issue