|
|
|
@ -145,7 +145,7 @@
|
|
|
|
|
:style="{
|
|
|
|
|
display: 'block',
|
|
|
|
|
position: 'relative',
|
|
|
|
|
top: `${-fotSize * spanWrap * bi}px`,
|
|
|
|
|
top: `${20 - fotSize * spanWrap * bi}px`,
|
|
|
|
|
left: `${50 * bi}px`,
|
|
|
|
|
width: `${110 * bi}px`,
|
|
|
|
|
height: `${110 * bi}px`,
|
|
|
|
@ -157,7 +157,7 @@
|
|
|
|
|
src="/subject_lindidiaocha/choose.png"
|
|
|
|
|
:style="{
|
|
|
|
|
position: 'relative',
|
|
|
|
|
top: `${(-100 - fotSize * spanWrap) * bi}px`,
|
|
|
|
|
top: `${(-80 - fotSize * spanWrap) * bi}px`,
|
|
|
|
|
width: `${80 * bi}px`,
|
|
|
|
|
height: `${90 * bi}px`,
|
|
|
|
|
zIndex: 2,
|
|
|
|
@ -169,7 +169,12 @@
|
|
|
|
|
<div class="subject_bottom">
|
|
|
|
|
<img src="/subject_lindidiaocha/bottom.png" />
|
|
|
|
|
<span>
|
|
|
|
|
版权所有:临沂市自然资源和规划局
|
|
|
|
|
{{
|
|
|
|
|
VITE_GLOB_APP_MANAGEMENT_UNIT
|
|
|
|
|
? VITE_GLOB_APP_MANAGEMENT_UNIT
|
|
|
|
|
: t('sys.subject.bottom_copyright2')
|
|
|
|
|
}}
|
|
|
|
|
|
|
|
|
|
{{
|
|
|
|
|
VITE_GLOB_APP_TECHINICAL_SUPPORT
|
|
|
|
|
? VITE_GLOB_APP_TECHINICAL_SUPPORT
|
|
|
|
|