默认提交
Showing
3 changed files
with
5 additions
and
2 deletions
... | @@ -24,6 +24,7 @@ | ... | @@ -24,6 +24,7 @@ |
24 | &-item { | 24 | &-item { |
25 | font-size: $fontSize; | 25 | font-size: $fontSize; |
26 | margin-bottom: 4.416667rem; | 26 | margin-bottom: 4.416667rem; |
27 | @extend .text-jtf; | ||
27 | 28 | ||
28 | &-tit { | 29 | &-tit { |
29 | display: flex; | 30 | display: flex; |
... | @@ -55,10 +56,11 @@ | ... | @@ -55,10 +56,11 @@ |
55 | } | 56 | } |
56 | 57 | ||
57 | li { | 58 | li { |
59 | // @extend .bb; | ||
58 | background-image: url('~@assets/images/payment-type/icon-li.png'); | 60 | background-image: url('~@assets/images/payment-type/icon-li.png'); |
59 | background-repeat: no-repeat; | 61 | background-repeat: no-repeat; |
60 | background-position: 0rem .5rem; | 62 | background-position: 0rem .5rem; |
61 | padding-left: 1rem; | 63 | padding: 0 1rem; |
62 | margin: .6rem 0; | 64 | margin: .6rem 0; |
63 | } | 65 | } |
64 | } | 66 | } | ... | ... |
-
Please register or sign in to post a comment