*联系电话:
@@ -416,28 +251,28 @@
$('#contactForm').on('submit', function (e) {
e.preventDefault();
$.ajax({
- // url: 'http://192.168.1.123:8080/sys/customizedDemand/save',
- url: 'https://www.ledokcloud.com/aips4/sys/customizedDemand/save',
- type: 'post',
- data: JSON.stringify({
- name:$('#name').val(),
- phoneNumber: $('#phone').val(),
- email: $('#email').val(),
- requirements: $('#requirements').val(),
- }),
- contentType: 'application/json',
- dataType: 'json',
- success:(res) =>{
- alert('意见提交成功!');
- $('#name').val('');
- $('#email').val('');
- $('#phone').val('');
- $('#requirements').val('');
- },
- error:(err)=>{
- alert('意见提交失败!');
- }
- });
+ // url: 'http://192.168.1.123:8080/sys/customizedDemand/save',
+ url: 'https://www.ledokcloud.com/aips4/sys/customizedDemand/save',
+ type: 'post',
+ data: JSON.stringify({
+ name: $('#name').val(),
+ phoneNumber: $('#phone').val(),
+ email: $('#email').val(),
+ requirements: $('#requirements').val(),
+ }),
+ contentType: 'application/json',
+ dataType: 'json',
+ success: (res) => {
+ alert('意见提交成功!');
+ $('#name').val('');
+ $('#email').val('');
+ $('#phone').val('');
+ $('#requirements').val('');
+ },
+ error: (err) => {
+ alert('意见提交失败!');
+ }
+ });
console.log('打印ceshi', JSON.stringify({
name: $('#name').val(),
phoneNumber: $('#phone').val(),
diff --git a/src/static/css/layout.css b/src/static/css/layout.css
index df2ab6e..8a2f033 100644
--- a/src/static/css/layout.css
+++ b/src/static/css/layout.css
@@ -711,6 +711,7 @@ input:-webkit-autofill {
.swiper-wrapper .product-item .product_control_sys_list .see_more {
color: #ffffff;
}
+
.swiper-wrapper .product-item .product_control_sys_list .see_more:hover {
color: #007eff;
}
@@ -724,6 +725,7 @@ input:-webkit-autofill {
.swiper-wrapper .product-item .product_control_sys_list .product_control_sys_ul .product_control_sys_li a {
color: #ffffff;
}
+
.swiper-wrapper .product-item .product_control_sys_list .product_control_sys_ul .product_control_sys_li a:hover {
color: #007eff;
}
@@ -20426,47 +20428,48 @@ ul {
justify-content: space-around;
align-items: center;
}
+
.plan-advantage-box {
- flex-direction: column;
- }
-
- .plan-advantage-box .plan-advantage-item {
- width: auto;
- }
-
- .layui-table[lay-size=lg] td,
- .layui-table[lay-size=lg] th {
- padding: 15px 10px;
- }
-
- .my-table th {
- font-size: 20px;
- }
-
- .my-table td {
- font-size: 14px;
- }
-
-
- .Solution_XQ .con4 .SolutionXQ_swiper .swiper-slide a .text .more,
- .banner2 {
- height: 170px;
- }
-
- .banner2 img {
- position: absolute;
- top: 0;
- left: 50%;
- -webkit-transform: translateX(-50%);
- -ms-transform: translateX(-50%);
- transform: translateX(-50%);
- /* width: auto; */
- height: 100%;
- max-width: none;
- }
-
-
-
+ flex-direction: column;
+ }
+
+ .plan-advantage-box .plan-advantage-item {
+ width: auto;
+ }
+
+ .layui-table[lay-size=lg] td,
+ .layui-table[lay-size=lg] th {
+ padding: 15px 10px;
+ }
+
+ .my-table th {
+ font-size: 20px;
+ }
+
+ .my-table td {
+ font-size: 14px;
+ }
+
+
+ .Solution_XQ .con4 .SolutionXQ_swiper .swiper-slide a .text .more,
+ .banner2 {
+ height: 170px;
+ }
+
+ .banner2 img {
+ position: absolute;
+ top: 0;
+ left: 50%;
+ -webkit-transform: translateX(-50%);
+ -ms-transform: translateX(-50%);
+ transform: translateX(-50%);
+ /* width: auto; */
+ height: 100%;
+ max-width: none;
+ }
+
+
+
.publicLeft .li .ul2 .li3 {
padding-left: 25px;
}
@@ -21848,4 +21851,416 @@ ul {
.investor_yj .con a .right .icon img {
width: 100%;
}
+}
+
+
+/* 新增 */
+.customize {
+ display: flex;
+ width: 100%;
+ background-color: #57abff;
+}
+
+.customize .pic_box {
+ position: relative;
+ width: 40%;
+ height: 100%;
+}
+
+.customize .pic_box .title {
+ padding: 10px;
+ font-size: 1vw;
+ color: #ffffff
+}
+
+.customize .pic_box .content {
+ width: 100%;
+ padding: 10px;
+ font-size: 0.8333vw;
+ text-align: justify;
+ text-indent: 2em;
+ color: #ffffff
+}
+
+.customize .content_box {
+ width: 60%;
+ padding: 20px 20px;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-around;
+}
+
+
+.customize .content_box .Forms {
+ width: 100%;
+ margin-bottom: 30px;
+
+}
+
+.customize .content_box .layui-table {
+ width: 100%;
+ margin: 0px;
+}
+
+.customize .content_box .layui-table thead th,
+.customize .content_box .layui-table thead td {
+ text-align: center;
+}
+
+.customize .content_box .layui-table thead th {
+ background-color: #9dc9ff;
+ font-size: 0.9375vw;
+ font-weight: 700;
+}
+
+.customize .content_box .layui-table tbody th,
+.customize .content_box .layui-table tbody td {
+ font-size: 0.8333vw;
+}
+
+.customize .content_box.layui-table td,
+.customize .content_box.layui-table th {
+ position: relative;
+ padding: 0.4333vw 0.8333vw;
+ min-height: 1.2vw;
+ line-height: 1.2vw;
+}
+
+.customize .content_box .contact {
+ width: 100%;
+ box-sizing: border-box;
+ display: flex;
+ justify-content: center;
+ align-content: flex-end;
+}
+
+.customize .content_box .contact .title {
+ text-align: center;
+ font-weight: 700;
+ font-size: 0.9375vw;
+ color: white;
+}
+
+.customize .content_box .contact .form-group {
+ display: flex;
+ margin-bottom: 0.6333vw;
+}
+
+.customize .content_box .contact .form-group>div {
+ width: 6.208vw;
+ padding: auto;
+ display: flex;
+ align-items: center;
+ justify-content: flex-end;
+ font-size: 0.8333vw;
+ color: white;
+ margin-right: 0.6333vw;
+}
+
+.customize .content_box .contact .form-group #textareaLable {
+ width: 6.208vw;
+ display: flex;
+ align-items: flex-start;
+ justify-content: flex-end;
+ font-size: 0.8333vw;
+}
+
+.customize .content_box .contact .form-group>textarea {
+ height: 5.625vw;
+}
+
+.customize .content_box .contact .form-group .form-control {
+ width: 16.875vw;
+ padding: 0.388vw 0.788vw;
+ border: 1px solid #ccc;
+ border-radius: 0.4vw;
+ font-size: 0.8333vw;
+}
+
+.customize .content_box .contact .Btn {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ background-color: #007bff;
+ color: white;
+ border: none;
+ padding: 0.37vw 0.67vw;
+ border-radius: 4px;
+ cursor: pointer;
+ font-size: 0.8333vw;
+ transition: background-color 0.3s ease;
+}
+
+.customize .content_box .contact .Btn:hover {
+ background-color: #0056b3;
+}
+
+
+
+@media (max-width: 1920px) {
+ .customize .content_box {
+ padding: 1vw 2.5vw;
+ }
+
+ .customize .content_box .layui-table thead th {
+ font-size: 0.8333vw;
+ font-weight: 700;
+ }
+
+ .customize .content_box .layui-table tbody th,
+ .customize .content_box .layui-table tbody td {
+ font-size: 0.7333vw;
+ }
+
+ .customize .content_box.layui-table td,
+ .customize .content_box.layui-table th {
+ padding: 0.3333vw 0.7333vw;
+ min-height: 1vw;
+ line-height: 1vw;
+ }
+
+ .customize .content_box .contact .title {
+ font-weight: 700;
+ font-size: 0.9333vw;
+ }
+
+ .customize .content_box .contact .form-group {
+ margin-bottom: 0.6333vw;
+ }
+
+ .customize .content_box .contact .form-group>div {
+ width: 7.208vw;
+ font-size: 0.8333vw;
+ margin-right: 0.6333vw;
+ }
+
+ .customize .content_box .contact .form-group #textareaLable {
+ width: 7.208vw;
+ font-size: 0.8333vw;
+ }
+
+ .customize .content_box .contact .form-group>textarea {
+ height: 6.625vw;
+ }
+
+ .customize .content_box .contact .form-group .form-control {
+ width: 20.875vw;
+ padding: 0.398vw 0.788vw;
+ border-radius: 0.4vw;
+ font-size: 0.8333vw;
+ }
+
+ .customize .content_box .contact .Btn {
+ padding: 0.37vw 0.67vw;
+ border-radius: 3px;
+ font-size: 0.8333vw;
+
+ }
+
+}
+
+@media (max-width: 1600px) {
+ .customize .content_box {
+ padding: 1vw 2.5vw;
+ }
+
+ .customize .content_box .layui-table thead th {
+ font-size: 1.0333vw;
+ font-weight: 700;
+ }
+
+ .customize .content_box .layui-table tbody th,
+ .customize .content_box .layui-table tbody td {
+ font-size: 0.8333vw;
+ }
+
+ .customize .content_box.layui-table td,
+ .customize .content_box.layui-table th {
+ padding: 0.3333vw 0.7333vw;
+ min-height: 1vw;
+ line-height: 1vw;
+ }
+
+ .customize .content_box .contact .title {
+ font-weight: 700;
+ font-size: 1.0333vw;
+ }
+
+ .customize .content_box .contact .form-group {
+ margin-bottom: 0.6333vw;
+ }
+
+ .customize .content_box .contact .form-group>div {
+ width: 7.208vw;
+ font-size: 0.8333vw;
+ margin-right: 0.6333vw;
+ }
+
+ .customize .content_box .contact .form-group #textareaLable {
+ width: 7.208vw;
+ font-size: 0.8333vw;
+ }
+
+ .customize .content_box .contact .form-group>textarea {
+ height: 6.625vw;
+ }
+
+ .customize .content_box .contact .form-group .form-control {
+ width: 20.875vw;
+ padding: 0.398vw 0.788vw;
+ border-radius: 0.4vw;
+ font-size: 0.8333vw;
+ }
+
+ .customize .content_box .contact .Btn {
+ padding: 0.37vw 0.67vw;
+ border-radius: 3px;
+ font-size: 0.8333vw;
+
+ }
+}
+@media (max-width: 992px){
+ .customize {
+ display: block;
+ width: 100%;
+ margin: auto;
+ background-color: #57abff;
+ }
+
+ .customize .pic_box {
+ width: 100%;
+ height: 40vw;
+ }
+
+ .customize .pic_box .title {
+ display: none;
+ padding: 10px;
+ font-size: 16px;
+ color: #ffffff
+ }
+ .customize .pic_box .content {
+ display: none;
+ font-size: 14px;
+ }
+
+ .customize .content_box {
+ width: 100%;
+ padding: 20px 20px;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-around;
+ }
+
+ .customize .content_box .layui-table thead th {
+ font-size: 16px;
+ font-weight: 700;
+}
+
+ .customize .content_box .layui-table tbody td {
+ font-size: 14px;
+ }
+
+ .customize .content_box .contact .title {
+ font-weight: 700;
+ font-size: 16px;
+ }
+
+ .customize .content_box .contact .form-group {
+ margin-bottom: 6px;
+ }
+
+ .customize .content_box .contact .form-group>div {
+ width: 100px;
+ font-size: 14px;
+ margin-right: 8px;
+ }
+
+ .customize .content_box .contact .form-group #textareaLable {
+ width: 100px;
+ font-size: 14px;
+ }
+
+ .customize .content_box .contact .form-group>textarea {
+ height: 100px;
+ }
+
+ .customize .content_box .contact .form-group .form-control {
+ width: 350px;
+ padding: 5px 8px;
+ border-radius: 4px;
+ font-size: 14px
+ }
+
+ .customize .content_box .contact .Btn {
+ padding: 5px 8px;
+ border-radius: 3px;
+ font-size: 14px;
+ }
+
+}
+@media (max-width: 580px) {
+ .customize .pic_box {
+ width: 100%;
+ height: 60vw;
+ }
+
+ .customize .pic_box .title {
+ padding: 10px;
+ font-size: 14px;
+ }
+
+ .customize .pic_box .content {
+ width: 100%;
+ padding: 10px;
+ font-size: 12px;
+ text-align: justify;
+ text-indent: 2em;
+ }
+
+ .customize .content_box .layui-table thead th {
+ font-size: 16px;
+ font-weight: 700;
+ }
+
+ .customize .content_box .layui-table tbody td {
+ font-size: 14px;
+ }
+
+ .customize .content_box .contact .title {
+ font-weight: 700;
+ font-size: 16px;
+ }
+
+ .customize .content_box .contact .form-group {
+ margin-bottom: 6px;
+ }
+
+ .customize .content_box .contact .form-group>div {
+ width: 80px;
+ font-size: 14px;
+ margin-right: 8px;
+ }
+
+ .customize .content_box .contact .form-group #textareaLable {
+ width: 80px;
+ font-size: 14px;
+ }
+
+ .customize .content_box .contact .form-group>textarea {
+ height: 100px;
+ }
+
+ .customize .content_box .contact .form-group .form-control {
+ width: 200px;
+ padding: 5px 8px;
+ border-radius: 4px;
+ font-size: 14px
+ }
+
+ .customize .content_box .contact .Btn {
+ padding: 5px 8px;
+ border-radius: 3px;
+ font-size: 14px;
+ }
+
}
\ No newline at end of file