🎨 style: 优化样式

This commit is contained in:
wangsongsole 2023-11-22 15:34:01 +08:00
parent 503ee2718a
commit d1c3634be9
2 changed files with 3 additions and 3 deletions

View File

@ -87,7 +87,7 @@ body {
#redPacketsViews .bt {
height: 1.8rem;
line-height: 2.3rem;
line-height: 2.6rem;
text-align: center;
}
#redPacketsViews .title {

View File

@ -45,12 +45,12 @@
<span>{{goodsInfo.entity.cash_amount_type==='1'?'固额红包':'随机红包'}}</span>
</p>
<p class="bt" v-show="goodsInfo.available==9">
<img src='https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/redPacktes/common_btn_receive.png'
<img src='https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/_h-common_btn_receive@2x.png'
alt='' />
</p>
</div>
<div class="form">
<template v-show="goodsInfo.available==1">
<template v-if="goodsInfo.available==1">
<input type="text" placeholder="请输入真实姓名" class="f-input" v-model="form.receive_name" maxlength="6">
<input type="text" placeholder="请输入支付宝账号" class="f-input" v-model="form.receive_account">
<p class="f-prompt">您可在支付宝的个人信息中查看【支付宝账号】</p>