Quellcode durchsuchen

Merge branch 'new_pad_branch' of http://git.shengws.com/zhangbj/xt_pad into new_pad_branch

xiaoming_global vor 5 Jahren
Ursprung
Commit
8ec9e74b67
1 geänderte Dateien mit 7 neuen und 7 gelöschten Zeilen
  1. 7 7
      src/pages/main/DetailsPage.vue

+ 7 - 7
src/pages/main/DetailsPage.vue Datei anzeigen

174
     @include justify-content-between;
174
     @include justify-content-between;
175
     padding: 0.3rem 0.36rem;
175
     padding: 0.3rem 0.36rem;
176
     // border-bottom: 1px #e5e5e5 solid;
176
     // border-bottom: 1px #e5e5e5 solid;
177
-    position: fixed;
177
+    position: sticky;
178
     top: 0;
178
     top: 0;
179
     left: 0;
179
     left: 0;
180
     right: 0;
180
     right: 0;
181
-    z-index: 100;
181
+    z-index: 100 !important;
182
     background: #258ffc;
182
     background: #258ffc;
183
     @media only screen and (max-width: 320px) {
183
     @media only screen and (max-width: 320px) {
184
       display: -webkit-box;
184
       display: -webkit-box;
222
     }
222
     }
223
   }
223
   }
224
   .Tab {
224
   .Tab {
225
-    padding-top: 63px;
226
-    // padding-bottom: 0.25rem;
227
-    @media only screen and (max-width: 812px) {
228
-      padding-top: 42px !important;
229
-    }
225
+    // padding-top: 63px;
226
+    // // padding-bottom: 0.25rem;
227
+    // @media only screen and (max-width: 812px) {
228
+    //   padding-top: 42px !important;
229
+    // }
230
   }
230
   }
231
 }
231
 }
232
 .add {
232
 .add {