From 27ae4b177e8f5ccbe452f4792906f2aa3e949c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Thu, 6 Apr 2023 14:04:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=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 --- src/App.vue | 29 --------------- src/pages/index/index.vue | 66 ++++++++++++++++++++++++++++++++--- src/static/temp/index/b1.png | Bin 46581 -> 24443 bytes src/static/temp/index/b2.png | Bin 47595 -> 25530 bytes src/static/temp/index/b3.png | Bin 0 -> 81962 bytes 5 files changed, 62 insertions(+), 33 deletions(-) create mode 100644 src/static/temp/index/b3.png diff --git a/src/App.vue b/src/App.vue index 4e430cc..23bda6b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -122,35 +122,6 @@ export default { margin-right: 0; } } - .group.g2 { - .service-item { - width: 100rpx; - margin-top: 40rpx; - margin-right: 42.5rpx; - } - .service-icon { - width: 100rpx; - height: 100rpx; - } - .service-item:nth-child(5n) { - margin-right: 0; - } - } - .group.g3 { - .service-item { - width: 320rpx; - height: auto; - margin-top: 40rpx; - margin-right: 30rpx; - } - .service-icon { - width: 320rpx; - height: 170rpx; - } - .service-item:nth-child(2n) { - margin-right: 0; - } - } } // 底部固定按钮 .common-bottom-components { diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index b0ad9b5..8e9b824 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -1,5 +1,5 @@