소스 검색

行边样式

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;
         }
       }
     }