From f19d6366203be91f70a87ddf53ab011ddd1a7ba2 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Mon, 25 Mar 2024 15:09:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A6=96=E9=A1=B5=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 3b2c22e..41a6594 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -15,19 +15,19 @@ - + 公共数据专区 - + 数据超市 - + 文化资源数据 - + 文化数字内容 @@ -274,11 +274,10 @@ } // navbar .linkzone{ - padding: 10rpx 10rpx 20rpx; + padding: 5rpx 10rpx 20rpx; display: flex; .lkbox{ - background-color: #fff; margin-left: 30rpx; width: 150rpx; height: 150rpx; @@ -287,21 +286,20 @@ font-weight: 600; .lkimg{ - width: 130rpx; - height: 130rpx; + width: 70rpx; + height: 70rpx; margin: 10rpx auto; // padding: 10rpx; // display: flex; // text-align: center; image{ - width: 130rpx; + width: 70rpx; } } .lktxt{ // word-break: break-all; white-space: nowrap; - margin-top: 22rpx; text-align: center; height: 56rpx; line-height: 56rpx; @@ -310,7 +308,6 @@ } // goods .glistzone{ - margin-top: 46rpx; padding: 4rpx; } } @@ -371,7 +368,8 @@ } .sale-count { - maring-left:20rpx; + float: right; + margin-top: 8rpx; font-size: 18rpx; } }