From 1b4c4f21d581b0768cab632e4d081391bdfafd96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E5=9B=BD?= <854933521@qq.com> Date: Wed, 30 Oct 2024 18:49:20 +0800 Subject: [PATCH] =?UTF-8?q?page/point=20=E6=96=87=E4=BB=B6=E8=BF=81?= =?UTF-8?q?=E7=A7=BB=208/8-10/25?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/point/index.vue | 286 ++++++++++++++++++++------------------ 1 file changed, 152 insertions(+), 134 deletions(-) diff --git a/src/pages/point/index.vue b/src/pages/point/index.vue index 7e2ab602..1a3ec74a 100644 --- a/src/pages/point/index.vue +++ b/src/pages/point/index.vue @@ -1,11 +1,11 @@ @@ -291,6 +296,7 @@ export default { .box { font-size: 24rpx; display: flex; + } .left { @@ -314,7 +320,19 @@ export default { .bold-font { font-weight: bold; - font-size: 28rpx; +} + +.font-30 { + font-size: 30px; +} + +.font-20 { + font-size: 20px; +} + +.bold-label { + font-weight: bold; + /* font-size: 15px; */ } .value { @@ -346,4 +364,4 @@ export default { height: calc(100% - 4px); margin: 4rpx; } - + \ No newline at end of file