Browse Source

行边样式

yangc 8 years ago
parent
commit
9e78cb0a95
1 changed files with 6 additions and 5 deletions
  1. 6 5
      assets/scss/mobileCommon.scss

+ 6 - 5
assets/scss/mobileCommon.scss

@@ -21,12 +21,13 @@
     .mobile-modal-content {
       background: #fff;
       color: #333;
-      padding: .27rem .54rem;
+      padding: 0 .54rem;
       div {
-        height: .71rem;
-        text-align: center;
-        &.content-line {
-          line-height: .71rem;
+        padding: .2rem 0;
+        line-height: .31rem;
+        border-bottom: .01rem solid rgb(183,213,254);
+        &:last-child {
+          border-bottom: none;
         }
       }
     }