This commit is contained in:
telangpu
2026-05-10 22:11:57 +08:00
parent 28f5c4ad85
commit b8e0814009
1424 changed files with 31712 additions and 390 deletions

View File

@@ -0,0 +1,118 @@
<footer id="page-footer" class="page-footer sk-footer-container">
<style>
.sk-footer-container {
background: linear-gradient(135deg, #1e1e2f 0%, #151522 100%);
padding: 60px 20px;
position: relative;
overflow: hidden;
box-shadow: 0 -10px 30px rgba(0,0,0,0.2);
}
.skeleton-block {
background: linear-gradient(90deg, rgba(255, 255, 255, 0.03) 25%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.03) 75%);
background-size: 400% 100%;
animation: skeleton-loading 2s infinite ease-in-out;
border-radius: 6px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
border: 1px solid rgba(255, 255, 255, 0.02);
}
.skeleton-block:hover {
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
border-color: rgba(255, 255, 255, 0.1);
}
@keyframes skeleton-loading {
0% { background-position: 100% 50%; }
100% { background-position: 0 50%; }
}
/* === 响应式布局 (适配所有手机) === */
.sk-footer-main {
display: flex; justify-content: space-between; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; gap: 40px; padding-bottom: 50px;
}
.sk-footer-col { flex: 1; display: flex; flex-direction: column; gap: 14px; }
.sk-footer-col-1 { min-width: 250px; gap: 15px;}
.sk-footer-col-nav { min-width: 150px; }
.sk-footer-col-last { flex: 1.5; min-width: 250px; gap: 15px; }
.sk-footer-bottom {
max-width: 1200px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 30px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px;
}
@media (max-width: 768px) {
.sk-footer-container { padding: 40px 15px 30px; }
.sk-footer-main { flex-direction: column; gap: 30px; padding-bottom: 30px; }
/* 手机端改成全宽或两列堆叠 */
.sk-footer-col-1 { min-width: 100%; align-items: center; text-align: center; }
.sk-logo-sk { margin: 0 auto; }
/* 链接区改成两列并排 */
.sk-nav-wrap { display: flex; flex-direction: row; gap: 20px; width: 100%; justify-content: space-between; }
.sk-footer-col-nav { min-width: calc(50% - 10px); }
/* 订阅区全宽 */
.sk-footer-col-last { min-width: 100%; align-items: center; }
.sk-social-wrap { justify-content: center; }
.sk-footer-bottom { flex-direction: column; align-items: center; }
.sk-policy-wrap { justify-content: center; }
}
</style>
<!-- 主体区块 -->
<div class="sk-footer-main">
<!-- 品牌/Logo区域 -->
<div class="sk-footer-col sk-footer-col-1">
<div class="skeleton-block sk-logo-sk" style="width: 140px; height: 40px; border-radius: 20px;"></div>
<div class="skeleton-block" style="width: 100%; height: 12px; margin-top: 10px; max-width: 300px;"></div>
<div class="skeleton-block" style="width: 90%; height: 12px; max-width: 270px;"></div>
<div class="skeleton-block" style="width: 75%; height: 12px; max-width: 220px;"></div>
</div>
<div class="sk-nav-wrap">
<!-- 链接列 1 -->
<div class="sk-footer-col sk-footer-col-nav">
<div class="skeleton-block" style="width: 60%; height: 18px; margin-bottom: 8px;"></div>
<div class="skeleton-block" style="width: 80%; height: 10px;"></div>
<div class="skeleton-block" style="width: 70%; height: 10px;"></div>
<div class="skeleton-block" style="width: 90%; height: 10px;"></div>
<div class="skeleton-block" style="width: 75%; height: 10px;"></div>
</div>
<!-- 链接列 2 -->
<div class="sk-footer-col sk-footer-col-nav">
<div class="skeleton-block" style="width: 55%; height: 18px; margin-bottom: 8px;"></div>
<div class="skeleton-block" style="width: 65%; height: 10px;"></div>
<div class="skeleton-block" style="width: 85%; height: 10px;"></div>
<div class="skeleton-block" style="width: 75%; height: 10px;"></div>
</div>
</div>
<!-- 订阅/社交区域 -->
<div class="sk-footer-col sk-footer-col-last">
<div class="skeleton-block" style="width: 120px; height: 18px; margin-bottom: 5px;"></div>
<!-- 模仿输入框和大按钮 -->
<div class="skeleton-block" style="width: 100%; max-width: 350px; height: 45px; border-radius: 25px;"></div>
<!-- 模仿社交图标 -->
<div class="sk-social-wrap" style="display: flex; gap: 15px; margin-top: 15px; width: 100%; max-width: 350px;">
<div class="skeleton-block" style="width: 40px; height: 40px; border-radius: 50%;"></div>
<div class="skeleton-block" style="width: 40px; height: 40px; border-radius: 50%;"></div>
<div class="skeleton-block" style="width: 40px; height: 40px; border-radius: 50%;"></div>
<div class="skeleton-block" style="width: 40px; height: 40px; border-radius: 50%;"></div>
</div>
</div>
</div>
<!-- 底部版权/协议区块 -->
<div class="sk-footer-bottom">
<!-- 版权 -->
<div class="skeleton-block" style="width: 200px; height: 12px;"></div>
<!-- 政策链接 -->
<div class="sk-policy-wrap" style="display: flex; gap: 25px;">
<div class="skeleton-block" style="width: 60px; height: 12px;"></div>
<div class="skeleton-block" style="width: 60px; height: 12px;"></div>
<div class="skeleton-block" style="width: 60px; height: 12px;"></div>
</div>
</div>
</footer>

View File

@@ -0,0 +1,102 @@
<header id="page-header" class="page-header sk-header-container">
<style>
.sk-header-container {
background: linear-gradient(135deg, #1e1e2f 0%, #151522 100%);
padding: 15px 30px;
position: relative;
overflow: hidden;
box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}
.skeleton-block {
background: linear-gradient(90deg, rgba(255, 255, 255, 0.03) 25%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.03) 75%);
background-size: 400% 100%;
animation: skeleton-loading 2s infinite ease-in-out;
border-radius: 6px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
border: 1px solid rgba(255, 255, 255, 0.02);
}
.skeleton-block:hover {
transform: translateY(-2px);
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
border-color: rgba(255, 255, 255, 0.1);
}
@keyframes skeleton-loading {
0% { background-position: 100% 50%; }
100% { background-position: 0 50%; }
}
/* === 响应式布局 (适配所有手机) === */
.sk-header-wrap {
max-width: 1400px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px;
}
.sk-top-util {
display: flex; justify-content: flex-end; gap: 20px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,0.05);
}
.sk-main-nav {
display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-top: 5px; flex-wrap: wrap;
}
.sk-logo-box { width: 220px; height: 50px; border-radius: 8px; }
.sk-search-box { flex: 1; max-width: 600px; height: 42px; border-radius: 25px; min-width: 250px; }
.sk-icons-box { display: flex; gap: 15px; align-items: center; }
.sk-bottom-cats { display: flex; justify-content: center; gap: 50px; padding-top: 10px; flex-wrap: wrap; }
.sk-mobile-menu-btn { display: none; width: 40px; height: 40px; border-radius: 6px; }
@media (max-width: 768px) {
.sk-header-container { padding: 10px 15px; }
.sk-header-wrap { gap: 10px; }
/* 手机端隐藏顶部小条和底部多列导航,收起到侧边栏按钮 */
.sk-top-util, .sk-bottom-cats { display: none; }
/* 重新排列主导航:菜单按钮, Logo, 购物车图标 */
.sk-main-nav { gap: 10px; justify-content: space-between; padding-top: 0; }
.sk-mobile-menu-btn { display: block; }
.sk-logo-box { width: 140px; height: 35px; margin: 0 auto; }
.sk-search-box { width: 100%; max-width: 100%; order: 4; height: 38px; margin-top: 5px;}
.sk-user-btn { display: none; } /* 手机端通常把个人中心放到汉堡菜单里 */
.sk-icons-box { gap: 10px; }
}
</style>
<div class="sk-header-wrap">
<!-- 顶部小工具栏 (Utility Bar) - 手机端隐藏 -->
<div class="sk-top-util">
<div class="skeleton-block" style="width: 80px; height: 12px; border-radius: 4px;"></div>
<div class="skeleton-block" style="width: 70px; height: 12px; border-radius: 4px;"></div>
<div class="skeleton-block" style="width: 85px; height: 12px; border-radius: 4px;"></div>
<div class="skeleton-block" style="width: 60px; height: 12px; border-radius: 4px;"></div>
</div>
<!-- 主导航条 -->
<div class="sk-main-nav">
<!-- 手机端汉堡菜单占位 (仅移动端显示) -->
<div class="skeleton-block sk-mobile-menu-btn"></div>
<!-- 品牌 Logo 占位 -->
<div class="skeleton-block sk-logo-box"></div>
<!-- 右侧图标 (购物车等) -->
<div class="sk-icons-box">
<!-- 移动端隐藏的长按钮,仅保留图标 -->
<div class="skeleton-block sk-user-btn" style="width: 110px; height: 40px; border-radius: 20px;"></div>
<div class="skeleton-block" style="width: 40px; height: 40px; border-radius: 50%;"></div>
</div>
<!-- 居中长搜索框占位 (移动端会掉到下一排占满全宽) -->
<div class="skeleton-block sk-search-box"></div>
</div>
<!-- 下方导航分类栏 - 手机端隐藏 -->
<div class="sk-bottom-cats">
<div class="skeleton-block" style="width: 65px; height: 16px; border-radius: 4px;"></div>
<div class="skeleton-block" style="width: 85px; height: 16px; border-radius: 4px;"></div>
<div class="skeleton-block" style="width: 75px; height: 16px; border-radius: 4px;"></div>
<div class="skeleton-block" style="width: 100px; height: 16px; border-radius: 4px;"></div>
<div class="skeleton-block" style="width: 60px; height: 16px; border-radius: 4px;"></div>
<div class="skeleton-block" style="width: 90px; height: 16px; border-radius: 4px;"></div>
</div>
</div>
</header>

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 KiB

View File

@@ -0,0 +1 @@
<?xml version="1.0" ?><svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style>.cls-1{fill:url(#linear-gradient);}.cls-2{fill:#a5a4a4;}.cls-3{fill:#333;}.cls-4{fill:#e6e6e6;}.cls-5{fill:gray;}.cls-6{fill:url(#linear-gradient-2);}.cls-7{fill:url(#linear-gradient-3);}.cls-8{fill:#fff;}</style><linearGradient gradientUnits="userSpaceOnUse" id="linear-gradient" x1="22.04" x2="22.04" y1="12.76" y2="39.8"><stop offset="0" stop-color="#e6e6e6"/><stop offset="1" stop-color="#bababa"/></linearGradient><linearGradient gradientUnits="userSpaceOnUse" id="linear-gradient-2" x1="35.54" x2="35.54" y1="11.27" y2="20.1"><stop offset="0" stop-color="#00bde8"/><stop offset="1" stop-color="#009dc1"/></linearGradient><linearGradient gradientUnits="userSpaceOnUse" id="linear-gradient-3" x1="35.54" x2="35.54" y1="12" y2="19.67"><stop offset="0" stop-color="#00cfff"/><stop offset="1" stop-color="#00afd6"/></linearGradient></defs><title/><g id="icons"><g data-name="Layer 3" id="Layer_3"><rect class="cls-1" height="26" rx="5" ry="5" width="35" x="4.54" y="12.81"/><path class="cls-2" d="M35.54,11.19a7.63,7.63,0,1,0,4,14.1V12.34A7.54,7.54,0,0,0,35.54,11.19Z"/><rect class="cls-3" height="4" width="35" x="4.54" y="19.81"/><rect class="cls-4" height="2" width="8" x="8.54" y="32.81"/><rect class="cls-4" height="2" width="6" x="19.54" y="32.81"/><rect class="cls-4" height="2" width="7" x="28.54" y="32.81"/><rect class="cls-5" height="2" width="8" x="8.54" y="31.81"/><rect class="cls-5" height="2" width="6" x="19.54" y="31.81"/><rect class="cls-5" height="2" width="7" x="28.54" y="31.81"/><path class="cls-6" d="M43.17,16.81a7.63,7.63,0,1,1-7.63-7.62A7.64,7.64,0,0,1,43.17,16.81Z"/><path class="cls-7" d="M35.54,23.44a6.63,6.63,0,1,1,6.63-6.63,6.63,6.63,0,0,1-6.63,6.63Z"/><path class="cls-8" d="M38,16.58V14.85a2.25,2.25,0,0,0-2.25-2.25h-.34a2.25,2.25,0,0,0-2.25,2.25v1.73H31.79V21H39.3V16.58Zm-1,0H34.12V14.85a1.25,1.25,0,0,1,1.25-1.25h.34A1.25,1.25,0,0,1,37,14.85Z"/></g></g></svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1,15 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.75977 0.259006L19.3986 0.230225C19.4058 5.68428 19.4526 16.0383 19.4382 16.5816C19.4166 17.4486 19.4022 17.6933 18.9309 18.1898C16.7004 20.0318 14.4699 21.8702 12.2357 23.7122C9.87564 21.8846 7.67747 20.1037 5.34259 18.1898C4.8569 17.6825 4.81373 17.5134 4.78855 16.6176L4.75977 0.259006Z" fill="#E40E20"/>
<path d="M12.243 24L12.1027 23.8885C9.84335 22.14 7.70994 20.4167 5.20237 18.3625L5.18078 18.3445C4.64473 17.7832 4.59077 17.553 4.56558 16.6212V16.614L4.5332 0.0287811L19.6218 0V0.223055C19.6254 2.6083 19.6362 5.98651 19.647 8.96537C19.6614 12.8868 19.6722 16.2722 19.6614 16.578C19.6398 17.4451 19.629 17.7689 19.0929 18.3337L19.0714 18.3517L12.243 24ZM5.49738 18.0279C7.94379 20.0318 10.034 21.7227 12.2322 23.428L18.7763 18.0279C19.1865 17.5926 19.1901 17.4163 19.2117 16.578C19.2189 16.2758 19.2081 12.894 19.1973 8.97616C19.1865 6.08724 19.1757 2.82776 19.1721 0.456903L4.98291 0.482086L5.01529 16.614C5.04047 17.4738 5.07645 17.5854 5.49738 18.0279Z" fill="white"/>
<path d="M6.40059 1.87065L6.28906 1.87091L6.32479 17.1394L6.43631 17.1391L6.40059 1.87065Z" fill="white"/>
<path d="M17.7366 1.853L6.36084 1.87427L6.36106 1.99299L17.7369 1.97172L17.7366 1.853Z" fill="white"/>
<path d="M17.7977 1.85272L17.6934 1.85297L17.7296 17.1286L17.8339 17.1284L17.7977 1.85272Z" fill="white"/>
<path d="M9.79674 16.1751L14.56 16.1679V17.1249L17.8339 17.1213L12.2252 21.845L6.36816 17.1429L9.77875 17.1285L9.79674 16.1751Z" fill="white"/>
<path d="M14.1497 8.67035L12.5308 8.67395L12.8402 15.1318L15.9593 15.1246L14.1497 8.67035Z" fill="white"/>
<path d="M10.1526 8.67755L11.7716 8.67395L11.4873 15.1318L8.36816 15.1389L10.1526 8.67755Z" fill="white"/>
<path d="M9.75363 7.87886L9.59894 8.42931H9.1888V7.89325L8.1167 7.89685V7.46154L16.197 7.44714V7.87886L15.1321 7.88246V8.41851H14.7184L14.5673 7.86807L9.75363 7.87886Z" fill="white"/>
<path d="M11.5417 2.83136H12.0417L11.8187 7.02623H10.3652L11.5417 2.83136Z" fill="white"/>
<path d="M12.7036 2.82776H12.1855L12.4482 7.02263L13.9016 7.01903L12.7036 2.82776Z" fill="white"/>
<path d="M8.49786 14.7072C7.71357 13.9841 7.13075 13.1027 6.81415 12.1601C6.50475 11.2391 6.45798 10.2749 6.67025 9.37189C7.10916 7.52988 8.60219 6.1232 10.7644 5.5116L10.7896 5.59794C8.65975 6.19875 7.18831 7.58385 6.75659 9.39347C6.32487 11.2103 7.01202 13.2214 8.55902 14.6425L8.49786 14.7072Z" fill="white"/>
<path d="M15.2758 12.8148L15.2254 12.7429C17.0423 11.4513 17.8338 9.33591 17.2941 7.22408C16.7473 5.09067 14.97 3.54368 12.7646 3.28464L12.7754 3.1947C13.9267 3.33141 14.9736 3.79911 15.7975 4.55462C16.571 5.25976 17.1178 6.17356 17.3804 7.1989C17.9273 9.3467 17.1214 11.4981 15.2758 12.8148Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -0,0 +1,17 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.4391 0.268738C3.4391 0.268738 1.33545 0.268738 1.33545 2.37238V16.9827C1.33545 16.9827 1.33545 19.0864 3.4391 19.0864H20.5293C20.5293 19.0864 22.633 19.0864 22.633 16.9827V2.37238C22.633 2.37238 22.633 0.268738 20.5293 0.268738H3.4391Z" fill="#F99D2A"/>
<path d="M20.5295 19.3551H3.43928C1.55829 19.3551 1.06692 17.8042 1.06692 16.9827V2.37236C1.05925 0.49904 2.61779 0 3.43928 0H20.5295C22.4105 0 22.9019 1.55086 22.9019 2.37236V16.9827C22.9019 18.8637 21.351 19.3551 20.5295 19.3551ZM3.43928 0.537428C3.36251 0.537428 1.60435 0.568138 1.60435 2.37236V16.9827C1.60435 17.0595 1.63506 18.8177 3.43928 18.8177H20.5295C20.6063 18.8177 22.3644 18.7869 22.3644 16.9827V2.37236C22.3644 2.29559 22.3337 0.537428 20.5295 0.537428H3.43928Z" fill="white"/>
<path d="M3.72349 23.7313C3.72349 23.7313 1.12848 23.7313 2.54115 21.5509L10.6026 9.07485C10.6026 9.07485 12.0076 6.89443 13.4126 9.07485L21.474 21.5509C21.474 21.5509 22.879 23.7313 20.2916 23.7313H3.72349Z" fill="#597B91"/>
<path d="M20.276 24H3.72319C3.66945 24 2.41033 23.9923 1.98807 23.2169C1.73471 22.7485 1.84219 22.142 2.3182 21.4127L10.3796 8.93665C10.4103 8.89058 11.0936 7.84644 12.061 7.84644C12.6445 7.84644 13.1742 8.21496 13.6426 8.93665L21.704 21.4127C21.7347 21.4587 22.4103 22.5259 21.9881 23.3013C21.7194 23.762 21.1512 24 20.276 24ZM12.0533 8.38386C11.3854 8.38386 10.8249 9.22072 10.8172 9.22839L2.75582 21.7044C2.51014 22.0883 2.25678 22.6104 2.44872 22.9635C2.67137 23.3781 3.43912 23.4702 3.71552 23.4702H20.276C20.729 23.4702 21.3124 23.3935 21.4967 23.048C21.7194 22.6334 21.3815 21.9424 21.2357 21.7121L13.1742 9.23607C12.8211 8.66793 12.4372 8.38386 12.0533 8.38386Z" fill="white"/>
<path d="M12.2455 10.0499H11.7848L11.5161 11.2016H12.5142L12.2455 10.0499Z" fill="white"/>
<path d="M12.6367 12.476H11.2778L10.4717 15.2937H13.3584L12.6367 12.476Z" fill="white"/>
<path d="M13.7196 16.8752H10.1112L8.49121 22.142H15.424L13.7196 16.8752Z" fill="white"/>
<path d="M3.20117 2.23413H3.6004V3.90016H5.6196V2.23413H6.01883V6.20342H5.6196V4.28404H3.6004V6.20342H3.20117V2.23413Z" fill="white"/>
<path d="M6.12638 6.31859H5.51218V4.3992H3.70795V6.31859H3.09375V2.12665H3.70795V3.79268H5.51218V2.12665H6.12638V6.31859ZM5.72715 6.09594H5.90373V2.34162H5.72715V4.00765H3.49298V2.34162H3.3164V6.09594H3.49298V4.17655H5.73483V6.09594H5.72715Z" fill="white"/>
<path d="M6.93994 2.23413H7.33917V4.62952C7.33917 4.91359 7.34685 5.09018 7.35453 5.15927C7.37756 5.31282 7.42363 5.44334 7.49272 5.55083C7.56182 5.65831 7.67699 5.74277 7.82286 5.81186C7.96873 5.88096 8.12228 5.91935 8.27583 5.91935C8.40635 5.91935 8.53687 5.88864 8.65203 5.8349C8.77488 5.78115 8.87468 5.70438 8.95146 5.60457C9.03591 5.50476 9.08965 5.3896 9.12804 5.24373C9.15875 5.14392 9.16643 4.93662 9.16643 4.62185V2.23413H9.56566V4.62952C9.56566 4.98269 9.52728 5.26676 9.45818 5.48941C9.38908 5.70438 9.25088 5.89632 9.04359 6.05755C8.8363 6.21877 8.58294 6.30323 8.29119 6.30323C7.96873 6.30323 7.70002 6.22645 7.46969 6.0729C7.23937 5.91935 7.08581 5.71973 7.00904 5.46637C6.96297 5.31282 6.93994 5.03643 6.93994 4.62952V2.23413Z" fill="white"/>
<path d="M8.29907 6.41839C7.96125 6.41839 7.66183 6.33394 7.41615 6.17271C7.17047 6.00381 7.00156 5.78116 6.91711 5.50477C6.86336 5.33586 6.84033 5.05179 6.84033 4.6372V2.12665H7.45454V4.62953C7.45454 4.97502 7.46221 5.09786 7.46989 5.14392C7.48525 5.28212 7.53131 5.40496 7.59273 5.48941C7.65415 5.58154 7.75396 5.65832 7.88448 5.71974C8.13016 5.8349 8.3912 5.85025 8.62152 5.74277C8.72901 5.6967 8.81346 5.62761 8.88256 5.54315C8.95166 5.4587 9.0054 5.35121 9.03611 5.22837C9.05146 5.16695 9.0745 5.0134 9.0745 4.6372V2.12665H9.6887V4.62953C9.6887 4.99037 9.65031 5.29747 9.58122 5.52012C9.50444 5.75812 9.35089 5.96542 9.12824 6.142C8.89024 6.32626 8.61384 6.41839 8.29907 6.41839ZM7.04763 2.34162V4.62953C7.04763 5.02108 7.07066 5.28979 7.11672 5.43567C7.18582 5.66599 7.32402 5.84258 7.53131 5.98845C7.7386 6.12665 7.99964 6.19574 8.29139 6.19574C8.56778 6.19574 8.79043 6.12665 8.98237 5.9731C9.1743 5.82722 9.29715 5.65064 9.35857 5.4587C9.42766 5.25141 9.45837 4.97502 9.45837 4.62953V2.34162H9.28179V4.62953C9.28179 4.95198 9.26644 5.16695 9.23573 5.28212C9.19734 5.43567 9.12824 5.57386 9.03611 5.68135C8.94398 5.79651 8.82882 5.88097 8.6983 5.94239C8.41423 6.0729 8.08409 6.06523 7.77699 5.91935C7.60809 5.84258 7.48525 5.73509 7.40079 5.61993C7.31634 5.49709 7.27027 5.35122 7.24724 5.18231C7.23956 5.10553 7.23189 4.92895 7.23189 4.6372V2.34162H7.04763Z" fill="white"/>
<path d="M10.188 4.55273H11.6698V4.88287H10.188V4.55273Z" fill="white"/>
<path d="M11.7772 4.99036H10.0728V4.44525H11.7772V4.99036ZM10.2954 4.76771H11.5622V4.65255H10.2954V4.76771Z" fill="white"/>
<path d="M15.9073 2.8867L15.3776 3.41645C15.0398 3.06329 14.6482 2.87902 14.2029 2.87902C13.8114 2.87902 13.4812 3.00954 13.2202 3.27058C12.9592 3.53162 12.821 3.84639 12.821 4.21492C12.821 4.59879 12.9592 4.92125 13.2279 5.18996C13.5043 5.45868 13.8421 5.5892 14.2413 5.5892C14.5024 5.5892 14.725 5.53545 14.9016 5.42797C15.0782 5.32048 15.224 5.1439 15.3315 4.91357H14.1799V4.20724H16.1761L16.1837 4.37615C16.1837 4.72163 16.0916 5.05177 15.915 5.36655C15.7384 5.68133 15.5004 5.91165 15.2164 6.08056C14.9323 6.24179 14.5945 6.32624 14.2106 6.32624C13.796 6.32624 13.4275 6.23411 13.105 6.05753C12.7826 5.88094 12.5292 5.61991 12.3373 5.28977C12.153 4.95964 12.0532 4.59879 12.0532 4.21492C12.0532 3.69284 12.2298 3.23219 12.5753 2.84064C12.9899 2.37998 13.5273 2.14966 14.1876 2.14966C14.5331 2.14966 14.8555 2.21108 15.1549 2.3416C15.416 2.43373 15.6693 2.61799 15.9073 2.8867Z" fill="white"/>
<path d="M18.702 2.13434C19.2624 2.13434 19.7461 2.33395 20.153 2.74086C20.5599 3.15545 20.7596 3.64681 20.7596 4.23031C20.7596 4.80612 20.5599 5.29749 20.1607 5.7044C19.7615 6.10363 19.2778 6.30325 18.7097 6.30325C18.1108 6.30325 17.6194 6.09595 17.2279 5.68136C16.8363 5.26678 16.6367 4.78309 16.6367 4.21495C16.6367 3.83875 16.7288 3.48559 16.9131 3.17081C17.0974 2.85603 17.3507 2.60267 17.6732 2.41073C17.988 2.22647 18.3335 2.13434 18.702 2.13434ZM18.6943 2.87906C18.3258 2.87906 18.0187 3.00958 17.7653 3.26294C17.512 3.5163 17.3891 3.84643 17.3891 4.23799C17.3891 4.67561 17.5503 5.0211 17.8651 5.28213C18.1108 5.48175 18.3872 5.58156 18.7097 5.58156C19.0705 5.58156 19.3699 5.45104 19.6233 5.19C19.8766 4.92896 19.9995 4.61419 19.9995 4.23031C19.9995 3.85411 19.869 3.53165 19.6156 3.27061C19.3699 3.00958 19.0628 2.87906 18.6943 2.87906Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 6.4 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB