Browse Source

px改为rem

yangc 8 years ago
parent
commit
98551a0364
1 changed files with 2 additions and 2 deletions
  1. 2 2
      assets/scss/mobileCommon.scss

+ 2 - 2
assets/scss/mobileCommon.scss

@@ -20,9 +20,9 @@
       position: relative;
       i {
         position: absolute;
-        right: -13px;
+        right: -.13rem;
         font-size: .4rem;
-        bottom: 46px;
+        bottom: .46rem;
       }
     }
     .mobile-modal-content {