update lasttime
BIN
src/assets/images/index/logo.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 365 KiB After Width: | Height: | Size: 358 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 754 B After Width: | Height: | Size: 713 B |
|
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.0 KiB |
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 6.7 KiB |
|
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 73 KiB |
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 81 KiB |
|
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 89 KiB |
|
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 121 KiB |
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 126 KiB |
|
Before Width: | Height: | Size: 409 KiB After Width: | Height: | Size: 435 KiB |
|
Before Width: | Height: | Size: 394 KiB After Width: | Height: | Size: 419 KiB |
|
Before Width: | Height: | Size: 420 KiB After Width: | Height: | Size: 447 KiB |
|
Before Width: | Height: | Size: 227 KiB After Width: | Height: | Size: 224 KiB |
|
Before Width: | Height: | Size: 230 KiB After Width: | Height: | Size: 228 KiB |
|
Before Width: | Height: | Size: 247 KiB After Width: | Height: | Size: 246 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.0 KiB |
@ -95,6 +95,7 @@ const showVC = () => {
|
||||
<div class="index-fan-2"></div>
|
||||
<div class="index-fan-3"></div>
|
||||
<div class="index-fan-4"></div>
|
||||
<div class="index-logo"></div>
|
||||
<div class="index-bottom-bg"></div>
|
||||
<div class="index-cloud"></div>
|
||||
<div class="index-firework"></div>
|
||||
@ -146,6 +147,11 @@ const showVC = () => {
|
||||
@include pos(316px, 317px, -205px, 405px);
|
||||
@include bg_pos("index/fan-2.png");
|
||||
}
|
||||
.index-logo{
|
||||
pointer-events: none;
|
||||
@include pos(632px, 94px, 59px, 267px);
|
||||
@include bg_pos("index/logo.png");
|
||||
}
|
||||
.index-fan-3{
|
||||
pointer-events: none;
|
||||
@include pos(370px, 334px, 545px, 910px);
|
||||
|
||||
@ -44,7 +44,7 @@ export const data = [
|
||||
result:'incorrect',
|
||||
},
|
||||
],
|
||||
analysis: '(注:截止2024年1月30日,启航系列历史到期正收益概率100%)'
|
||||
analysis: '(注:截止2024年2月19日,启航系列历史到期正收益概率100%)'
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
@ -56,7 +56,7 @@ export const data = [
|
||||
{
|
||||
aid: 'A',
|
||||
text: [
|
||||
'稳健精选',
|
||||
'稳健精选(封闭型)',
|
||||
],
|
||||
result:'correct',
|
||||
},
|
||||
@ -68,6 +68,6 @@ export const data = [
|
||||
result:'incorrect',
|
||||
},
|
||||
],
|
||||
analysis: '(注:截止2024年1月30日,稳健精选系列历史到期业绩基准达标率100%)'
|
||||
analysis: '(注:截止2024年2月19日,稳健精选系列(封闭型)历史到期业绩基准达标率100%)'
|
||||
},
|
||||
]
|
||||
|
||||