compress images
@@ -88,6 +88,6 @@ body {
|
|||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
background-image: url("@/assets/forest.png");
|
background-image: url("@/assets/images/forest.png");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 590 KiB |
|
After Width: | Height: | Size: 442 KiB |
|
After Width: | Height: | Size: 106 KiB |
|
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 110 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 802 KiB |
|
Before Width: | Height: | Size: 274 KiB After Width: | Height: | Size: 274 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 290 KiB |
|
After Width: | Height: | Size: 326 KiB |
|
After Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 141 KiB |
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 183 KiB |
|
Before Width: | Height: | Size: 442 KiB After Width: | Height: | Size: 442 KiB |
|
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 107 KiB |
|
After Width: | Height: | Size: 110 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 3.2 MiB After Width: | Height: | Size: 3.2 MiB |
|
After Width: | Height: | Size: 274 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 310 KiB After Width: | Height: | Size: 310 KiB |
|
Before Width: | Height: | Size: 859 KiB After Width: | Height: | Size: 859 KiB |
|
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 160 KiB |
|
Before Width: | Height: | Size: 603 KiB After Width: | Height: | Size: 603 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 195 KiB After Width: | Height: | Size: 195 KiB |
|
Before Width: | Height: | Size: 145 KiB |
|
Before Width: | Height: | Size: 200 KiB |
|
Before Width: | Height: | Size: 2.1 MiB |
|
Before Width: | Height: | Size: 1.2 MiB |
@@ -14,7 +14,7 @@
|
|||||||
.belt-block {
|
.belt-block {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: rgb(0, 0, 0);
|
background-color: rgb(0, 0, 0);
|
||||||
background-image: url("@/assets/belt.png");
|
background-image: url("@/assets/images/belt.png");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
.belt-block {
|
.belt-block {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-image: url("@/assets/belt_mini.png");
|
background-image: url("@/assets/images/belt_mini.png");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import MetalPlate from './MetalPlate.vue';
|
|||||||
<div class="center">
|
<div class="center">
|
||||||
<MetalPlate class="controller-metal controller-metal-left"></MetalPlate>
|
<MetalPlate class="controller-metal controller-metal-left"></MetalPlate>
|
||||||
<MetalPlate class="controller-metal controller-metal-right"></MetalPlate>
|
<MetalPlate class="controller-metal controller-metal-right"></MetalPlate>
|
||||||
<img alt="Вечерний детектив" class="logo" src="@/assets/logo_belt.png" />
|
<img alt="Вечерний детектив" class="logo" src="@/assets/images/logo_belt.png" />
|
||||||
<BeltMiniBlock class="belt-mini"></BeltMiniBlock>
|
<BeltMiniBlock class="belt-mini"></BeltMiniBlock>
|
||||||
<BeltBlock class="belt">
|
<BeltBlock class="belt">
|
||||||
<div class="position-right-center-block">
|
<div class="position-right-center-block">
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ async function addAction() {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-left: 27px;
|
padding-left: 27px;
|
||||||
background-image: url("@/assets/input_center.png");
|
background-image: url("@/assets/images/input_center.png");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
border: 0;
|
border: 0;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
@@ -128,7 +128,7 @@ async function addAction() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.game-button-run {
|
.game-button-run {
|
||||||
background-image: url("@/assets/button.png");
|
background-image: url("@/assets/images/button.png");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
@@ -178,7 +178,7 @@ onMounted(() => {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
background-image: url("@/assets/stop.png");
|
background-image: url("@/assets/images/stop.png");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ async function letsgo(place: string) {
|
|||||||
width: 45px;
|
width: 45px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-image: url("@/assets/collapse.png");
|
background-image: url("@/assets/images/collapse.png");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
}
|
||||||
@@ -98,7 +98,7 @@ async function letsgo(place: string) {
|
|||||||
float: left;
|
float: left;
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
background-image: url("@/assets/paper_white.jpg");
|
background-image: url("@/assets/images/paper_white.jpg");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
box-shadow: 0px 3px 15px rgb(98, 98, 98);
|
box-shadow: 0px 3px 15px rgb(98, 98, 98);
|
||||||
transform: rotate(-3deg);
|
transform: rotate(-3deg);
|
||||||
@@ -115,7 +115,7 @@ async function letsgo(place: string) {
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
background-image: url("@/assets/belt.png");
|
background-image: url("@/assets/images/belt.png");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
color: #bfa07d;
|
color: #bfa07d;
|
||||||
}
|
}
|
||||||
@@ -132,7 +132,7 @@ async function letsgo(place: string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.application-label {
|
.application-label {
|
||||||
background-image: url("@/assets/label.png");
|
background-image: url("@/assets/images/label.png");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
.message-cloud-2,
|
.message-cloud-2,
|
||||||
.message-cloud-3 {
|
.message-cloud-3 {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-image: url("@/assets/paper.jpg");
|
background-image: url("@/assets/images/paper.jpg");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
display: flow-root;
|
display: flow-root;
|
||||||
box-shadow: 0px 0 5px black;
|
box-shadow: 0px 0 5px black;
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
.metal-plate-block {
|
.metal-plate-block {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-image: url("@/assets/metal.png");
|
background-image: url("@/assets/images/metal.png");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
width: 7px;
|
width: 7px;
|
||||||
height: 7px;
|
height: 7px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-image: url("@/assets/pin.png");
|
background-image: url("@/assets/images/pin.png");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||