Browse Source

修复邮箱大小写异常

ming 1 year ago
parent
commit
4b009a4e28
2 changed files with 9 additions and 3 deletions
  1. 7 1
      assets/css/style.css
  2. 2 2
      index.html

+ 7 - 1
assets/css/style.css

@@ -220,7 +220,7 @@
                 /* font-weight: 600; */
                 /* font-family: "Oswald", sans-serif; */
                 color: #041d38;
-                text-transform: uppercase;
+                /* text-transform: uppercase; */
                 /* padding: 0 30px; */
             }
             
@@ -4127,6 +4127,12 @@
                 height:600px
             }
             @media (max-width: 1200px) {
+                .common-bradcrumb-section {
+                    height:400px;
+                   
+                }
+            }
+            @media (max-width: 575px) {
                 .common-bradcrumb-section {
                     height:200px;
                     margin-top:90px

+ 2 - 2
index.html

@@ -37,9 +37,9 @@
 
         <div>
             <!-- LOADING START -->
-            <div v-if="loading" class="loadingBox">
+            <!-- <div v-if="loading" class="loadingBox">
                 <loading-com></loading-com>
-            </div>
+            </div> -->
             <!-- LOADING END -->
 
             <!-- FEEDBACK START -->