5679a14f by simon

默认提交

1 parent 1b402f3f
......@@ -24,6 +24,7 @@
&-item {
font-size: $fontSize;
margin-bottom: 4.416667rem;
@extend .text-jtf;
&-tit {
display: flex;
......@@ -55,10 +56,11 @@
}
li {
// @extend .bb;
background-image: url('~@assets/images/payment-type/icon-li.png');
background-repeat: no-repeat;
background-position: 0rem .5rem;
padding-left: 1rem;
padding: 0 1rem;
margin: .6rem 0;
}
}
......
......@@ -63,6 +63,7 @@
&-item {
color: #4c4948;
line-height: 3;
@extend .text-jtf;
ul {
list-style-type: none;
......
......@@ -337,7 +337,7 @@ $borderSize: 6px;
}
.table2 {
margin: 48px auto 0;
margin: 50px auto 0;
text-align: left;
.table-item {
......