diff --git a/pages/peanut/home.vue b/pages/peanut/home.vue index 7d7921b..6daf0aa 100644 --- a/pages/peanut/home.vue +++ b/pages/peanut/home.vue @@ -929,7 +929,7 @@ background-color: #eee; text-align: center; align-items: center; border-right: 1px solid #acacac33; - font-size: 28rpx; + font-size: 30rpx; color: #333; // border-radius: 10rpx; @@ -992,7 +992,7 @@ background-color: #eee; .ProTabs { // margin: 20rpx 0; - padding: 0 20rpx; + padding: 0 10px; align-items: center; text { @@ -1223,7 +1223,8 @@ background-color: #eee; } .searBtn { - width: 180rpx; + // width: 180rpx; + width: calc(100% - 75% + 12px); line-height: 56rpx; text-align: center; align-items: center; @@ -1242,7 +1243,7 @@ background-color: #eee; .home_nar { background-color: #fff; - padding: 40rpx 10rpx; + padding: 26rpx 10rpx; justify-content: space-between; display: flex; color: #333;