|
|
@ -37,6 +37,7 @@ body { |
|
|
|
-webkit-user-select: none; |
|
|
|
-ms-user-select: none; |
|
|
|
user-select: none; |
|
|
|
font-family: "微软雅黑"; |
|
|
|
} |
|
|
|
|
|
|
|
body { |
|
|
@ -247,7 +248,7 @@ img { |
|
|
|
color: rgba(0, 0, 0, 0.6); |
|
|
|
font-size: 1.38rem; |
|
|
|
margin-top: 0.3rem; |
|
|
|
min-width: 40%; |
|
|
|
min-width: 45%; |
|
|
|
background-color: #fff; |
|
|
|
} |
|
|
|
.ye { |
|
|
@ -264,7 +265,7 @@ img { |
|
|
|
} |
|
|
|
|
|
|
|
.billing-list .item { |
|
|
|
margin-top: -0.3rem; |
|
|
|
/* margin-top: -0.3rem; */ |
|
|
|
} |
|
|
|
.card-box { |
|
|
|
width: 100%; |
|
|
@ -274,9 +275,10 @@ img { |
|
|
|
.card-number { |
|
|
|
position: absolute; |
|
|
|
z-index: 2; |
|
|
|
top: 4.7rem; |
|
|
|
top: 35%; |
|
|
|
font-size: 1.7rem; |
|
|
|
color: rgba(0, 0, 0, 0.7); |
|
|
|
left: 11.2%; |
|
|
|
padding-right: 0.7rem; |
|
|
|
background-color: #fff; |
|
|
|
} |
|
|
|