diff --git a/src/modules/footer.html b/src/modules/footer.html index fbb8228..32fc8da 100644 --- a/src/modules/footer.html +++ b/src/modules/footer.html @@ -116,7 +116,7 @@
  • - 微信视频号 + 微信视频号

    微信视频号

  • 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 6fe7144..c9063bd 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 @@ -73,24 +73,78 @@ } } - + + @media (max-width: 1024px) { + .customize1024 { + display: block; + padding: 5px; + width: 100%; + + } + .customizeRight { + position: relative; + width: 100%; + height: 40vh; + } + + .customizeLeft { + width: 100%; + padding: 10px 20px; + } + + .customizeTitle { + padding: 5px; + font-size: 14px; + } + + .customizeContent { + padding: 5px; + font-size: 12px; + } + + table th, + table td { + font-size: 10px; + } + .contactBox { + margin-top: 20px; + } + .form-title { + font-size: 14px; + } + + .form-group { + display: flex; + margin-bottom: 5px; + } + + .form-group>label { + width: 80px; + font-size: 12px; + } + + .form-control { + width: 250px; + padding: 1px; + border-radius: 4px; + } + + .Btn { + padding: 3px 6px; + border-radius: 2px; + font-size: 12px; + } + } +
    #include(navbar)
    @@ -147,91 +264,94 @@