(window.webpackJsonp=window.webpackJsonp||[]).push([[65,8],{475:function(e,t,o){var content=o(520);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,o(19).default)("b32ff9f6",content,!0,{sourceMap:!1})},519:function(e,t,o){"use strict";o(475)},520:function(e,t,o){var n=o(18)((function(i){return i[1]}));n.push([e.i,".banner_container1[data-v-0361e3ba]{display:block;margin:0 auto;overflow:hidden;position:relative;width:100%}.banner_container1 .banner-wrapper[data-v-0361e3ba]{display:flex;height:100%;left:0;position:relative;text-align:center;transition:all .3s ease}.bannerItem[data-v-0361e3ba]{background-position:top;background-repeat:no-repeat;background-size:cover;cursor:pointer;flex-shrink:0;height:100%;overflow:hidden;position:relative}.home-demo-con-con .bannerItem[data-v-0361e3ba]{border-radius:16px}.bannerItem.start[data-v-0361e3ba]{transition:all 1.5s}.bannerItem[data-v-0361e3ba]:hover{transform:scale(1)}.point-wrapper[data-v-0361e3ba]{align-items:center;bottom:10px;display:flex;height:40px;justify-content:center;left:0;position:absolute;right:0}.pointItem[data-v-0361e3ba]{height:14px;line-height:14px;margin:0 13px;text-align:center;width:14px}.pointItem span[data-v-0361e3ba]{background:#fff;border-radius:50%;cursor:pointer;display:inline-block;height:4px;margin:5px;transition:all .3s ease;width:4px}.pointItem.active[data-v-0361e3ba]{border:1px solid #fff;border-radius:50%;height:14px;width:14px}.pointItem.active span[data-v-0361e3ba]{display:inline-block}.arrow-container[data-v-0361e3ba]{align-items:center;bottom:0;cursor:pointer;display:flex;justify-content:center;left:auto;position:absolute;right:auto;top:0;width:50px}.arrow-container img[data-v-0361e3ba]{width:70px}.arrow-container.left[data-v-0361e3ba]{height:50px;left:10px;top:40%}.home-demo-con-left .arrow-container.left[data-v-0361e3ba],.home-demo-con-left .arrow-container.right[data-v-0361e3ba]{display:none}.arrow-container.right[data-v-0361e3ba]{height:50px;right:10px;top:40%}.banner_container img[data-v-0361e3ba]{filter:opacity(.5);height:50px;transition:all .3s;width:50px}.banner_container img[data-v-0361e3ba]:hover{filter:opacity(1)}.banner-content[data-v-0361e3ba]{border-radius:16px;bottom:60px;color:#fff;left:30px;position:absolute;right:30px;text-align:left}.banner-wrapper-img[data-v-0361e3ba]{height:100%;left:0;position:absolute;top:0;width:100%}.banner-wrapper-img img[data-v-0361e3ba]{border-radius:16px;height:100%;width:100%}.time[data-v-0361e3ba]{background:red;border-radius:4px;color:#fff;display:inline-block;font-size:16px;margin-bottom:10px;padding:5px 10px}.title1[data-v-0361e3ba]{color:#fff;font-size:28px;font-weight:500;line-height:40px;margin-bottom:25px;text-align:center}.title2[data-v-0361e3ba]{color:#fff;font-size:14px;font-weight:400;line-height:23px}.txt-cut1[data-v-0361e3ba]{white-space:nowrap}.txt-cut1[data-v-0361e3ba],.txt-cut2[data-v-0361e3ba]{overflow:hidden;text-overflow:ellipsis}.txt-cut2[data-v-0361e3ba]{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.campus-pic-list .bannerItem[data-v-0361e3ba]{border-radius:16px}@media screen and (max-width:750px){.banner-wrapper[data-v-0361e3ba],.banner-wrapper-img img[data-v-0361e3ba],.bannerItem[data-v-0361e3ba],.banner_container img[data-v-0361e3ba]{border-radius:0!important}.point-wrapper[data-v-0361e3ba]{bottom:.15rem;height:.14rem}.banner-content[data-v-0361e3ba]{bottom:.2rem;left:.15rem;right:.15rem}.time[data-v-0361e3ba]{font-size:.12rem;height:.12rem;line-height:.1rem;margin-bottom:.1rem;padding:.03rem .06rem}.title1[data-v-0361e3ba]{font-size:.14rem;line-height:.14rem;margin-bottom:.3rem}.title2[data-v-0361e3ba]{display:none}.pointItem[data-v-0361e3ba]{height:.14rem;margin:0 .1rem;width:.14rem}.pointItem[data-v-0361e3ba]:hover{background:none}.pointItem.active[data-v-0361e3ba]{height:.14rem;width:.14rem}.pointItem span[data-v-0361e3ba]{height:.04rem;margin:.05rem;width:.04rem}.arrow-container img[data-v-0361e3ba]{width:.24rem!important}}",""]),n.locals={},e.exports=n},531:function(e,t,o){"use strict";o.r(t);o(84),o(47);var n={props:{bannerText:{type:String,default:"人人成才
人人精彩"},bannerTip:{type:String,default:"enjoy your talent life be brilliant"},bannerImg:{type:String,default:"https://file-sjtu.edu-sjtu.cn/iec/iec11.png"},BannerList:{type:Array,required:!0},width:{type:String,default:"100%"},height:{type:String,default:"100vh"},showImage:{type:Boolean,default:!1}},data:function(){return{isStart:!1,currentIndex:0,interval:null}},computed:{computedWidth:function(){return this.width},left:function(){return"calc(".concat(this.currentIndex," * ").concat(this.width," * -1)")}},methods:{handleGoToLink:function(link){link&&link.length>0&&window.open(link,"_blank")},startInterval:function(){var e=this;this.interval=setInterval((function(){e.handleNext()}),5e3)},stopInterval:function(){clearInterval(this.interval)},handleGo:function(e){this.stopInterval(),this.currentIndex=e,this.startInterval()},handleNextClick:function(){this.stopInterval(),this.handleNext(),this.startInterval()},handlePrevClick:function(){this.stopInterval(),this.handlePrev(),this.startInterval()},handleNext:function(){this.currentIndex===this.BannerList.length-1?this.currentIndex=0:this.currentIndex+=1},handlePrev:function(){0===this.currentIndex?this.currentIndex=this.BannerList.length-1:this.currentIndex-=1}},mounted:function(){this.startInterval()}},r=(o(519),o(10)),component=Object(r.a)(n,(function(){var e=this,t=e._self._c;return t("div",{ref:"container",staticClass:"banner_container1",style:{height:e.height}},[t("div",{staticClass:"banner-wrapper",style:{width:e.computedWidth,left:e.left}},e._l(e.BannerList,(function(o,n){return t("div",{key:n,staticClass:"bannerItem",class:{start:e.isStart},style:{width:e.computedWidth,backgroundImage:"url("+o.ImgUrl+")"},on:{click:function(t){return e.handleGoToLink(o.Href)}}},[e.showImage?t("div",{staticClass:"banner-wrapper-img"},[t("img",{attrs:{src:"https://file-sjtu.edu-sjtu.cn/iec/bj.png"}})]):e._e(),e._v(" "),t("div",{staticClass:"banner-content"},[o.time?t("p",{staticClass:"time"},[e._v(e._s(o.time))]):e._e(),e._v(" "),o.title1?t("div",{staticClass:"title1 txt-cut1"},[e._v(e._s(o.title1))]):e._e(),e._v(" "),o.title2?t("div",{staticClass:"title2 txt-cut2"},[e._v(e._s(o.title2))]):e._e()])])})),0),e._v(" "),t("div",{staticClass:"point-wrapper"},e._l(e.BannerList,(function(o,n){return t("div",{key:n,staticClass:"pointItem",class:{active:n==e.currentIndex},on:{click:function(t){return e.handleGo(n)}}},[t("span")])})),0)])}),[],!1,null,"0361e3ba",null);t.default=component.exports},588:function(e,t,o){var content=o(784);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,o(19).default)("ee166a3a",content,!0,{sourceMap:!1})},783:function(e,t,o){"use strict";o(588)},784:function(e,t,o){var n=o(18)((function(i){return i[1]}));n.push([e.i,".home[data-v-4739b0ce]{background:#fff}.liked[data-v-4739b0ce]{color:#8e0012;filter:brightness(1.2)}.homeCon1[data-v-4739b0ce]{align-items:flex-end;cursor:pointer;display:flex;justify-content:space-between;margin:0 auto;padding:114px 0 70px;width:1200px}.homeCon1Left[data-v-4739b0ce]{box-sizing:border-box;padding-right:37px;padding-top:65px;position:relative;width:480px;z-index:0}.homeCon1Logo[data-v-4739b0ce]{background-repeat:no-repeat;background-size:200px 200px;height:200px;position:absolute;right:0;top:0;width:200px;z-index:-1}.homeCon1LeftTitle[data-v-4739b0ce]{color:#333;font-size:24px;font-weight:700}.homeCon1LeftSubTitle[data-v-4739b0ce]:hover,.homeCon1LeftTitle[data-v-4739b0ce]:hover{color:#8e0012}.homeCon1LeftSubTitle[data-v-4739b0ce]{color:#666;font-size:16px;line-height:28px;margin-top:30px}.more[data-v-4739b0ce]{border-radius:8px;color:#8e0012;font-size:14px;margin:20px 0 40px;padding:10px;width:80px}.more img[data-v-4739b0ce]{display:inline-block;height:16px;margin-left:4px;vertical-align:middle;width:16px}.more[data-v-4739b0ce]:hover{background:#8e0012;color:#fff}.more:hover img[data-v-4739b0ce]{content:url(https://file-sjtu.edu-sjtu.cn/www/school/school18.png)}.homeCon1TextList[data-v-4739b0ce]{align-items:center;border:2px solid #eee;border-radius:8px;box-sizing:border-box;display:flex;gap:30px;justify-content:center;padding:30px;text-align:center;width:100%}.homeCon1Text[data-v-4739b0ce]{flex:1}.homeCon1Text sup[data-v-4739b0ce]{font-size:16px;margin-left:3px}.homeCon1Text b[data-v-4739b0ce]{font-size:20px}.homeCon1Text p[data-v-4739b0ce]{color:#666;font-size:16px;margin:15px 0 0;padding:0}.homeCon1Right[data-v-4739b0ce]{width:680px}.homeCon1Right img[data-v-4739b0ce]{height:438px;transition:transform .3s ease;width:678px}.homeCon1RightImg[data-v-4739b0ce]:Hover{transform:scale(1.05)}.homeCon2[data-v-4739b0ce]{background:url(https://file-sjtu.edu-sjtu.cn/www/school/school10.png) no-repeat top #f2f2f2}.homeCon2Con[data-v-4739b0ce]{margin:0 auto;padding:60px 0;width:1200px}.homeCon2ConTitle[data-v-4739b0ce]{text-align:center}.homeCon2ConTitle01[data-v-4739b0ce]{color:#8e0012;font-size:32px;opacity:.5;text-transform:uppercase}.homeCon2ConTitle02[data-v-4739b0ce]{color:#333;font-size:30px;font-weight:700;margin-top:-16px}.homeCon2ConNews[data-v-4739b0ce]{align-items:center;display:flex;gap:40px;justify-content:flex-start;padding:60px 0 50px;width:1200px}.homeCon2ConNewsList[data-v-4739b0ce]{background:#fff;border-radius:8px;overflow:hidden;padding-bottom:25px;position:relative;width:270px}.homeCon2ConNewsList[data-v-4739b0ce]:hover{box-shadow:0 2px 16px 0 rgba(142,0,18,.21);cursor:pointer;margin-top:-4px}.homeCon2ConNewsList:hover .homeCon2ConNewsListTitle[data-v-4739b0ce]{color:#8e0012}.homeCon2ConNewsList:hover .homeCon2ConNewsListImg[data-v-4739b0ce]{transform:scale(1.05)}.homeCon2ConNewsListMore[data-v-4739b0ce]{bottom:24px;height:16px;position:absolute;right:20px;width:16px}.homeCon2ConNewsListImg[data-v-4739b0ce]{border-radius:8px 8px 0 0;height:203px;transition:transform .3s ease;width:270px}.homeCon2ConNewsListTime[data-v-4739b0ce]{background:#8e0012;box-sizing:border-box;color:#fff;font-size:16px;font-weight:700;left:20px;padding:12px 14px;position:absolute;text-align:center;top:175px;width:70px}.homeCon2ConNewsListTitle[data-v-4739b0ce]{color:#333;font-size:16px;font-weight:700;height:45px;line-height:24px;margin:44px 20px 40px}.homeCon2ConNewsListOk[data-v-4739b0ce]{color:#666;font-size:14px;height:16px;line-height:16px;margin:0 20px}.homeCon2ConNewsListOk img[data-v-4739b0ce]{display:inline-block;height:16px;margin-right:3px;vertical-align:top;width:16px}.homeCon2ConNewsListOk span[data-v-4739b0ce]:hover{color:#8e0012}.homeCon2ConNewsListOk span:hover .hoverImg[data-v-4739b0ce]{content:url(https://file-sjtu.edu-sjtu.cn/www/school/school42-1.png)}.bigMore[data-v-4739b0ce]{border:1px solid #8e0012;border-radius:24px;color:#8e0012;cursor:pointer;font-size:14px;height:42px;line-height:42px;margin:0 auto;text-align:center;width:120px}.bigMore img[data-v-4739b0ce]{display:inline-block;height:16px;margin-bottom:2px;margin-left:4px;vertical-align:middle;width:16px}.bigMoreWhite[data-v-4739b0ce]{border:1px solid #fff;color:#fff}.bigMore[data-v-4739b0ce]:hover{background:#8e0012;color:#fff}.bigMore:hover img[data-v-4739b0ce]{content:url(https://file-sjtu.edu-sjtu.cn/www/school/school18.png)}.bigMoreWhite[data-v-4739b0ce]:hover{background:#fff;color:#8e0012}.bigMoreWhite:hover img[data-v-4739b0ce]{content:url(https://file-sjtu.edu-sjtu.cn/www/school/school7.png)}.homeCon3[data-v-4739b0ce]{background:url(https://file-sjtu.edu-sjtu.cn/www/school/school11.png) no-repeat 50% #8e0012;background-size:contain}.homeCon3Con[data-v-4739b0ce]{margin:0 auto;padding:60px 0;width:1200px}.homeCon3ConTitle[data-v-4739b0ce]{text-align:center}.homeCon3ConTitle01[data-v-4739b0ce]{color:#fff;font-size:32px;opacity:.5;text-transform:uppercase}.homeCon3ConTitle02[data-v-4739b0ce]{color:#fff;font-size:30px;font-weight:700;margin-top:-16px}.homeCon3ConNews[data-v-4739b0ce]{display:flex;justify-content:flex-start;padding:60px 0 50px;position:relative;width:1200px}.homeCon3ConNewsList[data-v-4739b0ce]{background:#fff;border:16px solid #fff;border-radius:8px;box-sizing:border-box;height:263px;margin-left:-53px;margin-top:0;position:relative;transition:margin-top .3s ease,transform .3s ease,box-shadow .3s ease,opacity .3s ease;width:340px;z-index:1}.homeCon3ConNewsList[data-v-4739b0ce]:first-child{margin-left:0}.homeCon3ConNewsList[data-v-4739b0ce]:nth-child(2),.homeCon3ConNewsList[data-v-4739b0ce]:nth-child(4){margin-top:40px}.homeCon3ConNewsList[data-v-4739b0ce]:hover{margin-top:-23px;transition:margin-top .5s ease;z-index:10}.homeCon3ConNewsListImg[data-v-4739b0ce]{border-radius:3px;display:block;height:231px;width:308px}.homeCon4[data-v-4739b0ce]{background:url(https://file-sjtu.edu-sjtu.cn/www/school/school14.png) no-repeat top;background-size:cover;padding:60px 0}.homeCon4Con[data-v-4739b0ce]{background:#fff;border-radius:8px;display:flex;gap:56px;justify-content:space-between;margin:0 auto;width:1200px}.homeCon4ConLeft[data-v-4739b0ce],.homeCon4ConLeft img[data-v-4739b0ce]{height:400px;width:430px}.homeCon4ConLeft img[data-v-4739b0ce]{border-radius:8px 0 0 8px}.homeCon4ConRight[data-v-4739b0ce]{box-sizing:border-box;display:flex;gap:56px;justify-content:flex-start;padding:40px 30px 60px 0;width:767px}.homeCon4ConRightTitle[data-v-4739b0ce]{font-size:24px;font-weight:700;line-height:24px}.homeCon4ConRightTitle i[data-v-4739b0ce]{background:#8e0012;display:inline-block;height:24px;line-height:24px;margin-right:10px;vertical-align:middle;width:3px}.homeCon4ConRightLeft[data-v-4739b0ce]{width:210px}.homeCon4ConRightLeft .ewm[data-v-4739b0ce]{height:210px;margin-top:66px;width:210px}.homeCon4ConRightRight[data-v-4739b0ce]{width:410px}.homeCon4ConRightEye[data-v-4739b0ce]{display:flex;gap:40px;justify-content:flex-start;margin-top:66px}.homeCon4ConRightEye01[data-v-4739b0ce]{text-align:center;width:80px}.homeCon4ConRightEye01 p[data-v-4739b0ce]{font-size:16px;margin:10px 0 0;padding:0}.eye[data-v-4739b0ce]{height:80px;width:80px}.homeCon4ConRightMap[data-v-4739b0ce]{background:url(https://file-sjtu.edu-sjtu.cn/www/school/school17.png) no-repeat 0 0;background-size:16px 16px;font-size:16px;line-height:20px;margin-top:18px;padding-left:26px}.homeCon4ConRightTel[data-v-4739b0ce]{color:#333;font-size:24px;font-weight:700;line-height:24px;margin-top:19px;white-space:pre-line}@media screen and (min-width:1366px){.homeCon1[data-v-4739b0ce]{width:1380px}.homeCon1Left[data-v-4739b0ce]{width:600px}.homeCon1Logo[data-v-4739b0ce]{background-size:256px 256px;height:256px;width:256px}.homeCon1Right[data-v-4739b0ce]{width:756px}.homeCon1Right img[data-v-4739b0ce]{height:525px;width:756px}.homeCon2Con[data-v-4739b0ce],.homeCon2ConNews[data-v-4739b0ce]{width:1380px}.homeCon2ConNewsList[data-v-4739b0ce]{width:315px}.homeCon2ConNewsListImg[data-v-4739b0ce]{height:236px;width:315px}.homeCon2ConNewsListTime[data-v-4739b0ce]{top:205px}.homeCon3Con[data-v-4739b0ce],.homeCon3ConNews[data-v-4739b0ce]{width:1380px}.homeCon3ConNewsList[data-v-4739b0ce]{border:20px solid #fff;height:281px;margin-left:-40px;width:375px}.homeCon3ConNewsListImg[data-v-4739b0ce]{height:241px;width:335px}.homeCon4Con[data-v-4739b0ce]{width:1380px}.homeCon4ConLeft[data-v-4739b0ce],.homeCon4ConLeft img[data-v-4739b0ce]{height:415px;width:486px}.homeCon4ConRight[data-v-4739b0ce]{width:892px}}@media screen and (min-width:750px) and (max-width:1200px){.homeCon1[data-v-4739b0ce]{margin:0 auto;padding-top:100px;width:1000px!important}.homeCon1Left[data-v-4739b0ce]{width:456px}.homeCon1Logo[data-v-4739b0ce]{background-size:140px 140px;height:140px;width:140px}.homeCon1Right[data-v-4739b0ce]{width:514px}.homeCon1Right img[data-v-4739b0ce]{height:332px;width:514px}.homeCon2Con[data-v-4739b0ce],.homeCon2ConNews[data-v-4739b0ce]{width:1000px}.homeCon2ConNews[data-v-4739b0ce]{gap:25px}.homeCon2ConNewsList[data-v-4739b0ce]{width:228px}.homeCon2ConNewsListImg[data-v-4739b0ce]{height:171px;width:228px}.homeCon2ConNewsListTime[data-v-4739b0ce]{top:142px}.homeCon3Con[data-v-4739b0ce],.homeCon3ConNews[data-v-4739b0ce]{width:1000px}.homeCon3ConNewsList[data-v-4739b0ce]{height:218px;margin-left:-40px;width:280px}.homeCon3ConNewsListImg[data-v-4739b0ce]{height:186px;width:248px}.homeCon4Con[data-v-4739b0ce]{width:1000px}.homeCon4ConLeft[data-v-4739b0ce],.homeCon4ConLeft img[data-v-4739b0ce]{height:380px;width:344px}.homeCon4ConRight[data-v-4739b0ce]{padding-bottom:35px;width:656px}.homeCon4ConRightRight[data-v-4739b0ce]{width:310px}}@media screen and (max-width:750px){.homeCon1[data-v-4739b0ce]{flex-direction:column;margin:0 auto;padding-bottom:.3rem;padding-top:.35rem;width:3.35rem}.homeCon1Left[data-v-4739b0ce]{margin-top:.2rem;padding:.3rem 0 0;width:3.35rem}.homeCon1Logo[data-v-4739b0ce]{background-size:1.4rem 1.4rem;height:1.4rem;width:1.4rem}.homeCon1LeftTitle[data-v-4739b0ce]{font-size:.16rem}.homeCon1LeftSubTitle[data-v-4739b0ce]{font-size:.16rem;line-height:.26rem;margin-top:.16rem}.more[data-v-4739b0ce]{color:#8e0012;font-size:.14rem;height:.16rem;line-height:.16rem;margin:.16rem 0 .25rem;width:1rem}.more[data-v-4739b0ce]:hover{background:none;color:#8e0012}.more img[data-v-4739b0ce]{height:.16rem;width:.16rem}.more:hover img[data-v-4739b0ce]{content:url(https://file-sjtu.edu-sjtu.cn/www/school/school37-1.png)}.homeCon1TextList[data-v-4739b0ce]{border:.02rem solid #eee;gap:.1rem;padding:.25rem .1rem}.homeCon1Text sup[data-v-4739b0ce]{font-size:.16rem}.homeCon1Text b[data-v-4739b0ce]{font-size:.18rem}.homeCon1Text p[data-v-4739b0ce]{font-size:.16rem;margin:.13rem 0 0}.homeCon1Right[data-v-4739b0ce],.homeCon1Right img[data-v-4739b0ce]{height:2.15rem;width:3.35rem}.homeCon2ConTitle01[data-v-4739b0ce]{font-size:.2rem}.homeCon2ConTitle02[data-v-4739b0ce]{font-size:.18rem;margin-top:-.05rem}.homeCon2Con[data-v-4739b0ce],.homeCon2ConNews[data-v-4739b0ce]{width:3.35rem}.homeCon2Con[data-v-4739b0ce]{padding:.4rem 0}.homeCon2ConNews[data-v-4739b0ce]{flex-wrap:wrap;gap:.2rem;padding:.3rem 0}.homeCon2ConNewsList[data-v-4739b0ce]{width:1.57rem}.homeCon2ConNewsListImg[data-v-4739b0ce]{height:1.18rem;width:1.57rem}.homeCon2ConNewsListMore[data-v-4739b0ce]{bottom:.21rem;height:.16rem;right:.1rem;width:.16rem}.homeCon2ConNewsListTime[data-v-4739b0ce]{font-size:.14rem;left:.1rem;padding:.1rem;top:.94rem;width:.58rem}.homeCon2ConNewsListTitle[data-v-4739b0ce]{font-size:.14rem;height:.4rem;line-height:.2rem;margin:.35rem .1rem .2rem}.homeCon2ConNewsListOk[data-v-4739b0ce]{margin:0 .1rem}.bigMore[data-v-4739b0ce]{font-size:.14rem;height:.32rem;line-height:.32rem;width:1rem}.bigMore img[data-v-4739b0ce]{height:.16rem;width:.16rem}.homeCon3ConTitle01[data-v-4739b0ce]{font-size:.2rem}.homeCon3ConTitle02[data-v-4739b0ce]{font-size:.18rem;margin-top:-.05rem}.homeCon3Con[data-v-4739b0ce],.homeCon3ConNews[data-v-4739b0ce]{width:3.35rem}.homeCon3[data-v-4739b0ce]{background-size:cover}.homeCon3Con[data-v-4739b0ce],.homeCon3ConNews[data-v-4739b0ce]{padding:.4rem 0}.homeCon3ConNewsList[data-v-4739b0ce]{border:.06rem solid #fff;height:.71rem;margin-left:-.1rem;pointer-events:none;position:relative;width:.91rem}.homeCon3ConNewsList[data-v-4739b0ce]:nth-child(2),.homeCon3ConNewsList[data-v-4739b0ce]:nth-child(4){margin-top:.1rem}.homeCon3ConNewsList[data-v-4739b0ce]:hover{margin-top:0;transition:none;z-index:auto}.homeCon3ConNewsListImg[data-v-4739b0ce]{height:.59rem;width:.79rem}.homeCon4[data-v-4739b0ce]{padding:.3rem 0}.homeCon4Con[data-v-4739b0ce]{flex-direction:column;gap:.1rem;width:3.35rem}.homeCon4ConLeft[data-v-4739b0ce],.homeCon4ConLeft img[data-v-4739b0ce]{height:1.46rem;width:3.35rem}.homeCon4ConLeft img[data-v-4739b0ce]{border-radius:8px 8px 0 0}.homeCon4ConRight[data-v-4739b0ce]{gap:.15rem;padding:.16rem .1rem;width:3.35rem}.homeCon4ConRightTitle[data-v-4739b0ce]{font-size:.16rem;line-height:.16rem}.homeCon4ConRightTitle i[data-v-4739b0ce]{display:inline-block;height:.16rem;line-height:.16rem;margin-right:.08rem;width:.03rem}.homeCon4ConRightLeft[data-v-4739b0ce]{width:.95rem}.homeCon4ConRightLeft .ewm[data-v-4739b0ce]{height:.95rem;margin-top:.17rem;width:.95rem}.homeCon4ConRightRight[data-v-4739b0ce]{width:2rem}.homeCon4ConRightEye[data-v-4739b0ce]{gap:.2rem;margin-top:.17rem}.homeCon4ConRightEye01[data-v-4739b0ce]{width:.5rem}.homeCon4ConRightEye01 p[data-v-4739b0ce]{font-size:.14rem;margin:.1rem 0 0}.eye[data-v-4739b0ce]{display:inline-block;height:.3rem;width:.3rem}.homeCon4ConRightMap[data-v-4739b0ce]{background-size:.16rem .16rem;font-size:.14rem;line-height:.2rem;margin-top:.18rem;padding-left:.2rem}.homeCon4ConRightTel[data-v-4739b0ce]{color:#333;font-size:.16rem;line-height:.2rem;margin-top:.13rem}}",""]),n.locals={},e.exports=n},898:function(e,t,o){"use strict";o.r(t);o(172),o(70);var n=o(25),r=o(6),d=(o(29),o(84),o(264),o(68),o(21),o(30),o(32),o(69),o(36),o(103),o(531)),h={layout:"school",middleware:[],head:function(){var e,t,o,n;return{title:(null===(e=this.schoolInfo)||void 0===e?void 0:e.SEOTitle)||(null===(t=this.schoolInfo)||void 0===t?void 0:t.Title)||"",meta:[{hid:"description",name:"description",content:(null===(o=this.schoolInfo)||void 0===o?void 0:o.SEODescription)||""},{hid:"keywords",name:"keywords",content:(null===(n=this.schoolInfo)||void 0===n?void 0:n.SEOKeywords)||""}]}},components:{Contact:o(169).default,BannerCarousel:d.default},computed:{bannerStyle:function(){return{width:"100%",height:"calc(100vh - 90px)"}},bannerStyle2:function(){return{width:"100%",height:"calc(100vh - 0.46rem)"}}},data:function(){return{schoolTimes:{TotalViewTimes:0,TotalGoodTimes:0},modules:[{Id:1,ChineseName:"我的学校",ModuleName:"MySchool"},{Id:11,ChineseName:"学校介绍",ModuleName:"SchoolIntroduction"},{Id:12,ChineseName:"校长寄语",ModuleName:"PrincipalsMessage"},{Id:13,ChineseName:"核心班子",ModuleName:"CoreLeadershipTeam"},{Id:2,ChineseName:"教学相长",ModuleName:"MutualTeachingAndLearning"},{Id:21,ChineseName:"教学理念",ModuleName:"TeachingPhilosophy"},{Id:22,ChineseName:"师资团队",ModuleName:"FacultyTeam"},{Id:23,ChineseName:"教学成果",ModuleName:"TeachingAchievements"},{Id:24,ChineseName:"光荣榜",ModuleName:"HonorRoll"},{Id:3,ChineseName:"校园新闻",ModuleName:"SchoolNews"},{Id:31,ChineseName:"学校动态",ModuleName:"SchoolUpdates"},{Id:32,ChineseName:"学生活动",ModuleName:"StudentActivities"},{Id:33,ChineseName:"获奖荣誉",ModuleName:"AwardsAndHonors"},{Id:4,ChineseName:"散步校园",ModuleName:"StrollingOnSchool"},{Id:41,ChineseName:"校园风景",ModuleName:"SchoolScenery"},{Id:42,ChineseName:"校园活动",ModuleName:"SchoolEvents"},{Id:43,ChineseName:"师生作品",ModuleName:"TeacherAndStudentWorks"},{Id:5,ChineseName:"招生招聘",ModuleName:"AdmissionsAndRecruitment"},{Id:51,ChineseName:"招生公告",ModuleName:"AdmissionNotice"},{Id:52,ChineseName:"招聘公告",ModuleName:"RecruitmentNotice"}],navigationMapping:{},PK_SchoolGuid:"",BannerList:[],BannerList2:[],schoolInfo:null,newsList:[],loading:!0}},fetchOnServer:!0,fetch:function(){var e=this;return Object(r.a)(regeneratorRuntime.mark((function t(){var o,r,d,h,c,l,m;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(t.prev=0,o=new URLSearchParams(e.$route.query),e.PK_SchoolGuid=o.get("PK_SchoolGuid"),!e.PK_SchoolGuid){t.next=21;break}return t.next=6,e.$jsmApi.GetSingleSchool({PK_SchoolGuid:e.PK_SchoolGuid});case 6:return(r=t.sent).IsSuccess&&(e.schoolInfo=r.Body,e.navigationMapping={1:r.Body.MySchoolNavigationTypeID,2:r.Body.MutualTeachingAndLearningNavigationTypeID,3:r.Body.CampusNewsNavigationTypeID,4:r.Body.StrollingOnCampusNavigationTypeID,5:r.Body.AdmissionsAndRecruitmentNavigationTypeID}),t.next=10,Promise.all([e.$jsmApi.GetSchoolBannerList({PK_SchoolGuid:e.PK_SchoolGuid}),e.$jsmApi.GetSchoolHomePageNewsList({PK_SchoolGuid:e.PK_SchoolGuid}),e.$jsmApi.GetSingleSchoolTimes({PK_SchoolGuid:e.PK_SchoolGuid})]);case 10:if(d=t.sent,h=Object(n.a)(d,3),c=h[0],l=h[1],m=h[2],c.IsSuccess&&(e.BannerList=c.Body.map((function(e){return{ImgUrl:e.ImgUrl,title1:e.Title,Sort:e.Sort,Href:e.LinkUrl?e.LinkUrl:null}})),e.BannerList2=c.Body.map((function(e){return{ImgUrl:e.ImgUrl2,title1:e.Title,Sort:e.Sort,Href:e.LinkUrl?e.LinkUrl:null}}))),l.IsSuccess&&(e.newsList=l.Body),!m.IsSuccess){t.next=21;break}return e.schoolTimes=m.Body,t.next=21,e.addViewTimes();case 21:t.next=26;break;case 23:t.prev=23,t.t0=t.catch(0),console.error("Error during fetch:",t.t0);case 26:return t.prev=26,e.loading=!1,t.finish(26);case 29:case"end":return t.stop()}}),t,null,[[0,23,26,29]])})))()},methods:{addGoodTimes:function(e){var t=this;return Object(r.a)(regeneratorRuntime.mark((function o(){var n,r;return regeneratorRuntime.wrap((function(o){for(;;)switch(o.prev=o.next){case 0:return n={PK_Guid:e.PK_Guid,EventID:1,ModuleTypeID:e.TypeID},o.prev=1,o.next=4,t.$jsmApi.AddModuleDetailTimes(n);case 4:(r=o.sent).IsSuccess?(e.GoodTimes+=1,e.liked=!0):console.error("点赞失败:",r.Message),o.next=11;break;case 8:o.prev=8,o.t0=o.catch(1),console.error("Failed to like:",o.t0);case 11:case"end":return o.stop()}}),o,null,[[1,8]])})))()},addViewTimes:function(){var e=this;return Object(r.a)(regeneratorRuntime.mark((function t(){var o;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,o={PK_SchoolGuid:e.PK_SchoolGuid,EventID:2},t.next=4,e.$jsmApi.AddSchoolTimes(o);case 4:t.sent.IsSuccess&&(e.schoolTimes.TotalViewTimes+=1),t.next=11;break;case 8:t.prev=8,t.t0=t.catch(0),console.error("Failed to add view times:",t.t0);case 11:case"end":return t.stop()}}),t,null,[[0,8]])})))()},goToNews:function(){this.handleNavClick(3)},goToImg:function(){this.handleNavClick(4)},handleNavClick:function(e){var t=this.navigationMapping[e],o=this.modules.find((function(e){return e.Id===t}));o&&(location.href="/JSM/".concat(o.ModuleName,"?PK_SchoolGuid=").concat(this.PK_SchoolGuid))},goToNewsDetail:function(e,t){var o={23:"TeachingAchievementsDetail",31:"SchoolUpdatesDetail",32:"StudentActivitiesDetail",33:"AwardsAndHonorsDetail"};if(o[e]){var n="/JSM/".concat(o[e],"?PK_SchoolGuid=").concat(this.PK_SchoolGuid,"&PK_").concat(o[e].replace("Detail",""),"Guid=").concat(t);window.open(n,"_blank")}},goToSchoolIntroduction:function(){this.PK_SchoolGuid&&(window.location.href="/JSM/SchoolIntroduction?PK_SchoolGuid=".concat(this.PK_SchoolGuid))}}},c=h,l=(o(783),o(10)),component=Object(l.a)(c,(function(){var e=this,t=e._self._c;return null!=e.schoolInfo?t("div",{staticClass:"home"},[t("BannerCarousel",{staticClass:"pc-none",style:e.bannerStyle,attrs:{BannerList:e.BannerList,bannerText:"另一段文字111",bannerTip:"另一段提示22"}}),e._v(" "),t("BannerCarousel",{staticClass:"phone-none",style:e.bannerStyle2,attrs:{BannerList:e.BannerList2,bannerText:"另一段文字111",bannerTip:"另一段提示22"}}),e._v(" "),t("div",{staticClass:"homeCon1",on:{click:e.goToSchoolIntroduction}},[t("div",{staticClass:"homeCon1Right phone-none"},[t("img",{attrs:{src:e.schoolInfo.ImgUrl}})]),e._v(" "),t("div",{staticClass:"homeCon1Left"},[t("div",{staticClass:"homeCon1Logo",style:{"background-image":"url(".concat(e.schoolInfo.WatermarkImgUrl,")")}}),e._v(" "),t("div",{staticClass:"homeCon1LeftTitle one-txt-cut"},[e._v("\n "+e._s(e.schoolInfo.Title)+"\n ")]),e._v(" "),t("div",{staticClass:"homeCon1LeftSubTitle txt-cut4"},[e._v("\n "+e._s(e.schoolInfo.Summary)+"\n ")]),e._v(" "),e._m(0),e._v(" "),t("div",{staticClass:"homeCon1TextList"},e._l(4,(function(i){return t("div",{key:i,staticClass:"homeCon1Text"},[t("b",[e._v(e._s(e.schoolInfo["InfoSubTitle".concat(i)]))]),e._v(" "),t("p",[e._v(e._s(e.schoolInfo["InfoTitle".concat(i)]))])])})),0)]),e._v(" "),t("div",{staticClass:"homeCon1Right pc-none"},[t("img",{staticClass:"homeCon1RightImg",attrs:{src:e.schoolInfo.ImgUrl}})])]),e._v(" "),t("div",{staticClass:"homeCon2"},[t("div",{staticClass:"homeCon2Con"},[e._m(1),e._v(" "),t("div",{staticClass:"homeCon2ConNews"},e._l(e.newsList,(function(o){return t("div",{key:o.PK_Guid,staticClass:"homeCon2ConNewsList",on:{click:function(t){return e.goToNewsDetail(o.TypeID,o.PK_Guid)}}},[t("img",{staticClass:"homeCon2ConNewsListMore",attrs:{src:"https://file-sjtu.edu-sjtu.cn/www/school/school37-1.png"}}),e._v(" "),t("img",{staticClass:"homeCon2ConNewsListImg",attrs:{src:o.ImgUrl}}),e._v(" "),t("div",{staticClass:"homeCon2ConNewsListTime"},[e._v("\n "+e._s(o.CreateTime.split(" ")[0].split("-").slice(1).join("."))),t("br"),e._v(e._s(o.CreateTime.split(" ")[0].split("-")[0])+"\n ")]),e._v(" "),t("div",{staticClass:"homeCon2ConNewsListTitle txt-cut"},[e._v("\n "+e._s(o.Title)+"\n ")]),e._v(" "),t("div",{staticClass:"homeCon2ConNewsListOk",on:{click:function(e){e.stopPropagation()}}},[t("img",{staticClass:"timeImg",attrs:{src:"https://file-sjtu.edu-sjtu.cn/www/global/icon15.png"}}),e._v(e._s(o.ViewTimes)+"\n "),t("span",{class:{liked:o.liked},staticStyle:{"margin-left":"5px",cursor:"pointer"},on:{click:function(t){return e.addGoodTimes(o)}}},[t("img",{staticClass:"timeImg hoverImg",attrs:{src:o.liked?"https://file-sjtu.edu-sjtu.cn/www/school/school42-1.png":"https://file-sjtu.edu-sjtu.cn/www/school/school42.png"}}),e._v(e._s(o.GoodTimes)+"\n")])])])})),0),e._v(" "),t("div",{staticClass:"bigMore",on:{click:e.goToNews}},[e._v("\n 更多资讯"),t("img",{attrs:{src:"https://file-sjtu.edu-sjtu.cn/www/school/school37-1.png"}})])])]),e._v(" "),t("div",{staticClass:"homeCon3"},[t("div",{staticClass:"homeCon3Con"},[e._m(2),e._v(" "),t("div",{staticClass:"homeCon3ConNews"},e._l(4,(function(i){return t("div",{key:i,staticClass:"homeCon3ConNewsList"},[t("img",{staticClass:"homeCon3ConNewsListImg",attrs:{src:e.schoolInfo["ShowImgUrl".concat(i)]}})])})),0),e._v(" "),t("div",{staticClass:"bigMore bigMoreWhite",on:{click:e.goToImg}},[e._v("\n 更多图片"),t("img",{attrs:{src:"https://file-sjtu.edu-sjtu.cn/www/school/school18.png"}})])])])],1):e._e()}),[function(){var e=this._self._c;return e("div",{staticClass:"more"},[this._v("\n 了解更多"),e("img",{attrs:{src:"https://file-sjtu.edu-sjtu.cn/www/school/school37-1.png"}})])},function(){var e=this,t=e._self._c;return t("div",{staticClass:"homeCon2ConTitle"},[t("div",{staticClass:"homeCon2ConTitle01"},[e._v("SCHOOL Dynamics")]),e._v(" "),t("div",{staticClass:"homeCon2ConTitle02"},[e._v("校园新闻")])])},function(){var e=this,t=e._self._c;return t("div",{staticClass:"homeCon3ConTitle"},[t("div",{staticClass:"homeCon3ConTitle01"},[e._v("school albums")]),e._v(" "),t("div",{staticClass:"homeCon3ConTitle02"},[e._v("多彩校园")])])}],!1,null,"4739b0ce",null);t.default=component.exports;installComponents(component,{BannerCarousel:o(531).default})}}]);