From 347962e89e9a285763cd004fc2126c6dec8bedb0 Mon Sep 17 00:00:00 2001 From: Rieko-wang Date: Thu, 24 Nov 2022 23:19:55 +0800 Subject: [PATCH] fix style --- css/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 69f9b85..104852d 100644 --- a/css/style.css +++ b/css/style.css @@ -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; }