From 841d22d47bec2cf5d13f54e0fa54a4c8c87d4768 Mon Sep 17 00:00:00 2001 From: luJianJun <2587063613@qq.com> Date: Fri, 21 Jul 2023 19:27:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/detail.vue | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/src/views/detail.vue b/src/views/detail.vue index b5be0f0..fa5e327 100644 --- a/src/views/detail.vue +++ b/src/views/detail.vue @@ -153,6 +153,9 @@
+
+ +
@@ -552,7 +555,7 @@ img { border-style: solid; border-color: rgba(242, 242, 242, 1); border-radius: 12px; - margin-top:20px; + margin-top: 20px; .line-img { height: 1px; @@ -560,6 +563,31 @@ img { border: 1px dashed #d7d7d7; } + .address-box { + height: 100%; + padding: 15px 0; + font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif; + font-weight: 650; + font-style: normal; + font-size: 14px; + color: #000000; + text-align: center; + + .icon{ + width: 10px; + height:10px; + } + + .address-text { + font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif; + font-weight: 400; + font-style: normal; + font-size: 14px; + color: #000000; + text-align: center; + } + } + .info-btn-bg { width: 90px; height: 101px;