diff --git a/pages/index/index.vue b/pages/index/index.vue index 68efb86..8c422d9 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1059,14 +1059,15 @@ function changeMove(event) { .garyBox { border: 3rpx solid #F6F6F7; background-color: #F8F9FB; - padding: 26rpx; + padding: 20rpx 26rpx; + margin-bottom: 30rpx; border-radius: 12rpx; color: #808386; font-weight: 600; } .title2 { - margin-bottom: 20rpx; + margin-bottom: 30rpx; display: flex; justify-content: space-between; }