|
@@ -34,7 +34,7 @@ function get_data() {
|
|
|
// const limit = res;
|
|
|
// 公司簡介
|
|
|
aboutContent += ' \
|
|
|
- <div class="row px-0 mx-0">\
|
|
|
+ <div class="row px-0 mx-0">\
|
|
|
<div class="condition col-12 col-lg-4 bg-white">\
|
|
|
<h1 class="fs-3 pb-3"><span style="color:#8DC21F" class="fw-bold fs-2">|</span>接案條件 condition</h1>\
|
|
|
<table class="table">\
|
|
@@ -141,7 +141,7 @@ function get_data() {
|
|
|
</tbody>\
|
|
|
</table>\
|
|
|
</div>\
|
|
|
- </div >';
|
|
|
+ </div >';
|
|
|
|
|
|
aboutInt += ' \
|
|
|
<div class="banner-des row vertical align-items-end">\
|
|
@@ -353,7 +353,7 @@ if (jQuery(window).width() < 767) {
|
|
|
var y = window.scrollY;
|
|
|
|
|
|
if (y > 550) {
|
|
|
- $(".nav").css({ "position": "fixed", "top": "38px", "z-index": "10" });
|
|
|
+ $(".nav").css({ "position": "fixed", "top": "75px", "z-index": "10" });
|
|
|
} else {
|
|
|
$(".nav").css({ "position": "static" });
|
|
|
}
|