fix: 样式优化

This commit is contained in:
Jafeng 2026-05-27 14:11:12 +08:00
parent de6a8266f7
commit 76c1203731

View File

@ -514,15 +514,15 @@ $primary-color: #0877F1;
justify-content: flex-start;
background: #fff;
border-top: 1rpx solid #eee;
padding: 20rpx 0 40rpx 60rpx;
gap: 40rpx 50rpx;
padding: 20rpx 32rpx 40rpx;
gap: 40rpx 28rpx;
flex-wrap: wrap;
background-color: #f5f5f5;
}
.more-btn {
flex: none;
width: 120rpx;
width: 144rpx;
display: flex;
flex-direction: column;
align-items: center;
@ -538,6 +538,8 @@ $primary-color: #0877F1;
margin-top: 20rpx;
font-size: $font-size-text;
color: #6b7a8b;
line-height: 1.25;
white-space: nowrap;
}
.consultation-bar {