This commit is contained in:
wangweidong 2026-01-05 15:33:29 +08:00
commit 9220663836
89 changed files with 310 additions and 87 deletions

View File

@ -81,56 +81,31 @@
<view class="card-top-right">
<image class="right-img" src="/static/index/card/arrow.png" />
</view>
<view class="card-spec">
<view class="line">
</view>
<view class="line-gray">
70
</view>
</view>
</view>
<view class="card-bottom">
<image class="bottom-img" src="/static/index/card/work.png" />
<image class="bottom-img" src="/static/index/card/alarm.png" />
<view class="bottom-font">
行政
即时
</view>
</view>
</view>
<!-- <view class="title-time">
<view class="time-title">
{{ currentTime }}
</view>
<view class="time-date">
{{ fullDate }}
</view>
<view class="right-container-tem">
<image class="right-container-tem-img" src="/static/index/newindex/wendu/0.png" />
<text
class="right-container-tem-text">{{ (uni.getStorageSync('NUall').humidDeviceList && uni.getStorageSync('NUall').humidDeviceList[0])? uni.getStorageSync('NUall').humidDeviceList[0].temperature: '-' }}°C</text>
<image class="right-container-tem-img" src="/static/index/newindex/wendu/1.png" />
<text
class="right-container-tem-text">{{ (uni.getStorageSync('NUall').humidDeviceList && uni.getStorageSync('NUall').humidDeviceList[0])? uni.getStorageSync('NUall').humidDeviceList[0].humidity: '-' }}%</text>
</view>
</view> -->
</view>
<view class="photo-father">
<view class="juzhong" style="margin-left: -30rpx;">
<view class="juzhong" style="margin-left: -30rpx;" :style="indexmessage?.startTime?{}:{filter: `grayscale(60%)`}">
<donghua :width="`1300rpx`" :height="`900rpx`" :links="blueArray" :playing="photoplay" :loop="true"
:interval="120" />
</view>
<view class="juzhong" style="z-index: 2;margin-top: 80rpx;">
<donghua :width="`800rpx`" :height="`500rpx`" :links="bluesmallArray" :playing="photoplay" :loop="true"
:interval="120" />
</view>
<view class="weight-time">
<view class="" v-if="indexmessage?.startTime">
{{ indexmessage?.startTime.slice(11, 16) }}
-
{{ indexmessage?.endTime.slice(11, 16) }}
</view>
<view class="" v-show="!indexmessage?.startTime">
暂无数据
<view style="height: 5vw;" v-show="!indexmessage?.startTime">
</view>
@ -199,6 +174,34 @@
</view>
</view>
<view class="index-content-right" :style="transition?{opacity: `1`}:{opacity: `0`}">
<view class="right-time">
<view class="time-top">
<view class="time-big">
{{ currentTime }}
</view>
<view class="">
<view class="time-week">
{{ weekDay }}
</view>
<view class="">
{{ fullDate }}
</view>
</view>
</view>
<view class="right-container-tem">
<view class="">
<image class="right-container-tem-img" src="/static/index/newindex/wendu/0.png" />
<text
class="right-container-tem-text">{{ (uni.getStorageSync('NUall').humidDeviceList && uni.getStorageSync('NUall').humidDeviceList[0])? uni.getStorageSync('NUall').humidDeviceList[0].temperature: '-' }}°C</text>
</view>
<view class="">
<image class="right-container-tem-img" src="/static/index/newindex/wendu/1.png" />
<text
class="right-container-tem-text">{{ (uni.getStorageSync('NUall').humidDeviceList && uni.getStorageSync('NUall').humidDeviceList[0])? uni.getStorageSync('NUall').humidDeviceList[0].humidity: '-' }}%</text>
</view>
</view>
</view>
<view class="right-top">
<view class="top-title">
护理单元
@ -448,7 +451,7 @@
const year = now.getFullYear();
const month = (now.getMonth() + 1).toString().padStart(2, '0');
const day = now.getDate().toString().padStart(2, '0');
fullDate.value = `${year}.${month}.${day} ${weekDay.value}`;
fullDate.value = `${year}.${month}.${day}`;
};
onMounted(() => {
name.value = uni.getStorageSync('realname')
@ -507,11 +510,35 @@
margin-left: 2vw;
height: 100%;
transition: opacity 1s ease;
.right-top {
.right-time{
margin-top: 80rpx;
width: 100%;
height: 50vh;
height: 15vh;
background-color: #fff;
border-radius: 4vh;
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 30rpx;
.time-top{
display: flex;
align-items: center;
font-size: 1.1vw;
.time-big{
font-size: 3.5vw;
font-weight: 600;
margin-right: 10rpx;
}
.time-week{
font-weight: 600;
}
}
}
.right-top {
margin-top: 25rpx;
width: 100%;
height: 35vh;
background-color: #fff;
border-radius: 4vh;
@ -527,7 +554,7 @@
.top-list {
width: 100%;
height: 41vh;
height: 26vh;
.list-view {
width: 86%;
@ -647,17 +674,20 @@
.right-container-tem {
display: flex;
margin-top: 0.8vw;
justify-content: space-between;
align-items: center;
width: 80%;
.right-container-tem-text {
font-size: 30rpx;
margin-right: 20rpx;
}
.right-container-tem-img {
width: 38rpx;
height: 38rpx;
margin-right: 5rpx;
transform: translateY(6rpx)
}
}
@ -689,8 +719,10 @@
}
.big-img {
width: 800rpx;
height: 550rpx;
margin-top: 40rpx;
width: 450rpx;
height: 450rpx;
z-index: 10;
}
.server-name {
@ -912,11 +944,12 @@
right: 0;
top: 0;
width: 10vw;
height: 9.2vw;
height: 9.4vw;
border-radius: 2vw;
background-color: #FFFFFF;
background-color: #E4EBF4;
padding: 1.6vw;
margin-right: 1.5vw;
border: 2rpx solid #D2DFF0;
}
.title-card {

View File

@ -44,7 +44,7 @@
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 3.8vw 0 2.5vw 0;
padding: 3.8vw 0 0vw 0;
margin-right: 3vw;
.logo{
width: 3.8vw;
@ -55,9 +55,10 @@
height: 6.5vw;
}
.cont{
width: 4vw;
width: 6vw;
display: flex;
flex-direction: column;
// background-color: red;
.act{
background: RGBA(228, 229, 231, 1);
border-radius: 1.1vw;
@ -69,7 +70,7 @@
}
}
.items{
width: 4vw;
width: 6vw;
height: 4.5vw;
display: flex;
flex-direction: column;
@ -79,7 +80,7 @@
margin-top: 0vw;
padding: 0.25vw 0;
.tm{
width: 2.2vw;
width: 6vw;
height: 4vw;
display: flex;
flex-direction: column;

View File

@ -432,7 +432,7 @@
submitQld(obj).then(res=>{
console.log("?????",obj,res)
if(res.success&&res.result.status=='success'){
if(res.success){
uni.showToast({
icon:'success',
title:'提交成功'

View File

@ -353,7 +353,7 @@
}
submitQld(obj).then(res => {
console.log("?????111", obj, res)
if (res.success && res.result.status == 'success') {
if (res.success) {
uni.showToast({
icon: 'success',
title: '提交成功'

View File

@ -15,8 +15,6 @@
<!-- <logistics :isShow="menuIndexshowfourth" v-if="menuIndex==3" /> -->
<requestform :isShow="menuIndex==4" v-if="swipedex==4" />
<!-- 没有数据 -->
<view class="nomessageclass" :style="messageopit?{opacity: `1`}:{opacity: `0`}"
v-if="(menuIndex == 1 || menuIndex == 2) && (!uni.getStorageSync('elderId') ||!uni.getStorageSync('nuId'))">
@ -177,7 +175,7 @@
}
let back =[
{ name: '物联', url: '/static/shouye/sy/g0.png', urls: '/static/shouye/sy/g1.png' ,type:'wl'},
{ name: '智慧物联', url: '/static/shouye/sy/g0.png', urls: '/static/shouye/sy/g1.png' ,type:'wl'},
{ name: '返回', url: '/static/shouye/sy/f0.png', urls: '/static/shouye/sy/f1.png' ,type:'back'}
]
arrlist.value.push(...back);

View File

@ -26,16 +26,26 @@
</view>
</view>
<view class="title-time">
<view class="time-title">
{{ currentTime }}
<view class="title-card-right">
<view class="card-top">
<view class="card-top-left">
65
</view>
<view class="card-top-right">
<image class="right-img" src="/static/index/card/arrow.png" />
</view>
</view>
<view class="time-date">
{{ fullDate }}
<view class="card-bottom">
<image class="bottom-img" src="/static/index/card/alarm.png" />
<view class="bottom-font">
即时
</view>
</view>
</view>
</view>
<view class="photo-father">
<!-- :style="indexmessage?.startTime?{}:{filter: `grayscale(60%)`}" -->
<view class="juzhong" style="margin-left: -30rpx;z-index: 1;">
<donghua :width="`1300rpx`" :height="`900rpx`" :links="blueArray" :playing="photoplay" :loop="true"
:interval="120" />
@ -54,7 +64,9 @@
</view>
</view>
<image class="big-img" :src="`/static/index/newindex/leftmenu/bigimg.png`" />
<image class="big-img" :src="`/static/index/newindex/leftmenu/bigimg.png`" />
<!-- <image class="big-img-nomessage"
:src="`/static/index/newindex/wendu/2.png`" /> -->
<view style="display: flex;align-items: center;">
<view class="server-name">
{{ filteredMenu(2)[menutarget]?.nuName }}
@ -113,6 +125,34 @@
</view>
</view>
<view class="index-content-right" :style="transition?{opacity: `1`}:{opacity: `0`}">
<view class="right-time">
<view class="time-top">
<view class="time-big">
{{ currentTime }}
</view>
<view class="">
<view class="time-week">
{{ weekDay }}
</view>
<view class="">
{{ fullDate }}
</view>
</view>
</view>
<view class="right-container-tem">
<view class="">
<image class="right-container-tem-img" src="/static/index/newindex/wendu/0.png" />
<text
class="right-container-tem-text">{{ (uni.getStorageSync('NUall').humidDeviceList && uni.getStorageSync('NUall').humidDeviceList[0])? uni.getStorageSync('NUall').humidDeviceList[0].temperature: '-' }}°C</text>
</view>
<view class="">
<image class="right-container-tem-img" src="/static/index/newindex/wendu/1.png" />
<text
class="right-container-tem-text">{{ (uni.getStorageSync('NUall').humidDeviceList && uni.getStorageSync('NUall').humidDeviceList[0])? uni.getStorageSync('NUall').humidDeviceList[0].humidity: '-' }}%</text>
</view>
</view>
</view>
<view class="right-top">
<view class="top-title">
库房
@ -362,7 +402,7 @@
const year = now.getFullYear();
const month = (now.getMonth() + 1).toString().padStart(2, '0');
const day = now.getDate().toString().padStart(2, '0');
fullDate.value = `${year}.${month}.${day} ${weekDay.value}`;
fullDate.value = `${year}.${month}.${day}`;
};
onMounted(() => {
name.value = uni.getStorageSync('realname')
@ -405,12 +445,37 @@
margin-left: 2vw;
height: 100%;
transition: opacity 1s ease;
.right-top {
.right-time{
// margin-top: 10rpx;
width: 100%;
height: 50vh;
height: 15vh;
background-color: #fff;
border-radius: 4vh;
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 30rpx;
.time-top{
display: flex;
align-items: center;
font-size: 1.1vw;
.time-big{
font-size: 3.5vw;
font-weight: 600;
margin-right: 10rpx;
}
.time-week{
font-weight: 600;
}
}
}
.right-top {
width: 100%;
height: 35vh;
background-color: #fff;
border-radius: 4vh;
margin-top: 15rpx;
.top-title {
width: 100%;
@ -424,7 +489,7 @@
.top-list {
width: 100%;
height: 41vh;
height: 26vh;
.list-view {
width: 86%;
@ -571,9 +636,10 @@
}
.big-img {
width: 550rpx;
height: 550rpx;
z-index: 2;
margin-top: 40rpx;
width: 450rpx;
height: 450rpx;
z-index: 10;
}
.server-name {
@ -640,7 +706,18 @@
border-radius: 40rpx;
font-size: 30rpx;
}
.title-card-right {
position: absolute;
right: 0;
top: 0;
width: 10vw;
height: 9.4vw;
border-radius: 2vw;
background-color: #E4EBF4;
padding: 1.6vw;
margin-right: 1.5vw;
border: 2rpx solid #D2DFF0;
}
.pao-father {
position: absolute;
top: 20rpx;
@ -805,7 +882,8 @@
padding: 1.6vw;
position: relative;
margin-right: 1.5vw;
margin-left: 1vw;
}
.card-bottom {
position: absolute;
left: 0;
@ -879,8 +957,6 @@
}
}
}
}
.title-time {
position: absolute;
right: 0;
@ -1061,4 +1137,27 @@
height: 3vw;
}
}
.right-container-tem {
display: flex;
justify-content: space-between;
align-items: center;
width: 80%;
.right-container-tem-text {
font-size: 30rpx;
}
.right-container-tem-img {
width: 38rpx;
height: 38rpx;
margin-right: 5rpx;
transform: translateY(6rpx)
}
}
.big-img-nomessage {
width: 500rpx;
height: 500rpx;
z-index: 10;
}
</style>

View File

@ -36,9 +36,9 @@
{ name: '采购', url: '/static/shouye/ck/c0.png', urls: '/static/shouye/ck/c1.png' ,type:'kf_cg'},
{ name: '拣货', url: '/static/shouye/ck/j0.png', urls: '/static/shouye/ck/j1.png' ,type:'kf_jh'},
{ name: '完结', url: '/static/shouye/ck/w0.png', urls: '/static/shouye/ck/w1.png' ,type:'kf_wj'},
{ name: '请领', url: '/static/shouye/ck/q0.png', urls: '/static/shouye/ck/q1.png' ,type:'kf_ql'},
{ name: '退货', url: '/static/shouye/ck/t0.png', urls: '/static/shouye/ck/t1.png' ,type:'kf_th'},
{ name: '盘点', url: '/static/shouye/ck/p0.png', urls: '/static/shouye/ck/p1.png' ,type:'kf_pd'},
{ name: '请领出库', url: '/static/shouye/ck/q0.png', urls: '/static/shouye/ck/q1.png' ,type:'kf_ql'},
{ name: '退货入库', url: '/static/shouye/ck/t0.png', urls: '/static/shouye/ck/t1.png' ,type:'kf_th'},
{ name: '库存盘点', url: '/static/shouye/ck/p0.png', urls: '/static/shouye/ck/p1.png' ,type:'kf_pd'},
])
const menuop = ref(0)
const swipdex = ref(0)

View File

@ -48,11 +48,12 @@
</view>
</view>
<view class="storeman tp">
<donghua width="4vw" height="7vw" :interval="1000" :links="storemanarray" :playing="playall" :loop="true" />
<donghua width="4vw" height="7vw" :interval="250"
:links="[...storemanarray, ...storemanarray.slice().reverse()]" :playing="playall" :loop="true" />
</view>
<view class="worker tp">
<donghua width="4.5vw" height="5.5vw" :interval="1000" :links="workerarray" :playing="playall"
:loop="true" />
<donghua width="4.5vw" height="6vw" :interval="250"
:links="[...workerarray, ...workerarray.slice().reverse()]" :playing="playall" :loop="true" />
</view>
<view class="line tp">
<donghua width="100vw" height="100vh" :interval="500" :links="lamparray" :playing="playall" :loop="true" />
@ -64,7 +65,7 @@
<image class="all-home" src="/static/index/warehouse/newindexhome/office.png" mode="aspectFit"></image>
</view>
<view class="officer tp" @click="housactive(1)">
<donghua width="12vw" height="10vw" :interval="150" :links="[...officerarray, ...officerarray.slice().reverse()]" :playing="playall" :loop="true" />
<donghua width="14vw" height="13vw" :interval="250" :links="officerarray" :playing="playall" :loop="true" />
</view>
<view class="Print tp">
<donghua width="6vw" height="6vw" :interval="300" :links="Printarray" :playing="playall" :loop="true" />
@ -72,6 +73,23 @@
<view class="fontend tp">
<image class="all-home" src="/static/index/warehouse/newindexhome/reception.png" mode="aspectFit"></image>
</view>
<view class="fontendtable tp">
<image class="all-home" src="/static/index/warehouse/newindexhome/reception2.png" mode="aspectFit"></image>
</view>
<view class="peopleleft tp">
<donghua width="7vw" height="8vw" :interval="500" :links="peopleleftarray" :playing="playall"
:loop="true" />
</view>
<view class="peopleright tp">
<donghua width="7vw" height="8vw" :interval="500" :links="peoplerightarray" :playing="playall"
:loop="true" />
</view>
<view class="door tp">
<donghua width="17vw" height="16vw" :interval="200" :links="[...doorarray, ...doorarray.slice().reverse()]" :playing="playall" :loop="true" />
</view>
<view class="ondoor tp">
<donghua width="5vw" height="6vw" :interval="300" :links="ondoorarray" :playing="playall" :loop="true" />
</view>
<view class="fontroom tp">
<image class="all-home" src="/static/index/warehouse/newindexhome/receive.png" mode="aspectFit"></image>
</view>
@ -250,11 +268,47 @@
const filteredMenu = (index : number) => {
return leftMenuArray.value.filter(item => Number(item.areaFlag) - 1 == index);
}
const ondoorarray =
genPaths(
'/static/index/warehouse/newindexhome/',
'gate',
5, //
'png',
0, // 1
false //
)
const doorarray =
genPaths(
'/static/index/warehouse/newindexhome/',
'door',
11, //
'png',
0, // 1
false //
)
const peopleleftarray =
genPaths(
'/static/index/warehouse/newindexhome/',
'Front',
2, //
'png',
1, // 1
false //
)
const peoplerightarray =
genPaths(
'/static/index/warehouse/newindexhome/',
'Front',
2, //
'png',
3, // 1
false //
)
const storemanarray =
genPaths(
'/static/index/warehouse/newindexhome/',
'Operator',
2, //
8, //
'png',
1, // 1
false //
@ -272,7 +326,7 @@
genPaths(
'/static/index/warehouse/newindexhome/',
'service',
2, //
8, //
'png',
0, // 1
false //
@ -281,8 +335,8 @@
const officerarray =
genPaths(
'/static/index/warehouse/newindexhome/cler',
'cler',
13, //
'cler1-',
24, //
'png',
1, // 1
false //
@ -682,6 +736,31 @@
left: -1.5vw;
}
.fontendtable {
width: 30vw;
height: 30vw;
position: fixed;
bottom: 1.5vw;
left: 0vw;
z-index: 10;
}
.peopleleft {
width: 7vw;
height: 8vw;
position: fixed;
bottom: 11vw;
left: 16vw;
}
.peopleright {
width: 7vw;
height: 8vw;
position: fixed;
bottom: 14vw;
left: 10.5vw;
}
.fontroom {
width: 40vw;
height: 28vw;
@ -701,7 +780,7 @@
.worker {
width: 4.5vw;
height: 5.5vw;
height: 6vw;
position: fixed;
top: 13.5vw;
right: 5vw;
@ -727,10 +806,10 @@
}
.officer {
width: 12vw;
height: 10vw;
width: 14vw;
height: 13vw;
position: fixed;
bottom: 19.5vw;
bottom: 16vw;
right: 2vw;
z-index: 2;
}
@ -778,7 +857,20 @@
width: 50%;
height: 50%;
}
.door{
width: 17vw;
height: 16vw;
position: fixed;
bottom: 0vw;
left: 0vw;
}
.ondoor{
width: 5vw;
height: 6vw;
position: fixed;
bottom: 1vw;
left: 4vw;
}
// .tp {
// image {
// width: 100%;

View File

@ -387,7 +387,7 @@
console.log(obj)
addThc(obj).then(res => {
console.log(res)
if (res.success && res.result.status == 'success') {
if (res.success) {
uni.showToast({
icon: 'success',
title: '提交成功'

BIN
static/index/card/alarm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 507 KiB

After

Width:  |  Height:  |  Size: 281 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB