From db2f99e1e5af99901023f0aeafa9d02d604de737 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Thu, 18 Apr 2024 09:51:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/list.vue | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/pages/goods/list.vue b/pages/goods/list.vue index ab57dac..1f92228 100644 --- a/pages/goods/list.vue +++ b/pages/goods/list.vue @@ -24,16 +24,16 @@ - {{ userList.name }} + {{ userList.name }} - + - {{ userList.authType }} + {{ userList.authType }} - 标的数量:{{ total }} + 标的数量:{{ total }} @@ -372,27 +372,36 @@ } .goods-auth-type { - float: left; + // float: left; margin-top: 0rpx; font-size: 26rpx; color: #fbb154; font-weight: bold; image { - float: left; + // float: left; width: 40rpx; } - text { - float: left; - margin-top: -3rpx; - margin-left: 20rpx; - } + // text { + // // float: left; + // margin-top: -3rpx; + // margin-left: 20rpx; + // } + + .goods-auth-box{ + display: flex; + + .goods-auth-text{ + margin-top: -3rpx; + margin-left: 10rpx; + } + } } .goods-auth-num { - float: left; - margin-left: -135rpx; - margin-top: 70rpx; + // float: left; + // margin-left: -135rpx; + margin-top: 35rpx; font-size: 24rpx; color: #d7d7d7; }