【fix】更换背景图片

This commit is contained in:
dong.ai
2025-12-01 11:35:44 +08:00
parent 747f6e55d9
commit 5002a73e00
3 changed files with 15 additions and 19 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 KiB

View File

@@ -50,9 +50,7 @@
riskFactor riskFactor
) )
" "
input-width="100"
:async-change="true" :async-change="true"
:integer="false"
/> />
</div> </div>
</div> </div>
@@ -172,9 +170,7 @@
) )
" "
@focus="focusStep" @focus="focusStep"
input-width="200"
:async-change="true" :async-change="true"
:integer="false"
/> />
<van-checkbox <van-checkbox
v-model="dutyItem.necess" v-model="dutyItem.necess"

View File

@@ -1,7 +1,7 @@
<template> <template>
<div> <div>
<div id="capture" ref="generateImg" style="height: 100vh; overflow: hidden"> <div id="capture" ref="generateImg" style="height: 100vh; overflow: hidden">
<img src="@/assets/images/list_img.png" alt="" /> <img src="@/assets/images/list_img1.png" alt="" />
<div class="box"> <div class="box">
<div class="title"> <div class="title">
<p class="organ">{{ orderList.manageComNameFull }}</p> <p class="organ">{{ orderList.manageComNameFull }}</p>
@@ -169,8 +169,8 @@ img {
position: absolute; position: absolute;
width: 100%; width: 100%;
// left: 30%; // left: 30%;
top: 24%; top: 16%;
font-weight: bold; font-weight: 500;
p { p {
display: flex; display: flex;
@@ -178,21 +178,21 @@ img {
} }
.organ { .organ {
font-size: 12px; font-size: 13px;
color: #333333; color: #FFB870;
} }
.name { .name {
font-size: 17px; font-size: 32px;
color: #333333; color: #FFB870;
} }
} }
.pName { .pName {
position: absolute; position: absolute;
top: 44%; top: 46%;
font-size: 15px; font-size: 15px;
color: #B1170C; color: #D31300;
width: 100%; width: 100%;
display: flex; display: flex;
justify-content: center; justify-content: center;
@@ -201,9 +201,9 @@ img {
.type { .type {
font-size: 22px; font-size: 22px;
color: #B1170C; color: #D31300;
position: absolute; position: absolute;
top: 53%; top: 55%;
width: 100%; width: 100%;
display: flex; display: flex;
justify-content: center; justify-content: center;
@@ -211,9 +211,9 @@ img {
.yuan { .yuan {
font-size: 30px; font-size: 30px;
color: #B1170C; color: #D31300;
position: absolute; position: absolute;
top: 67%; top: 68%;
width: 100%; width: 100%;
text-align: center; text-align: center;
display: inline-block; display: inline-block;
@@ -227,9 +227,9 @@ img {
.time { .time {
font-size: 14px; font-size: 14px;
color: #333333; color: #CA892C;
position: absolute; position: absolute;
top: 85%; top: 84%;
width: 100%; width: 100%;
display: flex; display: flex;
justify-content: center; justify-content: center;