1
0

Compare commits

...

25 Commits

Author SHA1 Message Date
d4963b0081 更新搜索 2026-06-05 14:46:42 +08:00
d5c88ef46a 缺失图片 2026-06-01 13:47:49 +08:00
c6aa8b49c7 轮播图文字显示不全bug 2026-06-01 11:45:18 +08:00
3f8ab381e5 修补客户案例页面的移动端响应布局 2026-06-01 11:39:23 +08:00
e43bf31e67 up 2026-04-30 16:28:50 +08:00
ebcd1388cc up 2026-04-21 13:30:46 +08:00
d3d555aaad up 2026-04-21 13:20:05 +08:00
e07ef024c0 优化响应式设计,调整轮播图样式;新增客户案例页面及动态详情页面;更新产品信息,确保内容准确;增加图片以增强视觉效果。 2026-04-20 17:33:51 +08:00
12de99c55e 优化样式表,更新字体引用,调整背景色,增强响应式设计;更新首页轮播图,添加新图片;重构JavaScript功能,增加客服小部件;修复HTML结构,确保页面加载顺畅。 2026-04-20 16:54:17 +08:00
2356843b77 up 2026-04-20 16:06:22 +08:00
9938e484bd Refactor and enhance various HTML pages with updated links, improved styles, and optimized JavaScript functionality
- Updated badge styles in culture.html for better visual consistency and added backdrop-filter support.
- Introduced a fallback panel for the map in index.html with enhanced styles and responsive design.
- Changed links in product_ecommerce_freight_booking.html, product_full_logistics_chain_cargo_agent.html, product_full_logistics_chain_platform.html, product_full_logistics_chain_ship_agent.html, product_port_cdi_container.html, product_shipping_boat.html, product_shipping_company.html to point to new URLs with query parameters.
- Improved scroll reveal functionality in solution_inland_river_shipping.html, solution_logistics_chain.html, solution_port_supply_chain.html, and solution_supply_chain.html by replacing forEach with a traditional for loop for better performance.
2026-04-20 15:59:09 +08:00
8200b1f948 图片压缩 2026-04-20 15:37:29 +08:00
cc4bd6b4d9 up 2026-04-20 15:21:12 +08:00
4857f9ef06 up 2026-04-20 15:17:04 +08:00
c16498c04d up 2026-04-20 15:07:14 +08:00
e6b59ef113 up 2026-04-20 14:38:43 +08:00
0215b530c8 font 2026-04-20 14:11:47 +08:00
012e68b9bc up 2026-04-20 12:32:34 +08:00
62190eeabb up 2026-04-20 12:28:42 +08:00
d3eb1d3424 nuxt初始化 2026-04-20 09:45:20 +08:00
e90903a378 up 2026-04-17 16:45:43 +08:00
fcdd5b1e88 up 2026-04-17 15:20:27 +08:00
63ca92253c up 2026-04-17 12:19:46 +08:00
21d3df791d up 2026-04-17 11:29:29 +08:00
917cf5a76b up 2026-04-17 11:08:17 +08:00
213 changed files with 3957 additions and 3061 deletions

6
.vsls.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "https://json.schemastore.org/vsls.json",
"excludeFiles": [
"nuxt-web"
]
}

View File

@@ -438,6 +438,35 @@
display: flex;
}
.cases-slider {
margin-top: 30px;
}
.cases-slider .owl-stage-outer {
padding: 4px 0 12px;
}
.cases-slider .owl-stage {
display: flex;
}
.cases-slider .owl-item {
display: flex;
float: none;
}
.cases-slider .case-slide {
display: flex;
width: 100%;
height: 100%;
}
.cases-slider .case-card-link {
display: flex;
width: 100%;
height: 100%;
}
.case-card {
background: #fff;
border-radius: 16px;
@@ -454,9 +483,7 @@
position: relative;
padding: 28px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
align-items: flex-end;
overflow: hidden;
}
@@ -497,15 +524,11 @@
font-weight: 700;
color: #fff;
margin: 0;
width: 100%;
text-align: center;
}
.case-card-body {
padding: 28px;
flex: 1;
display: flex;
align-items: flex-start;
}
.case-project {
@@ -526,6 +549,24 @@
-webkit-line-clamp: 5;
}
.cases-slider .owl-controls {
margin-top: 22px;
text-align: center;
}
.cases-slider .owl-dots .owl-dot span {
width: 12px;
height: 12px;
margin: 5px 6px;
background: rgba(20, 129, 255, 0.18);
transition: all 0.2s ease;
}
.cases-slider .owl-dots .owl-dot.active span,
.cases-slider .owl-dots .owl-dot:hover span {
background: rgba(20, 129, 255, 1);
}
@media (max-width: 767px) {
.cases-section .row + .row {
margin-top: 24px;

View File

@@ -15,7 +15,25 @@
align-items: center;
padding-top: 110px; /* header高度80px + 最小间距30px */
overflow: hidden;
background: url("../images/solution/neihe.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.solution-hero--inland-river {
background-image: url("../images/solution/neihe.png");
}
.solution-hero--supply-chain {
background-image: url("../images/solution/dazong.png");
}
.solution-hero--port-supply-chain {
background-image: url("../images/solution/gangkou.png");
}
.solution-hero--logistics-chain {
background-image: url("../images/solution/quancheng.png");
}
.solution-hero::before {
@@ -255,7 +273,7 @@
/* Pain Points Section */
.pain-points-section {
padding: 100px 0;
padding: 70px 0;
background: #fff;
}
@@ -325,7 +343,7 @@
color: #0f172a;
margin-bottom: 12px;
line-height: 1.4;
min-height: 2.8em;
min-height: 2em;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
@@ -343,7 +361,7 @@
/* Solution Architecture Section */
.architecture-section {
padding: 100px 0;
padding: 70px 0;
background: linear-gradient(135deg, #005dc7 0%, rgb(1, 79, 212) 100%);
color: #fff;
overflow: hidden;
@@ -438,6 +456,7 @@
.arch-grid-item {
background: rgba(30, 41, 59, 0.8);
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
border: 1px solid rgba(71, 85, 105, 0.5);
border-radius: 16px;
@@ -501,6 +520,7 @@
border-radius: 16px;
padding: 10px ;
border: 1px solid rgba(71, 85, 105, 0.5);
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
box-shadow: 0 20px 60px -20px rgba(0, 0, 0, 0.3);
display: flex;
@@ -558,7 +578,7 @@
/* Product Matrix Section */
.products-section {
padding: 100px 0;
padding: 70px 0;
background: #f8fafc;
}
@@ -947,6 +967,35 @@
margin-top: 30px;
}
.cases-slider {
margin-top: 30px;
}
.cases-slider .owl-stage-outer {
padding: 4px 0 12px;
}
.cases-slider .owl-stage {
display: flex;
}
.cases-slider .owl-item {
display: flex;
float: none;
}
.cases-slider .case-slide {
display: flex;
width: 100%;
height: 100%;
}
.cases-slider .case-card-link {
display: flex;
width: 100%;
height: 100%;
}
.case-card {
background: #fff;
border-radius: 16px;
@@ -954,6 +1003,7 @@
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
border: 1px solid #e2e8f0;
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
}
@@ -1024,6 +1074,24 @@
margin: 0;
}
.cases-slider .owl-controls {
margin-top: 22px;
text-align: center;
}
.cases-slider .owl-dots .owl-dot span {
width: 12px;
height: 12px;
margin: 5px 6px;
background: rgba(20, 129, 255, 0.18);
transition: all 0.2s ease;
}
.cases-slider .owl-dots .owl-dot.active span,
.cases-slider .owl-dots .owl-dot:hover span {
background: rgba(20, 129, 255, 1);
}
/* Scroll Animation */
.reveal {
opacity: 0;
@@ -1072,11 +1140,7 @@
gap: 16px;
}
.cases-section .row + .row {
margin-top: 24px;
}
.cases-section .col-md-4 + .col-md-4 {
.cases-slider {
margin-top: 24px;
}

View File

@@ -89,7 +89,14 @@ URL: http://themeforest.net/user/blue_design
/*---------------------------
Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Muli:400,400i,600,700,800&display=swap");
@font-face {
font-family: "Muli";
font-style: normal;
font-weight: 200 1000;
font-display: swap;
src: local("Mulish"), local("Muli"),
url("../fonts/Mulish-wght.ttf") format("truetype");
}
/*--------------------------------------------------------------
#0.1 Theme Reset Style
--------------------------------------------------------------*/
@@ -117,7 +124,7 @@ body {
p {
color: #1d2f4b;
line-height: 1.5em;
line-height: 2em;
}
h1,
@@ -154,11 +161,6 @@ img {
max-width: 100%;
}
@font-face {
ß
src: url("/fonts/Flaticon.woff2") format("woff2"),
url("/fonts/themify.woff") format("woff");
}
/*--------------------------------------------------------------
#0.2 Global Elements
--------------------------------------------------------------*/
@@ -1249,8 +1251,9 @@ color:#ffffff;
@media (max-width: 991px) {
.service-sidebar {
max-width: 300px;
margin-top: 80px;
width: 100%;
max-width: none;
margin-top: 30px;
}
}
@@ -1315,7 +1318,7 @@ color:#ffffff;
}
.service-sidebar .contact-widget {
background: url("../images/single-contact-widget-bg.jpg") center center/cover no-repeat local;
background: url("../images/bg_2.webp") center center/cover no-repeat local;
padding: 45px 40px;
position: relative;
text-align: center;
@@ -1495,6 +1498,89 @@ color:#ffffff;
}
}
@media (max-width: 767px) {
.page-title {
height: 220px;
}
.page-title h2 {
font-size: 30px;
font-size: 1.875rem;
line-height: 1.25;
}
.page-path {
line-height: 1.6;
word-break: break-word;
}
.features-section-s2 {
padding-top: 20px;
}
.project-single-content .content-area > h2:first-child {
margin-top: 25px !important;
font-size: 24px;
line-height: 1.35;
}
.project-single-content .content-area > p:first-of-type {
margin: 20px 0 22px !important;
line-height: 1.8;
}
.challange-solution-section {
margin-top: 10px;
}
.service-sidebar {
margin-top: 24px;
}
.service-sidebar > .widget + .widget {
margin-top: 24px;
}
.service-sidebar .contact-widget {
padding: 28px 22px;
}
.service-sidebar .contact-widget h5 {
font-size: 18px;
margin: 0.5em 0;
}
.service-sidebar .contact-widget a {
margin-top: 15px;
}
.service-sidebar .related-products-widget {
padding: 16px;
}
.service-sidebar .related-product-card .product-image {
height: auto;
}
.service-sidebar .related-product-card .product-image img {
height: auto;
}
.service-sidebar .related-product-card .product-info {
padding: 12px 0 0;
}
.service-sidebar .related-product-card .product-title {
font-size: 15px;
line-height: 1.4;
}
.service-sidebar .related-product-card .product-desc {
font-size: 13px;
line-height: 1.7;
}
}
/*------------------------------------
blog sidebar
------------------------------------*/
@@ -1885,6 +1971,7 @@ color:#ffffff;
.site-header #navbar > ul li a:focus {
text-decoration: none;
color: #1481ff !important;
outline: none;
}
@media screen and (min-width: 992px) {
@@ -2825,6 +2912,7 @@ color:#ffffff;
display: flex;
position: relative;
z-index: 0;
background: #0d1f38;
}
@media (max-width: 991px) {
@@ -2841,7 +2929,10 @@ color:#ffffff;
.hero-slider .swiper-slide {
overflow: hidden;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-color: #0d1f38;
color: #fff;
}
@@ -2854,15 +2945,16 @@ color:#ffffff;
}
.hero-slider .slide-inner {
width: 100%;
width: 132%;
height: 100%;
position: absolute;
background-size: cover;
left: 0;
left: -16%;
top: 0;
z-index: 1;
background-position: center;
background-repeat: no-repeat;
background-color: #0d1f38;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
@@ -2873,6 +2965,25 @@ color:#ffffff;
-ms-flex-align: center;
align-items: center;
text-align: left;
will-change: transform;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@media (max-width: 991px) {
.hero-slider .slide-inner {
width: 124%;
left: -12%;
}
}
@media (max-width: 767px) {
.hero-slider .slide-inner {
width: 116%;
left: -8%;
}
}
.hero-slider .swiper-button-prev,
@@ -3064,7 +3175,7 @@ color:#ffffff;
font-size: 20px;
font-size: 1.25rem;
font-weight: 600;
color: #031c5c
color: #031c5c;
margin: 0 0 0.75em;
}
@@ -3082,6 +3193,47 @@ color:#ffffff;
}
}
@media (max-width: 480px) {
.hero-slider .slide-inner {
width: 100%;
left: 0;
}
.hero-style-1 .container,
.hero-style-2 .container,
.hero-style-3 .container {
width: 100%;
padding-left: 24px;
padding-right: 24px;
}
.hero-style-1 .slide-title,
.hero-style-2 .slide-title,
.hero-style-3 .slide-title,
.hero-style-1 .slide-text,
.hero-style-2 .slide-text,
.hero-style-3 .slide-text {
max-width: 100%;
}
.hero-style-1 .slide-title h2,
.hero-style-2 .slide-title h2,
.hero-style-3 .slide-title h2 {
font-size: 30px;
font-size: 1.875rem;
line-height: 1.25;
margin-bottom: 0.5em;
}
.hero-style-1 .slide-text p,
.hero-style-2 .slide-text p,
.hero-style-3 .slide-text p {
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
}
}
.hero-style-1 .slide-btns > a:first-child, .hero-style-2 .slide-btns > a:first-child, .hero-style-3 .slide-btns > a:first-child {
margin-right: 15px;
}
@@ -3478,7 +3630,7 @@ color:#ffffff;
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
.features-section {
margin-top: -101px;
margin-top: -96px;
}
}
@@ -3790,6 +3942,21 @@ color:#ffffff;
border-radius: 10px;
}
.services-section .service-grids a.grid {
display: block;
color: inherit;
text-decoration: none;
-webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.services-section .service-grids a.grid:hover {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
-webkit-box-shadow: 0px 16px 42px 0px rgba(16, 37, 65, 0.14);
box-shadow: 0px 16px 42px 0px rgba(16, 37, 65, 0.14);
}
.services-section .service-grids .grid1 {
background-color: #fff;
width: calc(25% - 30px);
@@ -4657,6 +4824,7 @@ color:#ffffff;
box-shadow: -1px 3px 6px rgb(5 99 241 / 67%);
border-radius: 30px;
background: rgba(16, 119, 255, 0.918);
-webkit-backdrop-filter: blur(6px);
backdrop-filter: blur(6px);
transform: translateY(-4px);
}
@@ -7708,16 +7876,18 @@ color:#ffffff;
display: flex;
flex-direction: column;
position: relative;
}
.product-card .card-header {
display: flex;
justify-content: space-between;
align-items: center;
align-items:top;
height: 2em;
margin-bottom: 12px;
}
.product-card .card-header h4 {
margin: 0;
font-size: 17px;
font-size: 16px;
color: #102541;
font-weight: 600;
white-space: normal;
@@ -7739,7 +7909,7 @@ color:#ffffff;
color: #666;
line-height: 1.6;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
@@ -7964,3 +8134,76 @@ color:#ffffff;
color: #23527c;
text-decoration: none;
}
/* 客户案例详情页项目 Tab */
.case-project-switcher {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin: 40px 0 30px;
padding-bottom: 18px;
border-bottom: 1px solid #dbe6f3;
}
.case-project-tab {
border: 0;
border-radius: 16px;
padding: 14px 22px;
background: #f2f7ff;
color: #39526d;
font-size: 15px;
font-weight: 600;
line-height: 1.4;
transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.case-project-tab:hover,
.case-project-tab:focus {
background: #e3efff;
color: #173f73;
outline: none;
}
.case-project-tab.is-active {
background: linear-gradient(135deg, #0b63ce 0%, #1ba0ff 100%);
color: #ffffff;
box-shadow: 0 12px 24px rgba(11, 99, 206, 0.2);
}
.case-project-pane {
display: none;
}
.case-project-pane.is-active {
display: block;
animation: caseProjectFadeIn 0.25s ease;
}
.case-project-pane .project-single-content {
margin-bottom: 24px;
}
@keyframes caseProjectFadeIn {
from {
opacity: 0;
transform: translateY(8px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@media (max-width: 991px) {
.case-project-switcher {
margin-top: 30px;
}
}
@media (max-width: 767px) {
.case-project-tab {
width: 100%;
text-align: left;
}
}

View File

@@ -3,8 +3,6 @@
Smart Timeline Component - Horizontal Expansion
============================================ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&family=Oswald:wght@400;700&display=swap');
:root {
--tl-bg-color: #f8fafc;
--tl-line-color: rgba(20, 129, 255, 0.3);
@@ -12,6 +10,10 @@
--tl-text-color: #2a3e5d;
--tl-year-color: #102541;
--tl-transition-speed: 0.5s;
--tl-font-sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
"Noto Sans CJK SC", "Source Han Sans SC", sans-serif;
--tl-font-display: "DIN Alternate", "Arial Narrow", "Helvetica Neue",
Arial, sans-serif;
}
/* Section 容器 */
@@ -20,7 +22,7 @@
background-image:
radial-gradient(circle at 10% 20%, rgba(20, 129, 255, 0.08) 0%, transparent 20%),
radial-gradient(circle at 90% 80%, rgba(20, 129, 255, 0.05) 0%, transparent 20%);
font-family: 'Noto Sans SC', sans-serif;
font-family: var(--tl-font-sans);
overflow: hidden;
display: flex;
flex-direction: column;
@@ -124,7 +126,7 @@
transform-origin: 0 0;
transform: rotate(90deg);
font-family: 'Oswald', sans-serif;
font-family: var(--tl-font-display);
font-size: 14px;
color: var(--tl-year-color);
white-space: nowrap;
@@ -140,7 +142,7 @@
/* 竖向文字中的简短描述 */
.short-desc {
font-family: 'Noto Sans SC', sans-serif;
font-family: var(--tl-font-sans);
font-size: 12px;
opacity: 0.6;
font-weight: 300;
@@ -194,7 +196,7 @@
.content-date {
display: block;
color: var(--tl-active-color);
font-family: 'Oswald', sans-serif;
font-family: var(--tl-font-display);
font-size: 2rem;
margin-bottom: 15px;
font-weight: bold;
@@ -241,7 +243,7 @@
background: linear-gradient(90deg, rgba(20, 129, 255, 0.08) 0%, transparent 100%);
}
.timeline-container:has(.auto-expanded) .timeline-item:not(.auto-expanded) {
.timeline-container.has-auto-expanded .timeline-item:not(.auto-expanded) {
opacity: 0.4;
}

Binary file not shown.

Binary file not shown.

BIN
assets/images/NEW7-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

BIN
assets/images/NEW7-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
assets/images/NEW7-3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

BIN
assets/images/new8-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

BIN
assets/images/new8-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 KiB

BIN
assets/images/new9-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 342 KiB

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 503 KiB

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 354 KiB

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 KiB

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 323 KiB

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 352 KiB

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 471 KiB

After

Width:  |  Height:  |  Size: 246 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 519 KiB

After

Width:  |  Height:  |  Size: 269 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 684 KiB

After

Width:  |  Height:  |  Size: 257 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 603 KiB

After

Width:  |  Height:  |  Size: 216 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 735 KiB

After

Width:  |  Height:  |  Size: 340 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1002 KiB

After

Width:  |  Height:  |  Size: 507 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 590 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 404 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 539 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1005 KiB

After

Width:  |  Height:  |  Size: 423 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 984 KiB

After

Width:  |  Height:  |  Size: 470 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 500 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 831 KiB

After

Width:  |  Height:  |  Size: 400 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 509 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 897 KiB

After

Width:  |  Height:  |  Size: 415 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 794 KiB

After

Width:  |  Height:  |  Size: 409 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 755 KiB

After

Width:  |  Height:  |  Size: 300 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 793 KiB

After

Width:  |  Height:  |  Size: 373 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 730 KiB

After

Width:  |  Height:  |  Size: 357 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 KiB

After

Width:  |  Height:  |  Size: 403 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 867 KiB

After

Width:  |  Height:  |  Size: 413 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 809 KiB

After

Width:  |  Height:  |  Size: 382 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 544 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 480 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 634 KiB

After

Width:  |  Height:  |  Size: 300 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 727 KiB

After

Width:  |  Height:  |  Size: 370 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 438 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 951 KiB

After

Width:  |  Height:  |  Size: 442 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 399 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 924 KiB

After

Width:  |  Height:  |  Size: 378 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1012 KiB

After

Width:  |  Height:  |  Size: 416 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 976 KiB

After

Width:  |  Height:  |  Size: 485 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 409 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 437 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 932 KiB

After

Width:  |  Height:  |  Size: 387 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 811 KiB

After

Width:  |  Height:  |  Size: 357 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 820 KiB

After

Width:  |  Height:  |  Size: 379 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1013 KiB

After

Width:  |  Height:  |  Size: 432 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 324 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 979 KiB

After

Width:  |  Height:  |  Size: 474 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 800 KiB

After

Width:  |  Height:  |  Size: 343 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 851 KiB

After

Width:  |  Height:  |  Size: 376 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 758 KiB

After

Width:  |  Height:  |  Size: 322 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 893 KiB

After

Width:  |  Height:  |  Size: 299 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 928 KiB

After

Width:  |  Height:  |  Size: 277 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 992 KiB

After

Width:  |  Height:  |  Size: 325 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 873 KiB

After

Width:  |  Height:  |  Size: 355 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 761 KiB

After

Width:  |  Height:  |  Size: 287 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 629 KiB

After

Width:  |  Height:  |  Size: 402 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 477 KiB

After

Width:  |  Height:  |  Size: 260 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 629 KiB

After

Width:  |  Height:  |  Size: 358 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 875 KiB

After

Width:  |  Height:  |  Size: 274 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 707 KiB

After

Width:  |  Height:  |  Size: 315 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 720 KiB

After

Width:  |  Height:  |  Size: 297 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 999 KiB

After

Width:  |  Height:  |  Size: 280 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 431 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 863 KiB

After

Width:  |  Height:  |  Size: 297 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 313 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 980 KiB

After

Width:  |  Height:  |  Size: 377 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 826 KiB

After

Width:  |  Height:  |  Size: 357 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 877 KiB

After

Width:  |  Height:  |  Size: 393 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 481 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 950 KiB

After

Width:  |  Height:  |  Size: 441 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 829 KiB

After

Width:  |  Height:  |  Size: 333 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 922 KiB

After

Width:  |  Height:  |  Size: 432 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 939 KiB

After

Width:  |  Height:  |  Size: 408 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 515 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 510 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 513 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 432 KiB

Some files were not shown because too many files have changed in this diff Show More