提交 80e11cfb 编写于 作者: Lab机器人's avatar Lab机器人

add public

上级 6794d6f2
流水线 #7472 已通过 ,包含阶段
in 13 秒
......@@ -3,5 +3,4 @@ node_modules
assets
build
dist
public
package-lock.json
文件已添加
RXFSae6GALiCVL2w
\ No newline at end of file
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
dl,
dt,
dd,
p,
span,
object,
iframe,
pre,
a,
abbr,
cite,
input,
select,
option {
margin: 0;
padding: 0;
font-family: 'Arial', 'Microsoft YaHei';
}
ul,
li,
ol,
dl,
dd,
dt,
form {
list-style: none;
margin: 0;
padding: 0;
}
html{
height:100%;
}
body {
background: #fff;
font-family: 'Arial', 'Microsoft YaHei';
font: inherit;
}
img {
border: none;
outline: none;
}
em,
i {
font-style: normal;
}
a {
outline: none;
text-decoration: none;
color: #333;
}
a:hover,
a:active,
avisited {
text-decoration: none;
}
.clearfix:after {
content: '.';
height: 0;
visibility: hidden;
display: block;
clear: both;
}
dd,
dt,
dl {
line-height: 1.2;
font-weight: normal;
}
label {
font-weight: normal;
}
.wap_app_wrap{
margin-top:52px;
background:url(../images/bg.png) no-repeat center ;
background-size:cover;
height:calc(100% - 52px);
position:relative;
}
.wap_app_logo{
padding:3rem 0 0;
text-align:center;
}
.wap_app_logo .logo{
display:inline-block;
width:3.5rem;
height:3.5rem;
margin: 0 auto;
}
.wap_app_pro{
text-align:center;
padding:1.8rem 0;
font-family: PingFangSC-Medium;
font-size: 0.9rem;
color: #3D3D3D;
letter-spacing: 0.5rem;
}
.wap_app_b{
padding:0 0.8rem;
}
.wap_app_b .wap_app_btn{
display:block;
width:100%;
height:1.5rem;
background: #CC2525;
border-radius: 6px;
font-size:0.6rem;
color:#fff;
line-height:1.5rem;
text-align:center;
}
.wap_mobile{
display:block;
width:8rem;
height:7.9rem;
position: absolute;
bottom:0;
left:50%;
margin-left:-4rem;
}
\ No newline at end of file
<html>
<head>
<meta content="always" name="referrer">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-status-bar-style" content="yes">
<script src="//csdnimg.cn/public/common/libs/jquery/jquery-1.9.1.min.js" type="text/javascript"></script>
<link rel="apple-touch-icon" href="//csdnimg.cn/public/favicon.ico"/>
<link rel="stylesheet" href="//csdnimg.cn/public/common/libs/bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="//csdnimg.cn/public/common/toolbar/content_toolbar_css/m_toolbar-1.1.1.css">
<link rel="stylesheet" href="./css/wap_app_download.css">
</head>
<script>
window.csdn = window.csdn || {};
window.csdn.mobileToolbar = window.csdn.mobileToolbar || {};
window.csdn.mobileToolbar.mobileParams = {
prodTag: 'csdn'// 展示对应log,存在第一优先
}
</script>
<body>
<div class="wap_app_wrap">
<div class="wap_app_logo">
<img class="logo" src="images/logo.png" alt="logo"/>
</div>
<div class="wap_app_pro">技 术 连 接 你 我</div>
<div class="wap_app_b">
<a class="wap_app_btn" href="https://t.csdnimg.cn/cISz">立即下载</a>
</div>
<div class="wap_app_bb">
<img class="wap_mobile" src="images/mobile.png" alt="img"/>
</div>
</div>
<script type="text/javascript" src="js/fontSize.js?"></script>
<script type="text/javascript" id="m-toolbar-tpl-scriptId" prod="csdn" src="//csdnimg.cn/public/common/toolbar/js/m_toolbar-1.1.1.js"></script>
</body>
</html>
$(function () {
initpage();
$(window).resize(function ()
{
initpage();
});
function initpage()
{
var view_width = document.getElementsByTagName('html')[0].getBoundingClientRect().width;
var _html = document.getElementsByTagName('html')[0];
view_width > 640 ? _html.style.fontSize = 640 / 16 + 'px' : _html.style.fontSize = view_width / 16 + 'px';
}
});
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="keywords" content="程序员必备 APP,IT资讯 APP,IT学习 APP,编程技术 APP">
<meta name="description" content="CSDN APP主要提供安卓、iOS下载路径, APP主要里面主要内容包括:程序员必备 APP, IT资讯 APP, IT学习 APP,编程技术 APP等内容,找编程技术、程序员资讯等APP内容,就上 CSDN APP。">
<link rel="stylesheet" href="//csdnimg.cn/public/common/toolbar/content_toolbar_css/content_toolbar.css">
<link href="https://csdnimg.cn/public/favicon.ico" rel="SHORTCUT ICON">
<title>【CSDN APP】博客 APP_下载 APP - CSDN</title>
<style>
html, body{
height: 100%;
}
body{
background: url(img/background.png) top center;
background-size: cover;
}
html, body, div, dl, dt, dd,p{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
.app-container{
height: 90%;
background:url(img/bg.png) center center repeat-x;
background-size: contain;
margin-top: 1px;
}
.app-wrapper{
width: 1228px;
margin: 0 auto;
padding: 103px 0 0 210px;
box-sizing: border-box;
overflow: hidden;
}
.app-wrapper dt img{
width: 390px;
}
.app-wrapper dt{
float: left;
}
.app-wrapper dd h2{
font-size: 44px;
color: #3D3D3D;
letter-spacing: 1.4px;
font-family: 'PingFang SC','Microsoft YaHei',SimHei,Arial,SimSun;
margin: 0;
}
.app-wrapper dd h4{
font-weight: 300;
font-size: 34px;
color: #3D3D3D;
letter-spacing: 1.9px;
font-family: 'PingFang SC','Microsoft YaHei',SimHei,Arial,SimSun;
margin: 0;
}
.app-wrapper dd{
float: left;
padding-left: 62px;
padding-top: 88px;
}
.app-wrapper .csdn-qr{
margin:47px 0 0;
padding: 0;
}
.app-wrapper li{
list-style: none;
display: inline-block;
margin-right: 30px;
}
.app-wrapper .csdn-qr li span{
display: inline-block;
box-shadow: 0 1px 2px 0 rgba(80,101,152,0.30);
border-radius: 4px;
background: #fff;
padding: 11px;
width: 130px;
height: 130px;
box-sizing: border-box;
}
.app-wrapper .csdn-qr li img{
width: 100%;
}
.app-wrapper p{
font-family: 'PingFang SC','Microsoft YaHei',SimHei,Arial,SimSun;
font-size: 16px;
color: #3D3D3D;
margin-top: 11px;
text-align: center;
}
</style>
</head>
<body>
<div class="app-container" >
<dl class="app-wrapper">
<dt><img src="img/iPhone.png" alt=""></dt>
<dd>
<h2>技术连接你我</h2>
<h4>尽在CSDN APP</h4>
<ul class="csdn-qr">
<li>
<span><img src="img/csdnqr@2x.png" alt="CSDN"></span>
<p>CSDN</p>
</li>
<li>
<span><img src="img/EDUAPPQR@2x.png" alt="CSDN学院"></span>
<p>CSDN学院</p>
</li>
</ul>
</dd>
</dl>
</div>
<div id="csdn_pub_footer" class="margin_foot_top">
</div>
</body>
<script src="//csdnimg.cn/public/common/libs/jquery/jquery-1.9.1.min.js"></script>
<script id="toolbar-tpl-scriptId" prod="download" skin="black" src="//csdnimg.cn/public/common/toolbar/js/content_toolbar.js" type="text/javascript" domain="http://blog.csdn.net"></script>
<script src="//csdnimg.cn/pubfooter/js/publib_footer-1.0.2.js"></script>
</html>
\ No newline at end of file
此差异已折叠。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script>location.href = "./index.html#contact"; </script>
</head>
<body>
</body>
</html>
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
font-family: 'Microsoft YaHei','SF Pro Display',Roboto,Noto,Arial,'PingFang SC',sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.edu-ad-list .recommend-item-box{
padding: 0!important;
background: #FFFFFF;
}
.edu-ad-list .recommend-item-box h4{
margin-bottom: 6px;
font-size: 18px;
line-height: 24px;
color: #3d3d3d;
display: inline-block;
}
.edu-ad-list .type_blog .content .desc{
display: inline-block;
width: 76%;
overflow: hidden;
vertical-align: bottom;
text-overflow: ellipsis;
white-space: nowrap !important;
}
.edu-ad-list * {
word-wrap: break-word;
}
.edu-ad-list .recommend-item-box p.content a{
font-size: 14px;
color: #999;
text-decoration: none;
}
.edu-ad-list .type_blog .content .blog_title_box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 23%;
text-align: right;
float: right;
color: #999;
font-size: 14px;
}
.edu-ad-list .type-show-edu {
color:#F7737A;
}
.edu-ad-list .type-show-after:after {
content: ' ';
display: inline-block;
height: 12px;
width: 1px;
background-color: #e0e0e0;
margin-left: 8px;
margin-right: 5px;
vertical-align: middle;
}
.edu-ad-list .type_blog .content .blog_title_box .blog_title {
vertical-align: bottom;
padding-left: 4px;
}
\ No newline at end of file
.edu-ad-list .recommend-item-box{
padding: 0!important;
background: #FFFFFF;
}
.edu-ad-list .recommend-item-box h4{
margin-bottom: 6px;
font-size: 18px;
line-height: 24px;
color: #3d3d3d;
display: inline-block;
}
.edu-ad-list .type_blog .content .desc{
display: inline-block;
width: 76%;
overflow: hidden;
vertical-align: bottom;
text-overflow: ellipsis;
white-space: nowrap !important;
}
.edu-ad-list * {
word-wrap: break-word;
font-family: 'Microsoft YaHei','SF Pro Display',Roboto,Noto,Arial,'PingFang SC',sans-serif;
}
.edu-ad-list .recommend-item-box p.content a{
font-size: 14px;
color: #999;
text-decoration: none;
}
.edu-ad-list .type_blog .content .blog_title_box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 23%;
text-align: right;
float: right;
color: #999;
font-size: 14px;
}
.edu-ad-list .type-show-edu {
color:#F7737A;
}
.edu-ad-list .type-show-after:after {
content: ' ';
display: inline-block;
height: 12px;
width: 1px;
background-color: #e0e0e0;
margin-left: 8px;
margin-right: 5px;
vertical-align: middle;
}
.edu-ad-list .type_blog .content .blog_title_box .blog_title {
vertical-align: bottom;
padding-left: 4px;
}
\ No newline at end of file
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
font-family: 'Microsoft YaHei','SF Pro Display',Roboto,Noto,Arial,'PingFang SC',sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.edu-ad-list .recommend-item-box{
padding: 17px 24px;
background: #FFFFFF;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
}
.edu-ad-list .recommend-item-box h4{
margin-bottom: 6px;
font-size: 18px;
line-height: 24px;
color: #3d3d3d;
display: inline-block;
}
.edu-ad-list .type_blog .content .desc{
display: inline-block;
width: 76%;
overflow: hidden;
vertical-align: bottom;
text-overflow: ellipsis;
white-space: nowrap !important;
}
.edu-ad-list * {
word-wrap: break-word;
}
.edu-ad-list .recommend-item-box p.content a{
font-size: 14px;
color: #999;
text-decoration: none;
}
.edu-ad-list .type_blog .content .blog_title_box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 23%;
text-align: right;
float: right;
color: #999;
font-size: 14px;
}
.edu-ad-list .type-show-edu {
color:#F7737A;
}
.edu-ad-list .type-show-after:after {
content: ' ';
display: inline-block;
height: 12px;
width: 1px;
background-color: #e0e0e0;
margin-left: 8px;
margin-right: 5px;
vertical-align: middle;
}
.edu-ad-list .type_blog .content .blog_title_box a .blog_title {
vertical-align: bottom;
color: #3399ea;
}
\ No newline at end of file
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
\ No newline at end of file
此差异已折叠。
<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44"><path d="M18 13h20v3H18zm0 7h20v3H18zm0 7h20v3H18z" fill="#3D3536"/></svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<svg width="200px" height="50px" viewBox="0 0 200 50" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>logo200x50</title>
<defs>
<polygon id="path-1" points="0.630611424 -0.00393316719 40.5131953 -0.00393316719 40.5131953 44.6752728 0.630611424 44.6752728"></polygon>
</defs>
<g id="logo200x50" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="编组" transform="translate(16.000000, 2.000000)">
<path d="M35.9592202,33.9533775 C35.5155589,33.531742 34.9082779,33.2988985 34.3214494,33.3114846 C33.7188882,33.3209242 33.1729645,33.5726469 32.7859409,34.0147349 C29.3137409,37.9872337 23.2645298,38.4167356 20.8243928,38.4167356 C16.2965308,38.4167356 12.8321971,37.2682508 10.5273612,35.0074663 C8.33737367,32.859957 7.18888885,29.6945441 7.11337204,25.6024769 C6.93716615,16.1156777 12.3098725,6.30478543 21.60316,6.30478543 C26.0413458,6.30478543 29.4883735,9.45289245 30.7627197,10.805902 C31.206381,11.2763088 31.8183818,11.5469107 32.4476885,11.5500572 C33.0785685,11.5657899 33.6622505,11.2857484 34.0571405,10.8184881 L34.4189919,10.3905595 C35.1615739,9.51739639 35.4951065,8.38779077 35.3613788,7.21256042 C35.2245045,6.02631719 34.6298097,4.94390958 33.6874228,4.16199595 C31.4093324,2.27564896 27.5390959,0.0305971351 22.0326618,0.0305971351 C16.3138367,0.0305971351 10.6642354,2.65952608 6.53283656,7.25031882 C2.19219326,12.0723818 -0.126802117,18.6360512 0.00535230053,25.7330581 C0.110761181,31.4282841 1.97822896,36.214162 5.40952401,39.5793798 C9.0956883,43.1963204 14.4951402,45.1078396 21.0273443,45.1078396 C28.6907272,45.1078396 33.4388466,42.8376155 36.0756419,40.9355359 C37.0966921,40.2008202 37.7055464,39.038176 37.7527444,37.7512437 C37.7967959,36.4580183 37.2681782,35.1915385 36.3006191,34.2758972 L35.9592202,33.9533775 Z" id="Fill-1备份-5" fill="#FC5531"></path>
<path d="M64.4823913,17.8566548 C62.7439314,17.2619599 61.0180576,16.7742472 59.4951353,16.3447453 C53.055754,14.5244755 52.3178918,12.8505196 52.3918354,11.5966259 C52.542869,9.06366622 55.9930432,5.63709097 61.8393029,6.06659283 C66.0776839,6.37809967 68.9347365,9.62060269 70.2610005,11.5242556 C70.6181321,12.0387139 71.1703488,12.3942722 71.7776298,12.5012543 C72.3833375,12.6098098 73.0032047,12.4603494 73.4736115,12.0937782 L73.8921005,11.768112 C74.8628061,11.0082241 75.4307555,9.85344619 75.4543545,8.59325943 C75.4763802,7.32835286 74.944616,6.08704529 73.9959361,5.18556338 C71.7618971,3.0663729 67.9577378,0.451603351 62.5299671,0.0519935646 C58.2333753,-0.265806344 54.0012874,0.881105207 50.6124705,3.27719066 C47.4250318,5.53168209 45.4143968,8.6703495 45.2350443,11.6752892 C44.7898098,19.0869495 52.3289047,21.2171528 57.8337655,22.7731138 C59.3315155,23.1963226 60.8324121,23.6620095 62.4969285,24.1843342 C70.4639519,26.6811087 70.6920756,29.1951891 70.1241263,33.0371069 C69.5483106,36.9246493 65.2580119,38.8660606 58.3529435,38.3547489 C51.1646872,37.824558 48.2085187,34.1824451 47.0867795,32.0569616 C46.7941518,31.5031716 46.2828401,31.0815361 45.6865719,30.8990372 C45.085584,30.7196847 44.4436911,30.7952016 43.9276596,31.1067084 L43.2983528,31.4858657 C42.2521304,32.118319 41.5520266,33.1865672 41.3789672,34.4137154 C41.2043346,35.6440101 41.5724791,36.9152097 42.3890046,37.9063678 C44.7725039,40.8027521 49.4262273,44.3882274 58.0414367,45.0222539 C59.0892324,45.0977707 60.0803906,45.1371024 61.0227774,45.1371024 C73.1369324,45.1355291 76.7758986,39.0265338 77.6364756,33.6789997 C78.2799418,29.6860484 77.485442,26.4954632 75.2026318,23.9231718 C73.1164799,21.5695646 69.7087838,19.6407394 64.4823913,17.8566548" id="Fill-3备份-2" fill="#3E3C39"></path>
<path d="M115.575177,21.1630324 C115.691599,27.5615088 113.894928,32.2262451 110.232363,35.0266601 C104.392396,39.4900183 95.6324461,38.9566808 91.5293661,38.3903047 C91.0652524,38.3258008 90.7238534,37.8962989 90.7663316,37.4353317 L93.5384279,7.75250561 C93.5698932,7.4111067 93.8106031,7.13106519 94.1409891,7.05082858 C101.123147,5.36428649 106.555638,5.87559823 110.290574,8.57217765 C113.496891,10.8895998 115.472915,15.595241 115.575177,21.1630324 M114.857767,3.86181663 L114.857767,3.86181663 C110.677597,0.847437296 105.127112,-0.400163335 98.3699305,0.147333537 C93.3968339,0.551663124 89.4683865,1.84331523 89.0420312,1.98805578 L89.0011262,2.00064192 C87.8321889,2.3955319 87.0345426,3.4118623 86.9228407,4.6515966 L83.6378594,40.9861951 C83.5403169,42.0811888 84.2797523,43.1321311 85.3621599,43.4294785 L86.3312923,43.6937874 C86.3737705,43.7063735 90.8811801,44.8863236 96.8926329,45.0877018 C97.3960783,45.1050077 97.8948039,45.1144473 98.3872364,45.1144473 C105.175883,45.1144473 110.716929,43.5097151 114.875073,40.3380091 C120.214741,36.2648212 122.84367,29.8553319 122.687917,21.2967601 C122.541603,13.3674951 119.907954,7.50235617 114.857767,3.86181663" id="Fill-5备份" fill="#3E3C39"></path>
<g id="编组备份-2" transform="translate(127.167165, 0.232762)">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<g id="Clip-8"></g>
<path d="M37.2667591,4.81183674 C34.4159995,1.61653171 30.0737829,-0.00393316719 24.3581044,-0.00393316719 C19.2324009,-0.00393316719 14.5739577,1.91702569 10.7572123,5.57959097 L10.8830736,4.22186166 C10.9286983,3.74044199 10.7603588,3.25430253 10.4236797,2.88458481 C10.0854273,2.51644037 9.61344724,2.30719587 9.1257345,2.30719587 L7.74755272,2.30719587 C5.5780177,2.30719587 3.80809247,3.92766075 3.63031331,6.07831657 L0.637959718,42.1674854 C0.586041911,42.7999387 0.811019074,43.438685 1.2562536,43.9185314 C1.70306139,44.3999511 2.32292854,44.6752728 2.96167489,44.6752728 L5.66297411,44.6752728 C6.48893922,44.6752728 7.16701725,44.0601254 7.24253406,43.2451732 L9.24687605,21.755921 C9.34127207,20.75375 9.53478389,19.7861908 9.824265,18.8784159 C11.3408943,14.0909648 15.1922516,6.06101063 23.9223095,6.06101063 C27.8916618,6.06101063 30.805352,7.72552699 32.0938576,9.14933351 C33.8401838,11.0813052 33.6010473,13.8062035 33.5979007,13.8423886 L31.0979797,42.7700466 C31.0570747,43.2514663 31.2254143,43.7344592 31.5636667,44.1010304 C31.901919,44.4660283 32.3723258,44.6752728 32.8553188,44.6752728 L34.9760825,44.6752728 C36.6028405,44.6752728 37.9369708,43.4607108 38.0785648,41.8512588 L40.4667839,14.7202715 C40.4935294,14.4905745 41.0740649,9.08010977 37.2667591,4.81183674" id="Fill-7" fill="#3E3C39" mask="url(#mask-2)"></path>
</g>
</g>
</g>
</svg>
\ No newline at end of file
<svg class="icon" width="200" height="50" viewBox="0 0 4096 1024" xmlns="http://www.w3.org/2000/svg"><path d="M1081.536 723.584c74.656 27.296 230.368 54.432 356.288 54.432 135.68 0 211.2-37.568 217.248-95.872 5.504-53.184-50.048-60.384-203.264-96.672-211.712-51.904-346.784-132.256-333.536-260.672 15.392-149.088 214.912-261.76 521.056-261.76 149.248 0 293.952 10.528 368.928 35.104l-25.728 188c-48.672-16.928-234.976-40.448-360.992-40.448-127.776 0-193.92 40.192-198.496 84.256-5.76 55.776 60.64 58.368 226.624 102.56 224.768 57.024 323.04 137.312 310.176 261.792-15.072 146.432-194.592 270.944-553.056 270.944-149.216 0-277.824-27.232-348.672-54.464l23.392-187.168zm2106.4-613.792c816.16-153.888 886.592 122.624 861.376 367.296l-47.52 452.64H3742.72l43.36-412.832c9.376-90.912 67.744-268.736-214.048-262.08-97.536 2.368-145.888 15.744-145.888 15.744s-8.48 109.856-18.752 191.04l-49.12 468.128h-254.08l50.432-461.376 33.312-358.56zM2157.088 88.384c58.24-6.336 147.712-12.768 270.848-12.768 205.568 0 371.776 35.776 474.688 111.008 92.416 70.144 153.92 183.712 136.896 348.256-15.712 153.12-95.328 260.32-211.232 326.624-106.048 62.528-239.68 89.248-440.64 89.248-118.496 0-231.52-6.4-317.472-19.136l86.944-843.232zM2326.944 764c19.808 3.84 45.856 7.648 97.216 7.648 205.632 0 350.624-101.056 365.184-243.136 21.152-205.376-107.456-277.184-324.128-275.936-28.064 0-67.072 0-87.712 3.776l-50.592 507.616z" fill="#262626"/><path d="M934.176 936.8c-48.736 16.896-149.696 28.416-290.752 28.416-405.632 0-624.576-190.4-598.688-442.112C75.712 223.2 400.064 54.464 755.2 54.464c137.536 0 218.528 11.072 294.4 29.632l-24.352 202.048c-50.464-16.992-168.736-32.608-264.48-32.608-208.96 0-386.432 62.24-406.784 259.136-18.144 176.064 106.432 260.224 341.504 260.224 81.824 0 202.464-11.712 258.24-28.64L934.176 936.8z" fill="#CA0C16"/></svg>
\ No newline at end of file
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册