提交 d0b77d89 编写于 作者: X xushaoyong

update paddle homepage

上级 bd47cd75
...@@ -2340,7 +2340,7 @@ html { ...@@ -2340,7 +2340,7 @@ html {
min-width: 1080px; min-width: 1080px;
position: relative; position: relative;
z-index: 1; z-index: 1;
font-family: 'NotoSansHans', 'Microsoft Yahei', Arial, serif; font-family: tahoma,arial,Hiragino Sans GB,Microsoft YaHei;
margin: 0; margin: 0;
} }
ul { ul {
...@@ -2361,38 +2361,27 @@ a { ...@@ -2361,38 +2361,27 @@ a {
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
} }
h2 {
font-size: 20px;
color: #2f323a;
text-align: center;
line-height: 20px;
padding: 50px 0;
margin: 0;
font-weight: 300;
position: relative;
}
header.site-header { header.site-header {
height: 760px; height: 60px;
margin: 0; background-color: #000000;
background: url(./../images/banner.jpg) no-repeat center; padding: 0 100px;
background-size: cover;
text-align: center;
} }
header.site-header > nav.row > * { header.site-header > nav.row > * {
display: inline-block; display: inline-block;
height: 70px; height: 60px;
} }
header.site-header .logo { header.site-header .logo {
height: 70px; height: 60px;
float: left; float: left;
} }
header.site-header .logo > img { header.site-header .logo > img {
height: 50px; height: 40px;
margin-top: 10px; margin: 10px 10px 10px 10px;
} }
header.site-header .top-nav { header.site-header .top-nav {
float: right; margin-left: 80px;
font-size: 16px; margin-right: auto;
font-size: 14px;
} }
header.site-header .top-nav .site-links { header.site-header .top-nav .site-links {
float: left; float: left;
...@@ -2401,12 +2390,12 @@ header.site-header .top-nav .site-links { ...@@ -2401,12 +2390,12 @@ header.site-header .top-nav .site-links {
header.site-header .top-nav .site-links > li { header.site-header .top-nav .site-links > li {
display: inline-block; display: inline-block;
float: left; float: left;
height: 70px; height: 60px;
} }
header.site-header .top-nav .site-links > li > a { header.site-header .top-nav .site-links > li > a {
display: inline-block; display: inline-block;
height: 100%; height: 100%;
line-height: 70px; line-height: 60px;
padding: 0 20px; padding: 0 20px;
color: rgba(255, 255, 255, 0.7); color: rgba(255, 255, 255, 0.7);
} }
...@@ -2414,69 +2403,92 @@ header.site-header .top-nav .site-links > li > a.active, ...@@ -2414,69 +2403,92 @@ header.site-header .top-nav .site-links > li > a.active,
header.site-header .top-nav .site-links > li > a:hover { header.site-header .top-nav .site-links > li > a:hover {
color: #fff; color: #fff;
} }
header.site-header .top-nav .language-switcher { header.site-header .top-nav .version-switcher {
position: relative; position: relative;
display: inline-block; display: inline-block;
height: 70px; height: 60px;
float: left; float: left;
} }
header.site-header .top-nav .language-switcher:hover > a { header.site-header .top-nav .version-switcher:hover > a {
color: #fff; color: #fff;
} }
header.site-header .top-nav .language-switcher:hover > a .fa::before { header.site-header .top-nav .version-switcher:hover > a .fa::before {
content: "\F106"; content: "\F106";
} }
header.site-header .top-nav .language-switcher::before { header.site-header .top-nav .version-switcher > a {
content: ""; color: rgba(255, 255, 255, 0.7);
line-height: 60px;
display: inline-block; display: inline-block;
width: 1px; padding: 0 20px;
height: 16px; }
top: 27px; header.site-header .top-nav .version-switcher > a .fa::before {
margin-left: 5px;
content: "\F107";
}
header.site-header .top-nav .version-switcher ul {
display: none;
top: 50px;
width: 60px;
text-align: center;
line-height: 30px;
background: rgba(0, 0, 0, 0.85);
color: #0073eb;
position: absolute; position: absolute;
background-color: #64697b;
left: 0; left: 0;
} }
header.site-header .top-nav .language-switcher::after { header.site-header .top-nav .version-switcher ul > li > a {
content: ""; color: #ababab;
}
header.site-header .top-nav .version-switcher ul > li > a:hover {
color: #0073eb;
}
header.site-header .top-nav .version-switcher:hover ul {
display: inline-block; display: inline-block;
width: 1px;
height: 16px;
top: 27px;
position: absolute;
background-color: #64697b;
right: 0;
} }
header.site-header .top-nav .language-switcher > a { header.site-header .right-nav {
float: right;
font-size: 14px;
}
header.site-header .right-nav .language-switcher {
position: relative;
display: inline-block;
height: 60px;
float: left;
}
header.site-header .right-nav .language-switcher:hover > a {
color: #fff;
}
header.site-header .right-nav .language-switcher:hover > a .fa::before {
content: "\F106";
}
header.site-header .right-nav .language-switcher > a {
color: rgba(255, 255, 255, 0.7); color: rgba(255, 255, 255, 0.7);
line-height: 70px; line-height: 60px;
display: inline-block; display: inline-block;
padding: 0 20px; margin-right: 10px;
} }
header.site-header .top-nav .language-switcher > a .fa::before { header.site-header .right-nav .language-switcher > a .fa::before {
margin-left: 5px; margin-left: 5px;
content: "\F107"; content: "\F107";
} }
header.site-header .top-nav .language-switcher ul { header.site-header .right-nav .language-switcher ul {
display: none; display: none;
top: 50px; top: 50px;
width: 100%; width: 60px;
text-align: center; text-align: center;
line-height: 40px; line-height: 30px;
background: #fff; background: rgba(0, 0, 0, 0.85);
color: #666; color: #0073eb;
position: absolute; position: absolute;
left: 0; left: 0;
} }
header.site-header .top-nav .language-switcher ul > li + li { header.site-header .right-nav .language-switcher ul > li > a {
border-top: 1px solid #ccc; color: #ababab;
} }
header.site-header .top-nav .language-switcher ul > li > a { header.site-header .right-nav .language-switcher ul > li > a:hover {
color: #333; color: #0073eb;
}
header.site-header .top-nav .language-switcher ul > li > a:hover {
color: #000;
} }
header.site-header .top-nav .language-switcher:hover ul { header.site-header .right-nav .language-switcher:hover ul {
display: inline-block; display: inline-block;
} }
header.site-header .github-fork { header.site-header .github-fork {
...@@ -2485,107 +2497,96 @@ header.site-header .github-fork { ...@@ -2485,107 +2497,96 @@ header.site-header .github-fork {
} }
header.site-header .github-fork > a { header.site-header .github-fork > a {
display: inline-block; display: inline-block;
line-height: 30px; line-height: 40px;
width: 186px; width: 100px;
color: #597cf1; color: rgba(255, 255, 255, 0.7);
padding: 0 15px; padding: 0 10px;
border: 1px solid #3c4f85; margin: 10px 0;
margin: 20px 0;
border-radius: 15px;
font-size: 14px; font-size: 14px;
} }
header.site-header .github-fork > a .fa { header.site-header .github-fork > a .fa {
font-size: 22px; font-size: 20px;
margin-right: 8px; margin-right: 10px;
margin-top: 3px; margin-top: 8px;
float: left;
}
header.site-header .github-fork > a span {
margin-right: 10px;
float: left; float: left;
} }
header.site-header .github-fork > a:hover { header.site-header .github-fork > a:hover {
color: #fff; color: #fff;
background-color: #597cf1;
} }
header.site-header .banner { .head-banner {
background: url(./../images/banner.jpg) no-repeat center bottom;
background-size: cover;
height: 399px;
color: #fff; color: #fff;
text-align: center;
padding-top: 126px;
padding-bottom: auto;
} }
header.site-header .banner h1 { .head-banner .banner {
margin: 168px 0 46px 0; color: #fff;
font-size: 40px; padding-top: 10px;
line-height: 50px;
font-weight: normal;
} }
header.site-header .banner h1 span { .head-banner .banner h1 {
letter-spacing: 5px; margin: 0 0 0 0;
font-size: 48px;
line-height: 60px;
font-weight: normal;
} }
header.site-header .banner p { .head-banner .banner p {
color: #b9bcc4; font-size: 16px;
font-size: 18px; line-height: 20px;
font-weight: 100; font-weight: normal;
line-height: 18px; margin: 40px 0 50px 0;
margin: 0 0 46px 0;
} }
header.site-header .banner .quick-start { .head-banner .banner .quick-start {
display: inline-block; display: inline-block;
line-height: 50px; line-height: 60px;
padding: 0 30px;
font-size: 20px;
color: #ffffff; color: #ffffff;
background-color: #ff9711; font-size: 18px;
border-radius: 25px; width: 212px;
} border: 1px solid #fff;
header.site-header .banner .quick-start:hover {
background-color: #cc7504;
} }
header.site-header .banner .github-counter { .head-banner .banner .github-counter {
border-radius: 3px;
border: 1px solid #d5d5d5;
display: inline-block; display: inline-block;
margin: 40px 20px 0; margin: 50px 20px 0;
height: 26px; line-height: 35px;
line-height: 28px; color: #ffff;
color: #333;
background-color: #fff;
} }
header.site-header .banner .github-counter > span { .head-banner .banner .github-counter > span {
display: inline-block; display: inline-block;
font-size: 12px; font-size: 18px;
line-height: 26px; line-height: 26px;
float: left; float: left;
padding: 0 12px; padding: 0 5px;
}
header.site-header .banner .github-counter > span:nth-child(1) {
font-weight: 700;
border-right: 1px solid #d5d5d5;
background-color: #ddd;
background-image: linear-gradient(#eee, #ddd);
} }
header.site-header .banner .github-counter > span:nth-child(1) .fa { .services {
margin-right: 5px; background-color: #f4f5f7;
font-size: 16px;
} }
.services h2 { .services h2 {
padding-top: 80px;
position: relative;
text-align: center; text-align: center;
margin-top: 0px;
margin-bottom: 0px;
} }
.services h2 span { .services h2 span {
padding: 0 20px; color: #333;
background-color: #fff; font-size: 30px;
font-weight: normal;
position: relative; position: relative;
z-index: 1; z-index: 1;
} }
.services h2::after { .services .sub-title {
content: ""; text-align: center;
width: 100%; font-size: 16px;
height: 1px; color: #999;
background-color: #e6e8eb; font-weight: normal;
display: inline-block; margin-top: 30px;
position: absolute; margin-bottom: 30px;
top: 50%;
left: 0;
}
.services > .row:nth-child(3) {
background-color: #fcfdff;
}
.services > .row:nth-child(n+2) {
border-bottom: 1px solid #f3f4f5;
} }
.services > .row > div { .services > .row > div {
width: 50%; width: 50%;
...@@ -2618,10 +2619,9 @@ header.site-header .banner .github-counter > span:nth-child(1) .fa { ...@@ -2618,10 +2619,9 @@ header.site-header .banner .github-counter > span:nth-child(1) .fa {
max-height: 100%; max-height: 100%;
} }
.services .service-desc h3 { .services .service-desc h3 {
color: #2f3443; color: #333;
font-size: 24px; font-size: 24px;
line-height: 24px; font-weight: normal;
font-weight: 500;
margin: 0; margin: 0;
} }
.services .service-desc p { .services .service-desc p {
...@@ -2629,43 +2629,30 @@ header.site-header .banner .github-counter > span:nth-child(1) .fa { ...@@ -2629,43 +2629,30 @@ header.site-header .banner .github-counter > span:nth-child(1) .fa {
font-size: 16px; font-size: 16px;
font-weight: 100; font-weight: 100;
line-height: 24px; line-height: 24px;
color: #7f828b; color: #999;
} }
.services .service-desc a.view-more { .services .service-desc a.view-more {
color: #597cf1; color: #666;
border: 1px solid #597cf1; font-size: 16px;
font-size: 14px;
line-height: 14px;
padding: 8px 16px;
border-radius: 20px;
display: inline-block; display: inline-block;
} }
.services .service-desc a.view-more:hover {
color: #fff;
background-color: #597cf1;
}
.features { .features {
background-color: #f1f2f4; background-color: #ffffff;
padding-bottom: 90px; padding-top: 80px;
padding-bottom: 60px;
} }
.features h2 { .features h2 {
text-align: center; text-align: center;
margin-bottom: 70px;
margin-top: 0px;
font-size: 30px;
color: #333;
} }
.features h2 span { .features h2 span {
padding: 0 20px;
background-color: #f1f2f4;
position: relative; position: relative;
z-index: 1; z-index: 1;
} font-weight: normal;
.features h2::after { color: #333;
content: "";
width: 100%;
height: 1px;
background-color: #e6e8eb;
display: inline-block;
position: absolute;
top: 50%;
left: 0;
} }
.features .feature-desc { .features .feature-desc {
width: 25%; width: 25%;
...@@ -2673,79 +2660,100 @@ header.site-header .banner .github-counter > span:nth-child(1) .fa { ...@@ -2673,79 +2660,100 @@ header.site-header .banner .github-counter > span:nth-child(1) .fa {
text-align: center; text-align: center;
} }
.features .feature-desc h3 { .features .feature-desc h3 {
color: #2f3443; color: #333;
margin: 30px 0 28px; margin: 30px 0 20px;
font-size: 20px; font-size: 18px;
line-height: 20px; font-weight: normal;
font-weight: 300;
} }
.features .feature-desc p { .features .feature-desc p {
font-size: 14px; font-size: 14px;
font-weight: 100; text-align: center;
line-height: 30px; line-height: 24px;
color: #7f828b; color: #999;
max-width: 75%; max-width: 75%;
margin: 0; margin: 0;
display: inline-block; display: inline-block;
} }
.get-started { .get-started {
background: url(./../images/get-started-bg.jpg) no-repeat center bottom; background-color: #ffffff;
color: #fff;
text-align: center; text-align: center;
padding: 60px 0; padding-bottom: 80px;
} }
.get-started h2 { .get-started h2 {
font-size: 24px; font-size: 30px;
color: #fff; color: #333;
font-weight: 500; margin-bottom: 30px;
margin: 0 0 30px 0; font-weight: normal;
padding: 0;
} }
.get-started p { .get-started p {
font-size: 14px; font-size: 16px;
font-weight: 100; font-weight: 100;
color: #b4c3f3; color: #999;
margin: 0 0 30px 0; margin-bottom: 30px;
} }
.get-started .quick-start { .get-started .quick-start {
color: #ffffff; color: #fff;
background-color: #597cf1; background-color: #0073eb;
padding: 8px 30px; font-size: 18px;
display: inline-block; display: inline-block;
border-radius: 20px; line-height: 60px;
} width: 212px;
.get-started .quick-start:hover {
background-color: #3f5fcd;
} }
.footer-nav { .footer-nav {
background-color: #303646; background-color: #333;
color: ccc;
} }
.footer-nav .tr-code { .footer-nav .intern-console {
color: #fff; margin-left: 50px;
text-align: center; margin-right: 19px;
line-height: 100px; color: #ccc;
font-size: 14px; font-size: 12px;
padding-top: 30px; line-height: 30px;
width: 150px;
float: left;
display: inline;
} }
.footer-nav .tr-code > * { .footer-nav .chat-console {
vertical-align: middle; padding-left: 50px;
color: #ccc;
font-size: 12px;
width: 600px;
float: left;
display: inline;
border-left: 1px solid rgba(241, 242, 244, 0.2);
border-right: 1px solid rgba(241, 242, 244, 0.2);
} }
.footer-nav .tr-code > img { .footer-nav .chat-console .sub-top-nava > li {
margin-bottom: 0px; line-height: 30px;
margin-top: 0px; width: 25%;
float: left;
display: inline;
margin-bottom: 20px;
} }
.footer-nav .tr-code > p { .footer-nav .public-console {
line-height: 40px; margin-left: 49px;
margin-top: 0px; margin-right: 50px;
margin-bottom: 0px; width: 100px;
float: left;
display: inline;
}
.footer-nav .public-console > * {
vertical-align: left;
}
.footer-nav .public-console > img {
margin-right: 5px;
}
.footer-nav .public-console > p {
color: #ccc;
font-size: 14px;
} }
.footer-nav .contact-us { .footer-nav .contact-us {
color: #fff; color: #fff;
text-align: center; text-align: center;
line-height: 70px; line-height: 30px;
font-size: 14px; font-size: 14px;
border-bottom: 1px solid #484e5e; margin-bottom: 20px;
margin-bottom: 30px; padding-top: 40px;
} }
.footer-nav .contact-us > * { .footer-nav .contact-us > * {
vertical-align: middle; vertical-align: middle;
...@@ -2758,7 +2766,7 @@ header.site-header .banner .github-counter > span:nth-child(1) .fa { ...@@ -2758,7 +2766,7 @@ header.site-header .banner .github-counter > span:nth-child(1) .fa {
} }
.footer-nav .friendly-links { .footer-nav .friendly-links {
text-align: center; text-align: center;
margin-bottom: 10px; margin-bottom: 40px;
} }
.footer-nav .friendly-links > li { .footer-nav .friendly-links > li {
display: inline-block; display: inline-block;
...@@ -2766,18 +2774,18 @@ header.site-header .banner .github-counter > span:nth-child(1) .fa { ...@@ -2766,18 +2774,18 @@ header.site-header .banner .github-counter > span:nth-child(1) .fa {
line-height: 12px; line-height: 12px;
} }
.footer-nav .friendly-links > li > a { .footer-nav .friendly-links > li > a {
color: #a7adbd; color: #ccc;
font-size: 12px; font-size: 12px;
} }
.footer-nav .friendly-links > li + li {
border-left: 1px solid rgba(241, 242, 244, 0.2);
}
.footer-nav .copyright { .footer-nav .copyright {
color: #64697b; color: #666;
font-size: 12px; font-size: 12px;
text-align: center; text-align: center;
margin: 0; padding: 20px 0 20px;
padding: 0 0 40px; margin-bottom: -10px;
}
.footer-nav .copyright > a {
color: #fff;
} }
/*# sourceMappingURL=home.css.map*/ /*# sourceMappingURL=home.css.map*/
\ No newline at end of file
文件模式从 100755 更改为 100644
images/banner.jpg

290.5 KB | W: | H:

images/banner.jpg

77.2 KB | W: | H:

images/banner.jpg
images/banner.jpg
images/banner.jpg
images/banner.jpg
  • 2-up
  • Swipe
  • Onion skin
此差异已折叠。
此差异已折叠。
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
/******/ /******/
/******/ // __webpack_public_path__ /******/ // __webpack_public_path__
/******/ __webpack_require__.p = "/Users/baidu/Desktop/xushaoyong/portal_diff/portal/dist/js"; /******/ __webpack_require__.p = "/Users/baidu/Desktop/portal/dist/js";
/******/ /******/
/******/ // on error function for async loading /******/ // on error function for async loading
/******/ __webpack_require__.oe = function(err) { console.error(err); throw err; }; /******/ __webpack_require__.oe = function(err) { console.error(err); throw err; };
......
{"version":3,"sources":["webpack:///webpack/bootstrap 15b83b23bd158ae8b48c"],"names":[],"mappings":";AAAA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAQ,oBAAoB;AAC5B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oBAAY,2BAA2B;AACvC;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAI;AACJ;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA,mDAA2C,cAAc;;AAEzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAK;AACL;AACA;;AAEA;AACA;AACA;AACA,mCAA2B,0BAA0B,EAAE;AACvD,yCAAiC,eAAe;AAChD;AACA;AACA;;AAEA;AACA,8DAAsD,+DAA+D;;AAErH;AACA;;AAEA;AACA,kDAA0C,oBAAoB,WAAW","file":"common.bundle.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tvar parentJsonpFunction = window[\"webpackJsonp\"];\n \twindow[\"webpackJsonp\"] = function webpackJsonpCallback(chunkIds, moreModules, executeModules) {\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [], result;\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(chunkIds, moreModules, executeModules);\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n \t\tif(executeModules) {\n \t\t\tfor(i=0; i < executeModules.length; i++) {\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = executeModules[i]);\n \t\t\t}\n \t\t}\n \t\treturn result;\n \t};\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// objects to store loaded and loading chunks\n \tvar installedChunks = {\n \t\t1: 0\n \t};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n \t// This file contains only the entry chunk.\n \t// The chunk loading function for additional chunks\n \t__webpack_require__.e = function requireEnsure(chunkId) {\n \t\tif(installedChunks[chunkId] === 0) {\n \t\t\treturn Promise.resolve();\n \t\t}\n\n \t\t// a Promise means \"currently loading\".\n \t\tif(installedChunks[chunkId]) {\n \t\t\treturn installedChunks[chunkId][2];\n \t\t}\n\n \t\t// setup Promise in chunk cache\n \t\tvar promise = new Promise(function(resolve, reject) {\n \t\t\tinstalledChunks[chunkId] = [resolve, reject];\n \t\t});\n \t\tinstalledChunks[chunkId][2] = promise;\n\n \t\t// start chunk loading\n \t\tvar head = document.getElementsByTagName('head')[0];\n \t\tvar script = document.createElement('script');\n \t\tscript.type = 'text/javascript';\n \t\tscript.charset = 'utf-8';\n \t\tscript.async = true;\n \t\tscript.timeout = 120000;\n\n \t\tif (__webpack_require__.nc) {\n \t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n \t\t}\n \t\tscript.src = __webpack_require__.p + \"\" + chunkId + \".bundle.js\";\n \t\tvar timeout = setTimeout(onScriptComplete, 120000);\n \t\tscript.onerror = script.onload = onScriptComplete;\n \t\tfunction onScriptComplete() {\n \t\t\t// avoid mem leaks in IE.\n \t\t\tscript.onerror = script.onload = null;\n \t\t\tclearTimeout(timeout);\n \t\t\tvar chunk = installedChunks[chunkId];\n \t\t\tif(chunk !== 0) {\n \t\t\t\tif(chunk) {\n \t\t\t\t\tchunk[1](new Error('Loading chunk ' + chunkId + ' failed.'));\n \t\t\t\t}\n \t\t\t\tinstalledChunks[chunkId] = undefined;\n \t\t\t}\n \t\t};\n \t\thead.appendChild(script);\n\n \t\treturn promise;\n \t};\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// identity function for calling harmony imports with the correct context\n \t__webpack_require__.i = function(value) { return value; };\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, {\n \t\t\t\tconfigurable: false,\n \t\t\t\tenumerable: true,\n \t\t\t\tget: getter\n \t\t\t});\n \t\t}\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"/Users/baidu/Desktop/xushaoyong/portal_diff/portal/dist/js\";\n\n \t// on error function for async loading\n \t__webpack_require__.oe = function(err) { console.error(err); throw err; };\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap 15b83b23bd158ae8b48c"],"sourceRoot":""} {"version":3,"sources":["webpack:///webpack/bootstrap cfa7bb9117fb36f867c0"],"names":[],"mappings":";AAAA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAQ,oBAAoB;AAC5B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oBAAY,2BAA2B;AACvC;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAI;AACJ;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA,mDAA2C,cAAc;;AAEzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAK;AACL;AACA;;AAEA;AACA;AACA;AACA,mCAA2B,0BAA0B,EAAE;AACvD,yCAAiC,eAAe;AAChD;AACA;AACA;;AAEA;AACA,8DAAsD,+DAA+D;;AAErH;AACA;;AAEA;AACA,kDAA0C,oBAAoB,WAAW","file":"common.bundle.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tvar parentJsonpFunction = window[\"webpackJsonp\"];\n \twindow[\"webpackJsonp\"] = function webpackJsonpCallback(chunkIds, moreModules, executeModules) {\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [], result;\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(chunkIds, moreModules, executeModules);\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n \t\tif(executeModules) {\n \t\t\tfor(i=0; i < executeModules.length; i++) {\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = executeModules[i]);\n \t\t\t}\n \t\t}\n \t\treturn result;\n \t};\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// objects to store loaded and loading chunks\n \tvar installedChunks = {\n \t\t1: 0\n \t};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n \t// This file contains only the entry chunk.\n \t// The chunk loading function for additional chunks\n \t__webpack_require__.e = function requireEnsure(chunkId) {\n \t\tif(installedChunks[chunkId] === 0) {\n \t\t\treturn Promise.resolve();\n \t\t}\n\n \t\t// a Promise means \"currently loading\".\n \t\tif(installedChunks[chunkId]) {\n \t\t\treturn installedChunks[chunkId][2];\n \t\t}\n\n \t\t// setup Promise in chunk cache\n \t\tvar promise = new Promise(function(resolve, reject) {\n \t\t\tinstalledChunks[chunkId] = [resolve, reject];\n \t\t});\n \t\tinstalledChunks[chunkId][2] = promise;\n\n \t\t// start chunk loading\n \t\tvar head = document.getElementsByTagName('head')[0];\n \t\tvar script = document.createElement('script');\n \t\tscript.type = 'text/javascript';\n \t\tscript.charset = 'utf-8';\n \t\tscript.async = true;\n \t\tscript.timeout = 120000;\n\n \t\tif (__webpack_require__.nc) {\n \t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n \t\t}\n \t\tscript.src = __webpack_require__.p + \"\" + chunkId + \".bundle.js\";\n \t\tvar timeout = setTimeout(onScriptComplete, 120000);\n \t\tscript.onerror = script.onload = onScriptComplete;\n \t\tfunction onScriptComplete() {\n \t\t\t// avoid mem leaks in IE.\n \t\t\tscript.onerror = script.onload = null;\n \t\t\tclearTimeout(timeout);\n \t\t\tvar chunk = installedChunks[chunkId];\n \t\t\tif(chunk !== 0) {\n \t\t\t\tif(chunk) {\n \t\t\t\t\tchunk[1](new Error('Loading chunk ' + chunkId + ' failed.'));\n \t\t\t\t}\n \t\t\t\tinstalledChunks[chunkId] = undefined;\n \t\t\t}\n \t\t};\n \t\thead.appendChild(script);\n\n \t\treturn promise;\n \t};\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// identity function for calling harmony imports with the correct context\n \t__webpack_require__.i = function(value) { return value; };\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, {\n \t\t\t\tconfigurable: false,\n \t\t\t\tenumerable: true,\n \t\t\t\tget: getter\n \t\t\t});\n \t\t}\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"/Users/baidu/Desktop/portal/dist/js\";\n\n \t// on error function for async loading\n \t__webpack_require__.oe = function(err) { console.error(err); throw err; };\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap cfa7bb9117fb36f867c0"],"sourceRoot":""}
\ No newline at end of file \ No newline at end of file
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册