|
@@ -5,91 +5,91 @@ import 'css/newMenu/index.css';
|
|
|
import 'css/inded.css';
|
|
|
import 'js/public.js';
|
|
|
|
|
|
-(function(){
|
|
|
- "use strict";
|
|
|
- init();
|
|
|
- function init(){
|
|
|
- banner();
|
|
|
- };
|
|
|
- navTop();
|
|
|
- function navTop() {
|
|
|
- $(window).scroll(function(){
|
|
|
- var scrolltop=$(document).scrollTop();
|
|
|
- $('.topNav')[scrolltop>0?'addClass':'removeClass']('navFix');
|
|
|
-
|
|
|
- });
|
|
|
- }
|
|
|
-
|
|
|
- function banner(){
|
|
|
- $('#myCarousel').carousel({
|
|
|
- interval: 4000
|
|
|
- })
|
|
|
- };
|
|
|
-
|
|
|
- $(".jumpType li").click(function(){
|
|
|
- $(this).addClass("active");
|
|
|
- $(this).siblings().removeClass("active");
|
|
|
- })
|
|
|
-
|
|
|
- $(".searchImg").click(function(){
|
|
|
- var key=$('.demandSearch').val();
|
|
|
- sessionStorage.setItem("name",key);
|
|
|
- window.open(globalConfig.context + `/portal/search.html`);
|
|
|
- })
|
|
|
- function task(){
|
|
|
- if($(".brands>div>img:nth-child(1)").hasClass("active")){
|
|
|
- $(".brands>div>img:nth-child(3)").css("opacity","0");
|
|
|
- $(".brands>div>img").removeClass("bni").removeClass("ani").removeClass("active");
|
|
|
- $(".brands>div>img:nth-child(2)").addClass("ani").addClass("active");
|
|
|
- }else if($(".brands>div>img:nth-child(2)").hasClass("active")){
|
|
|
- $(".brands>div>img:nth-child(1)").css("opacity","0");
|
|
|
- $(".brands>div>img").removeClass("bni").removeClass("ani").removeClass("active");
|
|
|
- $(".brands>div>img:nth-child(3)").addClass("ani").addClass("active");
|
|
|
- }else if($(".brands>div>img:nth-child(3)").hasClass("active")){
|
|
|
- $(".brands>div>img:nth-child(2)").css("opacity","0");
|
|
|
- $(".brands>div>img").removeClass("bni").removeClass("ani").removeClass("active");
|
|
|
- $(".brands>div>img:nth-child(1)").addClass("ani").addClass("active");
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- setInterval(task,4000);
|
|
|
+(function () {
|
|
|
+ "use strict";
|
|
|
+ init();
|
|
|
+ function init() {
|
|
|
+ banner();
|
|
|
+ };
|
|
|
+ navTop();
|
|
|
+ function navTop() {
|
|
|
+ $(window).scroll(function () {
|
|
|
+ var scrolltop = $(document).scrollTop();
|
|
|
+ $('.topNav')[scrolltop > 0 ? 'addClass' : 'removeClass']('navFix');
|
|
|
+
|
|
|
+ });
|
|
|
+ }
|
|
|
+
|
|
|
+ function banner() {
|
|
|
+ $('#myCarousel').carousel({
|
|
|
+ interval: 4000
|
|
|
+ })
|
|
|
+ };
|
|
|
+
|
|
|
+ $(".jumpType li").click(function () {
|
|
|
+ $(this).addClass("active");
|
|
|
+ $(this).siblings().removeClass("active");
|
|
|
+ })
|
|
|
+
|
|
|
+ $(".searchImg").click(function () {
|
|
|
+ var key = $('.demandSearch').val();
|
|
|
+ sessionStorage.setItem("name", key);
|
|
|
+ window.open(globalConfig.context + `/portal/search.html`);
|
|
|
+ })
|
|
|
+ function task() {
|
|
|
+ if ($(".brands>div>img:nth-child(1)").hasClass("active")) {
|
|
|
+ $(".brands>div>img:nth-child(3)").css("opacity", "0");
|
|
|
+ $(".brands>div>img").removeClass("bni").removeClass("ani").removeClass("active");
|
|
|
+ $(".brands>div>img:nth-child(2)").addClass("ani").addClass("active");
|
|
|
+ } else if ($(".brands>div>img:nth-child(2)").hasClass("active")) {
|
|
|
+ $(".brands>div>img:nth-child(1)").css("opacity", "0");
|
|
|
+ $(".brands>div>img").removeClass("bni").removeClass("ani").removeClass("active");
|
|
|
+ $(".brands>div>img:nth-child(3)").addClass("ani").addClass("active");
|
|
|
+ } else if ($(".brands>div>img:nth-child(3)").hasClass("active")) {
|
|
|
+ $(".brands>div>img:nth-child(2)").css("opacity", "0");
|
|
|
+ $(".brands>div>img").removeClass("bni").removeClass("ani").removeClass("active");
|
|
|
+ $(".brands>div>img:nth-child(1)").addClass("ani").addClass("active");
|
|
|
+ }
|
|
|
|
|
|
-
|
|
|
- initModel();
|
|
|
- function initModel(){
|
|
|
- if(!sessionStorage['initVal']){
|
|
|
- $('.initModel').addClass('active');
|
|
|
- }
|
|
|
- sessionStorage['initVal']=true;
|
|
|
- $('.initModel .glyphicon-remove').click(function(){
|
|
|
- $(this).parents('.initModel').removeClass('active');
|
|
|
- })
|
|
|
- if($('.initModel').hasClass('active')){
|
|
|
- setTimeout(()=>{
|
|
|
- $('.initModel .glyphicon-remove').trigger('click');
|
|
|
- },10000)
|
|
|
- }
|
|
|
- };
|
|
|
-
|
|
|
- let status=true;
|
|
|
- var myVideo=document.getElementById("video1");
|
|
|
- function videoAuto(){
|
|
|
- let videoH = $('.wield_cont')[0],
|
|
|
- clentH = videoH.getBoundingClientRect();
|
|
|
- if(clentH.top < (document.documentElement.clientHeight+200)){
|
|
|
- if(status){
|
|
|
- myVideo.play();
|
|
|
- status=false;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- $('#video1').hover(function(){
|
|
|
- document.oncontextmenu=function(e){
|
|
|
- return false
|
|
|
- }
|
|
|
- },function(){
|
|
|
- document.oncontextmenu=function(e){
|
|
|
- }
|
|
|
- })
|
|
|
+ }
|
|
|
+ setInterval(task, 4000);
|
|
|
+
|
|
|
+
|
|
|
+ initModel();
|
|
|
+ function initModel() {
|
|
|
+ if (!sessionStorage['initVal']) {
|
|
|
+ $('.initModel').addClass('active');
|
|
|
+ }
|
|
|
+ sessionStorage['initVal'] = true;
|
|
|
+ $('.initModel .glyphicon-remove').click(function () {
|
|
|
+ $(this).parents('.initModel').removeClass('active');
|
|
|
+ })
|
|
|
+ if ($('.initModel').hasClass('active')) {
|
|
|
+ setTimeout(() => {
|
|
|
+ $('.initModel .glyphicon-remove').trigger('click');
|
|
|
+ }, 10000)
|
|
|
+ }
|
|
|
+ };
|
|
|
+
|
|
|
+ let status = true;
|
|
|
+ var myVideo = document.getElementById("video1");
|
|
|
+ function videoAuto() {
|
|
|
+ let videoH = $('.wield_cont')[0],
|
|
|
+ clentH = videoH.getBoundingClientRect();
|
|
|
+ if (clentH.top < (document.documentElement.clientHeight + 200)) {
|
|
|
+ if (status) {
|
|
|
+ myVideo.play();
|
|
|
+ status = false;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ $('#video1').hover(function () {
|
|
|
+ document.oncontextmenu = function (e) {
|
|
|
+ return false
|
|
|
+ }
|
|
|
+ }, function () {
|
|
|
+ document.oncontextmenu = function (e) {
|
|
|
+ }
|
|
|
+ })
|
|
|
}())
|