diff --git a/src/modules/footer.html b/src/modules/footer.html index 5d0729f..fbb8228 100644 --- a/src/modules/footer.html +++ b/src/modules/footer.html @@ -65,14 +65,14 @@ -
+
服务支持
diff --git a/src/modules/navbar.html b/src/modules/navbar.html index df4edab..3d1cdc5 100644 --- a/src/modules/navbar.html +++ b/src/modules/navbar.html @@ -371,11 +371,11 @@ 交通应用解决方案 商业显示解决方案 同步视频处理方案 - 二次开发解决方案 + 大型表演手持led光影屏方案 -
  • +
  • 服务支持 diff --git a/src/products/xixun_software/AIPS/AIPS2.0/AIPS2.0_customize.html b/src/products/xixun_software/AIPS/AIPS2.0/AIPS2.0_customize.html index 381f6ba..6fe7144 100644 --- a/src/products/xixun_software/AIPS/AIPS2.0/AIPS2.0_customize.html +++ b/src/products/xixun_software/AIPS/AIPS2.0/AIPS2.0_customize.html @@ -87,6 +87,46 @@ font-size: 16px; font-weight: 700; } + .form-title { + text-align: center; + font-weight: 700; + color: #434850; + } + + .form-group { + display: flex; + margin-bottom: 10px; + } + + .form-group>label { + width: 20%; + font-size: 15px; + } + + .form-control { + width: 80%; + padding: 3px; + border: 1px solid #ccc; + border-radius: 4px; + } + + .Btn { + display: flex; + justify-content: center; + align-items: center; + background-color: #007bff; + color: white; + border: none; + padding: 5px 10px; + border-radius: 4px; + cursor: pointer; + font-size: 15px; + transition: background-color 0.3s ease; + } + + .Btn:hover { + background-color: #0056b3; + } @@ -166,7 +206,30 @@ -
    +
    +
    +
    联系我们的专业软件产品经理
    +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + +
    +
    +
    @@ -211,4 +274,39 @@ } }); } + // script.js 文件内容 + $(document).ready(function () { + $('requirements').on('input', function () { + var input = $(this).val(); + // 允许的HTML标签 + var allowedTags = ['

    ', '

    ', '', '', '', '']; + // 移除不被允许的标签 + allowedTags.forEach(function (tag) { + input = input.replace(new RegExp(tag, 'gi'), ''); + }); + // 更新textarea的值 + $(this).val(input); + }); + + $('#contactForm').on('submit', function (e) { + e.preventDefault(); + // $.ajax({ + // url: '', + // type: 'post', + // data: { + // email:$('#email').val(), + // phone:$('#phone').val(), + // content:$('#requirements').val(), + // }, + // dataType: 'json', + // success:(res) =>{ + // alert('意见提交成功!'); + // }, + // fail:(err)=>{ + // alert('意见提交失败!'); + // } + // }); + alert('意见提交成功!'); + }); + }); diff --git a/src/products/xixun_software/AIPS/AIPS4.0/AIPS4.0_customize.html b/src/products/xixun_software/AIPS/AIPS4.0/AIPS4.0_customize.html index 26da3a8..f651542 100644 --- a/src/products/xixun_software/AIPS/AIPS4.0/AIPS4.0_customize.html +++ b/src/products/xixun_software/AIPS/AIPS4.0/AIPS4.0_customize.html @@ -87,6 +87,46 @@ font-size: 16px; font-weight: 700; } + .form-title { + text-align: center; + font-weight: 700; + color: #434850; + } + + .form-group { + display: flex; + margin-bottom: 10px; + } + + .form-group>label { + width: 20%; + font-size: 15px; + } + + .form-control { + width: 80%; + padding: 3px; + border: 1px solid #ccc; + border-radius: 4px; + } + + .Btn { + display: flex; + justify-content: center; + align-items: center; + background-color: #007bff; + color: white; + border: none; + padding: 5px 10px; + border-radius: 4px; + cursor: pointer; + font-size: 15px; + transition: background-color 0.3s ease; + } + + .Btn:hover { + background-color: #0056b3; + } @@ -127,7 +167,7 @@ - 智慧城市管理平台LEDOK Cloud + 智慧城市管理平台LEDOK IoT @@ -166,7 +206,30 @@ -
    +
    +
    +
    联系我们的专业软件产品经理
    +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + +
    +
    +
    @@ -211,4 +274,39 @@ } }); } + // script.js 文件内容 + $(document).ready(function () { + $('requirements').on('input', function () { + var input = $(this).val(); + // 允许的HTML标签 + var allowedTags = ['

    ', '

    ', '', '', '', '']; + // 移除不被允许的标签 + allowedTags.forEach(function (tag) { + input = input.replace(new RegExp(tag, 'gi'), ''); + }); + // 更新textarea的值 + $(this).val(input); + }); + + $('#contactForm').on('submit', function (e) { + e.preventDefault(); + // $.ajax({ + // url: '', + // type: 'post', + // data: { + // email:$('#email').val(), + // phone:$('#phone').val(), + // content:$('#requirements').val(), + // }, + // dataType: 'json', + // success:(res) =>{ + // alert('意见提交成功!'); + // }, + // fail:(err)=>{ + // alert('意见提交失败!'); + // } + // }); + alert('意见提交成功!'); + }); + }); diff --git a/src/products/xixun_software/AIPS/Vehicle HUB/Vehicle HUB_customize.html b/src/products/xixun_software/AIPS/Vehicle HUB/Vehicle HUB_customize.html index 205576e..4d27b57 100644 --- a/src/products/xixun_software/AIPS/Vehicle HUB/Vehicle HUB_customize.html +++ b/src/products/xixun_software/AIPS/Vehicle HUB/Vehicle HUB_customize.html @@ -87,6 +87,46 @@ font-size: 16px; font-weight: 700; } + .form-title { + text-align: center; + font-weight: 700; + color: #434850; + } + + .form-group { + display: flex; + margin-bottom: 10px; + } + + .form-group>label { + width: 20%; + font-size: 15px; + } + + .form-control { + width: 80%; + padding: 3px; + border: 1px solid #ccc; + border-radius: 4px; + } + + .Btn { + display: flex; + justify-content: center; + align-items: center; + background-color: #007bff; + color: white; + border: none; + padding: 5px 10px; + border-radius: 4px; + cursor: pointer; + font-size: 15px; + transition: background-color 0.3s ease; + } + + .Btn:hover { + background-color: #0056b3; + } @@ -166,7 +206,30 @@ -
    +
    +
    +
    联系我们的专业软件产品经理
    +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + +
    +
    +
    @@ -211,4 +274,39 @@ } }); } + // script.js 文件内容 + $(document).ready(function () { + $('requirements').on('input', function () { + var input = $(this).val(); + // 允许的HTML标签 + var allowedTags = ['

    ', '

    ', '', '', '', '']; + // 移除不被允许的标签 + allowedTags.forEach(function (tag) { + input = input.replace(new RegExp(tag, 'gi'), ''); + }); + // 更新textarea的值 + $(this).val(input); + }); + + $('#contactForm').on('submit', function (e) { + e.preventDefault(); + // $.ajax({ + // url: '', + // type: 'post', + // data: { + // email:$('#email').val(), + // phone:$('#phone').val(), + // content:$('#requirements').val(), + // }, + // dataType: 'json', + // success:(res) =>{ + // alert('意见提交成功!'); + // }, + // fail:(err)=>{ + // alert('意见提交失败!'); + // } + // }); + alert('意见提交成功!'); + }); + }); diff --git a/src/products/xixun_software/APP/I Led/I Led_customize.html b/src/products/xixun_software/APP/I Led/I Led_customize.html index 5249531..0cede34 100644 --- a/src/products/xixun_software/APP/I Led/I Led_customize.html +++ b/src/products/xixun_software/APP/I Led/I Led_customize.html @@ -87,6 +87,46 @@ font-size: 16px; font-weight: 700; } + .form-title { + text-align: center; + font-weight: 700; + color: #434850; + } + + .form-group { + display: flex; + margin-bottom: 10px; + } + + .form-group>label { + width: 20%; + font-size: 15px; + } + + .form-control { + width: 80%; + padding: 3px; + border: 1px solid #ccc; + border-radius: 4px; + } + + .Btn { + display: flex; + justify-content: center; + align-items: center; + background-color: #007bff; + color: white; + border: none; + padding: 5px 10px; + border-radius: 4px; + cursor: pointer; + font-size: 15px; + transition: background-color 0.3s ease; + } + + .Btn:hover { + background-color: #0056b3; + } @@ -100,9 +140,9 @@
    I Led
    功能特性 - - - +
    @@ -168,7 +208,30 @@ -
    +
    +
    +
    联系我们的专业软件产品经理
    +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + +
    +
    +
    @@ -213,4 +276,39 @@ } }); } + // script.js 文件内容 + $(document).ready(function () { + $('requirements').on('input', function () { + var input = $(this).val(); + // 允许的HTML标签 + var allowedTags = ['

    ', '

    ', '', '', '', '']; + // 移除不被允许的标签 + allowedTags.forEach(function (tag) { + input = input.replace(new RegExp(tag, 'gi'), ''); + }); + // 更新textarea的值 + $(this).val(input); + }); + + $('#contactForm').on('submit', function (e) { + e.preventDefault(); + // $.ajax({ + // url: '', + // type: 'post', + // data: { + // email:$('#email').val(), + // phone:$('#phone').val(), + // content:$('#requirements').val(), + // }, + // dataType: 'json', + // success:(res) =>{ + // alert('意见提交成功!'); + // }, + // fail:(err)=>{ + // alert('意见提交失败!'); + // } + // }); + alert('意见提交成功!'); + }); + }); diff --git a/src/products/xixun_software/APP/LEDOK Lite/LEDOK Lite_customize.html b/src/products/xixun_software/APP/LEDOK Lite/LEDOK Lite_customize.html index 6849226..c62597e 100644 --- a/src/products/xixun_software/APP/LEDOK Lite/LEDOK Lite_customize.html +++ b/src/products/xixun_software/APP/LEDOK Lite/LEDOK Lite_customize.html @@ -87,6 +87,46 @@ font-size: 16px; font-weight: 700; } + .form-title { + text-align: center; + font-weight: 700; + color: #434850; + } + + .form-group { + display: flex; + margin-bottom: 10px; + } + + .form-group>label { + width: 20%; + font-size: 15px; + } + + .form-control { + width: 80%; + padding: 3px; + border: 1px solid #ccc; + border-radius: 4px; + } + + .Btn { + display: flex; + justify-content: center; + align-items: center; + background-color: #007bff; + color: white; + border: none; + padding: 5px 10px; + border-radius: 4px; + cursor: pointer; + font-size: 15px; + transition: background-color 0.3s ease; + } + + .Btn:hover { + background-color: #0056b3; + } @@ -162,7 +202,30 @@ -
    +
    +
    +
    联系我们的专业软件产品经理
    +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + +
    +
    +
    @@ -207,4 +270,39 @@ } }); } + // script.js 文件内容 + $(document).ready(function () { + $('requirements').on('input', function () { + var input = $(this).val(); + // 允许的HTML标签 + var allowedTags = ['

    ', '

    ', '', '', '', '']; + // 移除不被允许的标签 + allowedTags.forEach(function (tag) { + input = input.replace(new RegExp(tag, 'gi'), ''); + }); + // 更新textarea的值 + $(this).val(input); + }); + + $('#contactForm').on('submit', function (e) { + e.preventDefault(); + // $.ajax({ + // url: '', + // type: 'post', + // data: { + // email:$('#email').val(), + // phone:$('#phone').val(), + // content:$('#requirements').val(), + // }, + // dataType: 'json', + // success:(res) =>{ + // alert('意见提交成功!'); + // }, + // fail:(err)=>{ + // alert('意见提交失败!'); + // } + // }); + alert('意见提交成功!'); + }); + }); diff --git a/src/products/xixun_software/APP/LEDOK Lite/LEDOK Lite_download.html b/src/products/xixun_software/APP/LEDOK Lite/LEDOK Lite_download.html index 6ca6f56..e71ec9a 100644 --- a/src/products/xixun_software/APP/LEDOK Lite/LEDOK Lite_download.html +++ b/src/products/xixun_software/APP/LEDOK Lite/LEDOK Lite_download.html @@ -104,7 +104,7 @@ - + #include(footer) diff --git a/src/products/xixun_software/SingleMachine/LedOK_Express/LedOK_Express_customize.html b/src/products/xixun_software/SingleMachine/LedOK_Express/LedOK_Express_customize.html index 3da895c..73345f1 100644 --- a/src/products/xixun_software/SingleMachine/LedOK_Express/LedOK_Express_customize.html +++ b/src/products/xixun_software/SingleMachine/LedOK_Express/LedOK_Express_customize.html @@ -1,182 +1,257 @@ - - - - - - - - - - - - 熙讯-软件服务-LedOK Express - - - - - - - - - + + + + + + + + + + + + 熙讯-软件服务-LedOK Express + + + + + - + + + - //英文路径 - var url = window.location; - //获取网页的来路 + - + } + getQueryString("language"); + console.log(!Cookie_Get("language"), lang); + if (!Cookie_Get("language") && lang == "en") { + window.location.href = ""; + } - -
    #include(navbar)
    + function Cookie_Set(name, val) { + // var strsec = getsec(time); + var exp = new Date(); + // exp.setTime(exp.getTime() + strsec * 1); + document.cookie = name + "=" + val + ";path=/"; + } + function Cookie_Get(name) { + var arr, + reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)"); + if ((arr = document.cookie.match(reg))) { + return arr[2]; + } else { + return null; + } + } + function getsec(str) { + var str1 = str.substring(1, str.length) * 1; + var str2 = str.substring(0, 1); + if (str2 == "s") { + return str1 * 1000; + } else if (str2 == "h") { + return str1 * 60 * 60 * 1000; + } else if (str2 == "d") { + return str1 * 24 * 60 * 60 * 1000; + } + } -
    - + + + + +
    #include(navbar)
    + +
    + + +