5679a14f by simon

默认提交

1 parent 1b402f3f
...@@ -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 }
......
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
63 &-item { 63 &-item {
64 color: #4c4948; 64 color: #4c4948;
65 line-height: 3; 65 line-height: 3;
66 @extend .text-jtf;
66 67
67 ul { 68 ul {
68 list-style-type: none; 69 list-style-type: none;
......
...@@ -337,7 +337,7 @@ $borderSize: 6px; ...@@ -337,7 +337,7 @@ $borderSize: 6px;
337 } 337 }
338 338
339 .table2 { 339 .table2 {
340 margin: 48px auto 0; 340 margin: 50px auto 0;
341 text-align: left; 341 text-align: left;
342 342
343 .table-item { 343 .table-item {
......