身份证

This commit is contained in:
小李 2026-03-05 11:12:05 +08:00
parent a092014941
commit 62f9f50d35
2 changed files with 8 additions and 8 deletions

View File

@ -13,28 +13,28 @@
<l-painter-view <l-painter-view
:css="`margin-top:116px;margin-left:75px;position: relative;width:650px;height:360px;background-image: url('/static/image/other/card/cardBGImg.png');background-size:650px 360px;`"> :css="`margin-top:116px;margin-left:75px;position: relative;width:650px;height:360px;background-image: url('/static/image/other/card/cardBGImg.png');background-size:650px 360px;`">
<!-- 头部年月 --> <!-- 头部年月 -->
<l-painter-view :css="`position: absolute;left:124px;top:30px;`"> <l-painter-view :css="`position: absolute;left:122px;top:28px;`">
<l-painter-text :css="data.textCss+data.textCssLeft" :text="data.form.name" /> <l-painter-text :css="data.textCss+data.textCssLeft" :text="data.form.name" />
</l-painter-view> </l-painter-view>
<l-painter-view :css="`position: absolute;left:124px;top:80px;`"> <l-painter-view :css="`position: absolute;left:122px;top:78px;`">
<l-painter-text :css="data.textCss2+data.textCssLeft" :text="data.form.gender" /> <l-painter-text :css="data.textCss2+data.textCssLeft" :text="data.form.gender" />
</l-painter-view> </l-painter-view>
<l-painter-view :css="`position: absolute;left:254px;top:80px;`"> <l-painter-view :css="`position: absolute;left:254px;top:78px;`">
<l-painter-text :css="data.textCss2+data.textCssLeft" :text="data.form.nation" /> <l-painter-text :css="data.textCss2+data.textCssLeft" :text="data.form.nation" />
</l-painter-view> </l-painter-view>
<l-painter-view :css="`position: absolute;left:124px;top:130px;`"> <l-painter-view :css="`position: absolute;left:122px;top:126px;`">
<l-painter-text v-for="(item,index) in data.form.year.toString()" :css="data.textCss3+data.textCssLeft" :text="item" :key="index" /> <l-painter-text v-for="(item,index) in data.form.year.toString()" :css="data.textCss3+data.textCssLeft" :text="item" :key="index" />
</l-painter-view> </l-painter-view>
<l-painter-view :css="`position: absolute;left:184px;top:130px;`"> <l-painter-view :css="`position: absolute;left:184px;top:126px;`">
<l-painter-text :css="data.textCss2+data.textCssCenter" :text="data.form.month.toString()" /> <l-painter-text :css="data.textCss2+data.textCssCenter" :text="data.form.month.toString()" />
</l-painter-view> </l-painter-view>
<l-painter-view :css="`position: absolute;left:244px;top:130px;`"> <l-painter-view :css="`position: absolute;left:244px;top:126px;`">
<l-painter-text :css="data.textCss2+data.textCssCenter" :text="data.form.day.toString()" /> <l-painter-text :css="data.textCss2+data.textCssCenter" :text="data.form.day.toString()" />
</l-painter-view> </l-painter-view>
<l-painter-view :css="`position: absolute;left:124px;top:180px;width:274px;`"> <l-painter-view :css="`position: absolute;left:122px;top:177px;width:274px;`">
<l-painter-text v-for="(item,index) in data.form.address" :css="data.textCss3+data.textCssLeft" :text="item" :key="index"/> <l-painter-text v-for="(item,index) in data.form.address" :css="data.textCss3+data.textCssLeft" :text="item" :key="index"/>
</l-painter-view> </l-painter-view>
<l-painter-view :css="`position: absolute;left:225px;top:304px;`"> <l-painter-view :css="`position: absolute;left:223px;top:300px;`">
<l-painter-text v-for="(item,index) in data.form.idNumber" :css="data.textCss4+data.textCssLeft" :text="item" :key="index"/> <l-painter-text v-for="(item,index) in data.form.idNumber" :css="data.textCss4+data.textCssLeft" :text="item" :key="index"/>
</l-painter-view> </l-painter-view>
<l-painter-view :css="`position: absolute;right:48px;top:55px;`"> <l-painter-view :css="`position: absolute;right:48px;top:55px;`">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 559 KiB

After

Width:  |  Height:  |  Size: 214 KiB