suizhijia 5 lat temu
rodzic
commit
ac574bd118
15 zmienionych plików z 57 dodań i 57 usunięć
  1. BIN
      src/assets/vehicle/complianceContImg.png
  2. BIN
      src/assets/vehicle/contImg1_1.png
  3. BIN
      src/assets/vehicle/contImg1_2.png
  4. BIN
      src/assets/vehicle/contImg1_3.png
  5. BIN
      src/assets/vehicle/contImg2_1.png
  6. BIN
      src/assets/vehicle/contImg2_2.png
  7. BIN
      src/assets/vehicle/contImg2_3.png
  8. BIN
      src/assets/vehicle/line.png
  9. +6
    -6
      src/views/twoCart/compliance.vue
  10. +8
    -8
      src/views/twoCart/criterion-money.vue
  11. +10
    -10
      src/views/twoCart/criterion-shop.vue
  12. +8
    -8
      src/views/twoCart/criterion-showarea.vue
  13. +4
    -4
      src/views/twoCart/high-money.vue
  14. +11
    -11
      src/views/twoCart/high-shop.vue
  15. +10
    -10
      src/views/twoCart/high-showarea.vue

BIN
src/assets/vehicle/complianceContImg.png Wyświetl plik

Before After
Width: 813  |  Height: 885  |  Size: 430KB Width: 815  |  Height: 893  |  Size: 588KB

BIN
src/assets/vehicle/contImg1_1.png Wyświetl plik

Before After
Width: 693  |  Height: 630  |  Size: 158KB Width: 693  |  Height: 630  |  Size: 320KB

BIN
src/assets/vehicle/contImg1_2.png Wyświetl plik

Before After
Width: 693  |  Height: 630  |  Size: 177KB Width: 693  |  Height: 630  |  Size: 506KB

BIN
src/assets/vehicle/contImg1_3.png Wyświetl plik

Before After
Width: 693  |  Height: 631  |  Size: 107KB Width: 693  |  Height: 631  |  Size: 186KB

BIN
src/assets/vehicle/contImg2_1.png Wyświetl plik

Before After
Width: 693  |  Height: 593  |  Size: 172KB Width: 693  |  Height: 593  |  Size: 335KB

BIN
src/assets/vehicle/contImg2_2.png Wyświetl plik

Before After
Width: 693  |  Height: 630  |  Size: 130KB Width: 693  |  Height: 630  |  Size: 385KB

BIN
src/assets/vehicle/contImg2_3.png Wyświetl plik

Before After
Width: 693  |  Height: 631  |  Size: 146KB Width: 693  |  Height: 631  |  Size: 469KB

BIN
src/assets/vehicle/line.png Wyświetl plik

Before After
Width: 143  |  Height: 149  |  Size: 1.6KB Width: 143  |  Height: 149  |  Size: 2.6KB

+ 6
- 6
src/views/twoCart/compliance.vue Wyświetl plik

@@ -143,19 +143,19 @@
left: 0.8rem;
}
.click1{
width: 0.29rem;
height: 0.29rem;
width: 0.37rem;
height: 0.37rem;
position: absolute;
top: 3.45rem;
left: 1.6rem;
left: 1.55rem;
animation: dotTwinkle 3s linear infinite;
}
.click2{
width: 0.29rem;
height: 0.29rem;
width: 0.37rem;
height: 0.37rem;
position: absolute;
top: 7.35rem;
left: 1.6rem;
left: 1.55rem;
animation: dotTwinkle 3s linear infinite;
}
@keyframes dotTwinkle {

+ 8
- 8
src/views/twoCart/criterion-money.vue Wyświetl plik

@@ -164,19 +164,19 @@
right: 0.6rem;
}
.click1{
width: 0.29rem;
height: 0.29rem;
width: 0.37rem;
height: 0.37rem;
position: absolute;
top: 3.2rem;
left: 2rem;
top: 3.15rem;
left: 1.95rem;
animation: dotTwinkle 3s linear infinite;
}
.click2{
width: 0.29rem;
height: 0.29rem;
width: 0.37rem;
height: 0.37rem;
position: absolute;
top: 2.3rem;
right: 1.3rem;
top: 2.25rem;
right: 1.25rem;
animation: dotTwinkle 3s linear infinite;
}
@keyframes dotTwinkle {

+ 10
- 10
src/views/twoCart/criterion-shop.vue Wyświetl plik

@@ -177,16 +177,16 @@
right: 2.5rem;
}
.click1{
width: 0.29rem;
height: 0.29rem;
width: 0.37rem;
height: 0.37rem;
position: absolute;
top: 1.6rem;
left: 5.8rem;
top: 1.5rem;
left: 5.75rem;
animation: dotTwinkle 3s linear infinite;
}
.click2{
width: 0.29rem;
height: 0.29rem;
width: 0.37rem;
height: 0.37rem;
position: absolute;
top: 4rem;
right: 4.45rem;
@@ -198,11 +198,11 @@
100%{opacity:0.2}
}
.click3{
width: 0.29rem;
height: 0.29rem;
width: 0.37rem;
height: 0.37rem;
position: absolute;
top: 4.5rem;
right: 2.9rem;
top: 4.55rem;
right: 2.8rem;
}
.mask1_1{
width: 100%;

+ 8
- 8
src/views/twoCart/criterion-showarea.vue Wyświetl plik

@@ -155,19 +155,19 @@
right: 1.4rem;
}
.click1{
width: 0.29rem;
height: 0.29rem;
width: 0.37rem;
height: 0.37rem;
position: absolute;
top: 1.15rem;
left: 4.55rem;
top: 1rem;
left: 4.5rem;
animation: dotTwinkle 3s linear infinite;
}
.click2{
width: 0.29rem;
height: 0.29rem;
width: 0.37rem;
height: 0.37rem;
position: absolute;
top: 6rem;
right: 1.4rem;
top: 5.95rem;
right: 1.35rem;
animation: dotTwinkle 3s linear infinite;
}
@keyframes dotTwinkle {

+ 4
- 4
src/views/twoCart/high-money.vue Wyświetl plik

@@ -139,11 +139,11 @@
}
.click1{
width: 0.29rem;
height: 0.29rem;
width: 0.37rem;
height: 0.37rem;
position: absolute;
top: 3.3rem;
left: 4.05rem;
top: 3.2rem;
left: 4rem;
animation: dotTwinkle 3s linear infinite;
}


+ 11
- 11
src/views/twoCart/high-shop.vue Wyświetl plik

@@ -165,27 +165,27 @@
right: 0.4rem;
}
.click1{
width: 0.29rem;
height: 0.29rem;
width: 0.37rem;
height: 0.37rem;
position: absolute;
top: 1.2rem;
left: 6.3rem;
top: 1rem;
left: 6.15rem;
animation: dotTwinkle 3s linear infinite;
}
.click2{
width: 0.29rem;
height: 0.29rem;
width: 0.37rem;
height: 0.37rem;
position: absolute;
top: 4.7rem;
left: 1rem;
left: 0.95rem;
animation: dotTwinkle 3s linear infinite;
}
.click3{
width: 0.29rem;
height: 0.29rem;
width: 0.37rem;
height: 0.37rem;
position: absolute;
top: 4.7rem;
right: 0.4rem;
top: 4.8rem;
right: 0.35rem;
animation: dotTwinkle 3s linear infinite;
}
@keyframes dotTwinkle {

+ 10
- 10
src/views/twoCart/high-showarea.vue Wyświetl plik

@@ -165,27 +165,27 @@
right: 1.9rem;
}
.click1{
width: 0.29rem;
height: 0.29rem;
width: 0.37rem;
height: 0.37rem;
position: absolute;
top: 1rem;
top: 0.9rem;
left: 1.5rem;
animation: dotTwinkle 3s linear infinite;
}
.click2{
width: 0.29rem;
height: 0.29rem;
width: 0.37rem;
height: 0.37rem;
position: absolute;
top: 2.8rem;
top: 2.7rem;
right: 1.1rem;
animation: dotTwinkle 3s linear infinite;
}
.click3{
width: 0.29rem;
height: 0.29rem;
width: 0.37rem;
height: 0.37rem;
position: absolute;
top: 5.6rem;
right: 2.1rem;
top: 5.5rem;
right: 2rem;
animation: dotTwinkle 3s linear infinite;
}
@keyframes dotTwinkle {

Ładowanie…
Anuluj
Zapisz