瀏覽代碼

行边样式

yangc 8 年之前
父節點
當前提交
9e78cb0a95
共有 1 個文件被更改,包括 6 次插入5 次删除
  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;
         }
       }
     }