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 @@