From f691bf6749adc13f95f953eafe41703dedf08f42 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Wed, 17 Apr 2024 14:10:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/cloud_warehouse/market/market.vue | 208 +++++++++++++++--------- pages/index/component/homeComb.vue | 11 +- 2 files changed, 141 insertions(+), 78 deletions(-) diff --git a/pages/cloud_warehouse/market/market.vue b/pages/cloud_warehouse/market/market.vue index 2c51a81..d002f3e 100644 --- a/pages/cloud_warehouse/market/market.vue +++ b/pages/cloud_warehouse/market/market.vue @@ -291,6 +291,36 @@ } } } + + .position-address { + position: absolute; + top: 70rpx; + right: -10rpx; + // background-color: rgba(#000, 0.7); + width: 250rpx; + padding: 20rpx; + padding-top: 30rpx; + font-size: 26rpx; + text-align: center; + border-radius: 10rpx; + background-image: url(https://lihai001.oss-cn-chengdu.aliyuncs.com/def/39cd0202404171145486922.png); + background-size: 100% 100%; + background-repeat: no-repeat; + + .icon { + position: absolute; + right: 10rpx; + top: 25rpx; + } + + .btn { + background-color: #40AE36; + width: 100%; + height: 40rpx; + margin-top: 20rpx; + border-radius: 40rpx; + } + }