Compare commits
14 Commits
c16498c04d
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| d4963b0081 | |||
| d5c88ef46a | |||
| c6aa8b49c7 | |||
| 3f8ab381e5 | |||
| e43bf31e67 | |||
| ebcd1388cc | |||
| d3d555aaad | |||
| e07ef024c0 | |||
| 12de99c55e | |||
| 2356843b77 | |||
| 9938e484bd | |||
| 8200b1f948 | |||
| cc4bd6b4d9 | |||
| 4857f9ef06 |
@@ -456,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;
|
||||
@@ -519,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;
|
||||
|
||||
@@ -161,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
|
||||
--------------------------------------------------------------*/
|
||||
@@ -1256,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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1322,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;
|
||||
@@ -1502,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
|
||||
------------------------------------*/
|
||||
@@ -1892,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) {
|
||||
@@ -2832,6 +2912,7 @@ color:#ffffff;
|
||||
display: flex;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
background: #0d1f38;
|
||||
}
|
||||
|
||||
@media (max-width: 991px) {
|
||||
@@ -2848,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;
|
||||
}
|
||||
|
||||
@@ -2861,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;
|
||||
@@ -2880,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,
|
||||
@@ -3071,7 +3175,7 @@ color:#ffffff;
|
||||
font-size: 20px;
|
||||
font-size: 1.25rem;
|
||||
font-weight: 600;
|
||||
color: #031c5c
|
||||
color: #031c5c;
|
||||
margin: 0 0 0.75em;
|
||||
}
|
||||
|
||||
@@ -3089,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;
|
||||
}
|
||||
@@ -3485,7 +3630,7 @@ color:#ffffff;
|
||||
--------------------------------------------------------------*/
|
||||
@media screen and (min-width: 992px) {
|
||||
.features-section {
|
||||
margin-top: -101px;
|
||||
margin-top: -96px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4679,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);
|
||||
}
|
||||
@@ -7730,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;
|
||||
@@ -7761,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;
|
||||
@@ -7986,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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
BIN
assets/images/NEW7-1.png
Normal file
|
After Width: | Height: | Size: 148 KiB |
BIN
assets/images/NEW7-2.png
Normal file
|
After Width: | Height: | Size: 48 KiB |
BIN
assets/images/NEW7-3.png
Normal file
|
After Width: | Height: | Size: 171 KiB |
BIN
assets/images/new8-1.png
Normal file
|
After Width: | Height: | Size: 237 KiB |
BIN
assets/images/new8-2.png
Normal file
|
After Width: | Height: | Size: 396 KiB |
BIN
assets/images/new9-1.png
Normal file
|
After Width: | Height: | Size: 127 KiB |
|
Before Width: | Height: | Size: 342 KiB After Width: | Height: | Size: 123 KiB |
|
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 503 KiB After Width: | Height: | Size: 131 KiB |
|
Before Width: | Height: | Size: 354 KiB After Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 330 KiB After Width: | Height: | Size: 121 KiB |
|
Before Width: | Height: | Size: 323 KiB After Width: | Height: | Size: 109 KiB |
|
Before Width: | Height: | Size: 352 KiB After Width: | Height: | Size: 119 KiB |
|
Before Width: | Height: | Size: 471 KiB After Width: | Height: | Size: 246 KiB |
|
Before Width: | Height: | Size: 519 KiB After Width: | Height: | Size: 269 KiB |
|
Before Width: | Height: | Size: 684 KiB After Width: | Height: | Size: 257 KiB |
|
Before Width: | Height: | Size: 603 KiB After Width: | Height: | Size: 216 KiB |
|
Before Width: | Height: | Size: 735 KiB After Width: | Height: | Size: 340 KiB |
|
Before Width: | Height: | Size: 1002 KiB After Width: | Height: | Size: 507 KiB |
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 590 KiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 404 KiB |
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 539 KiB |
|
Before Width: | Height: | Size: 1005 KiB After Width: | Height: | Size: 423 KiB |
|
Before Width: | Height: | Size: 984 KiB After Width: | Height: | Size: 470 KiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 500 KiB |
|
Before Width: | Height: | Size: 831 KiB After Width: | Height: | Size: 400 KiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 509 KiB |
|
Before Width: | Height: | Size: 897 KiB After Width: | Height: | Size: 415 KiB |
|
Before Width: | Height: | Size: 794 KiB After Width: | Height: | Size: 409 KiB |
|
Before Width: | Height: | Size: 176 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 755 KiB After Width: | Height: | Size: 300 KiB |
|
Before Width: | Height: | Size: 793 KiB After Width: | Height: | Size: 373 KiB |
|
Before Width: | Height: | Size: 730 KiB After Width: | Height: | Size: 357 KiB |
|
Before Width: | Height: | Size: 822 KiB After Width: | Height: | Size: 403 KiB |
|
Before Width: | Height: | Size: 867 KiB After Width: | Height: | Size: 413 KiB |
|
Before Width: | Height: | Size: 809 KiB After Width: | Height: | Size: 382 KiB |
|
Before Width: | Height: | Size: 130 KiB After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 544 KiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 480 KiB |
|
Before Width: | Height: | Size: 634 KiB After Width: | Height: | Size: 300 KiB |
|
Before Width: | Height: | Size: 727 KiB After Width: | Height: | Size: 370 KiB |
|
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 438 KiB |
|
Before Width: | Height: | Size: 951 KiB After Width: | Height: | Size: 442 KiB |
|
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 399 KiB |
|
Before Width: | Height: | Size: 924 KiB After Width: | Height: | Size: 378 KiB |
|
Before Width: | Height: | Size: 1012 KiB After Width: | Height: | Size: 416 KiB |
|
Before Width: | Height: | Size: 976 KiB After Width: | Height: | Size: 485 KiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 409 KiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 437 KiB |
|
Before Width: | Height: | Size: 932 KiB After Width: | Height: | Size: 387 KiB |
|
Before Width: | Height: | Size: 811 KiB After Width: | Height: | Size: 357 KiB |
|
Before Width: | Height: | Size: 820 KiB After Width: | Height: | Size: 379 KiB |
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 1013 KiB After Width: | Height: | Size: 432 KiB |
|
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 324 KiB |
|
Before Width: | Height: | Size: 979 KiB After Width: | Height: | Size: 474 KiB |
|
Before Width: | Height: | Size: 800 KiB After Width: | Height: | Size: 343 KiB |
|
Before Width: | Height: | Size: 851 KiB After Width: | Height: | Size: 376 KiB |
|
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 758 KiB After Width: | Height: | Size: 322 KiB |
|
Before Width: | Height: | Size: 893 KiB After Width: | Height: | Size: 299 KiB |
|
Before Width: | Height: | Size: 928 KiB After Width: | Height: | Size: 277 KiB |
|
Before Width: | Height: | Size: 992 KiB After Width: | Height: | Size: 325 KiB |
|
Before Width: | Height: | Size: 873 KiB After Width: | Height: | Size: 355 KiB |
|
Before Width: | Height: | Size: 761 KiB After Width: | Height: | Size: 287 KiB |
|
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 402 KiB |
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 477 KiB After Width: | Height: | Size: 260 KiB |
|
Before Width: | Height: | Size: 809 KiB After Width: | Height: | Size: 358 KiB |
|
Before Width: | Height: | Size: 875 KiB After Width: | Height: | Size: 274 KiB |
|
Before Width: | Height: | Size: 707 KiB After Width: | Height: | Size: 315 KiB |
BIN
assets/images/product/sanzahuo/tinified.zip
Normal file
|
Before Width: | Height: | Size: 720 KiB After Width: | Height: | Size: 297 KiB |
|
Before Width: | Height: | Size: 999 KiB After Width: | Height: | Size: 280 KiB |
|
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 431 KiB |
|
Before Width: | Height: | Size: 863 KiB After Width: | Height: | Size: 297 KiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 313 KiB |
|
Before Width: | Height: | Size: 980 KiB After Width: | Height: | Size: 377 KiB |
|
Before Width: | Height: | Size: 826 KiB After Width: | Height: | Size: 357 KiB |
|
Before Width: | Height: | Size: 877 KiB After Width: | Height: | Size: 393 KiB |
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 481 KiB |
|
Before Width: | Height: | Size: 950 KiB After Width: | Height: | Size: 441 KiB |
|
Before Width: | Height: | Size: 829 KiB After Width: | Height: | Size: 333 KiB |
|
Before Width: | Height: | Size: 922 KiB After Width: | Height: | Size: 432 KiB |
|
Before Width: | Height: | Size: 939 KiB After Width: | Height: | Size: 408 KiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 478 KiB |
|
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 988 KiB After Width: | Height: | Size: 515 KiB |
|
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 510 KiB |
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 513 KiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 432 KiB |
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 364 KiB |
|
Before Width: | Height: | Size: 982 KiB After Width: | Height: | Size: 449 KiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 478 KiB |