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;