Browse Source

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

xiaoming_global 5 years ago
parent
commit
d257ba05d0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/pages/main/DetailsPage.vue
  2. 1 1
      src/styles/media.scss

+ 1 - 1
src/pages/main/DetailsPage.vue View File

225
     padding-top: 63px;
225
     padding-top: 63px;
226
     // padding-bottom: 0.25rem;
226
     // padding-bottom: 0.25rem;
227
     @media only screen and (max-width: 812px) {
227
     @media only screen and (max-width: 812px) {
228
-      padding-top: 40px !important;
228
+      padding-top: 42px !important;
229
     }
229
     }
230
   }
230
   }
231
 }
231
 }

+ 1 - 1
src/styles/media.scss View File

1
-@media only screen and (max-width: 415px) {
1
+@media only screen and (max-width: 414px) {
2
   html {
2
   html {
3
     font-size: 30px;
3
     font-size: 30px;
4
   }
4
   }