mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-06 16:36:44 +08:00
【fix】更换背景图片
This commit is contained in:
BIN
src/assets/images/list_img1.png
Normal file
BIN
src/assets/images/list_img1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 290 KiB |
@@ -50,9 +50,7 @@
|
||||
riskFactor
|
||||
)
|
||||
"
|
||||
input-width="100"
|
||||
:async-change="true"
|
||||
:integer="false"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -172,9 +170,7 @@
|
||||
)
|
||||
"
|
||||
@focus="focusStep"
|
||||
input-width="200"
|
||||
:async-change="true"
|
||||
:integer="false"
|
||||
/>
|
||||
<van-checkbox
|
||||
v-model="dutyItem.necess"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<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="title">
|
||||
<p class="organ">{{ orderList.manageComNameFull }}</p>
|
||||
@@ -169,8 +169,8 @@ img {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
// left: 30%;
|
||||
top: 24%;
|
||||
font-weight: bold;
|
||||
top: 16%;
|
||||
font-weight: 500;
|
||||
|
||||
p {
|
||||
display: flex;
|
||||
@@ -178,21 +178,21 @@ img {
|
||||
}
|
||||
|
||||
.organ {
|
||||
font-size: 12px;
|
||||
color: #333333;
|
||||
font-size: 13px;
|
||||
color: #FFB870;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 17px;
|
||||
color: #333333;
|
||||
font-size: 32px;
|
||||
color: #FFB870;
|
||||
}
|
||||
}
|
||||
|
||||
.pName {
|
||||
position: absolute;
|
||||
top: 44%;
|
||||
top: 46%;
|
||||
font-size: 15px;
|
||||
color: #B1170C;
|
||||
color: #D31300;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@@ -201,9 +201,9 @@ img {
|
||||
|
||||
.type {
|
||||
font-size: 22px;
|
||||
color: #B1170C;
|
||||
color: #D31300;
|
||||
position: absolute;
|
||||
top: 53%;
|
||||
top: 55%;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@@ -211,9 +211,9 @@ img {
|
||||
|
||||
.yuan {
|
||||
font-size: 30px;
|
||||
color: #B1170C;
|
||||
color: #D31300;
|
||||
position: absolute;
|
||||
top: 67%;
|
||||
top: 68%;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
@@ -227,9 +227,9 @@ img {
|
||||
|
||||
.time {
|
||||
font-size: 14px;
|
||||
color: #333333;
|
||||
color: #CA892C;
|
||||
position: absolute;
|
||||
top: 85%;
|
||||
top: 84%;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user