Browse Source

fix style

main
Rieko-wang 2 years ago
parent
commit
347962e89e
  1. 8
      css/style.css

8
css/style.css

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

Loading…
Cancel
Save