diff --git a/aiChat/views/index.vue b/aiChat/views/index.vue index aa181ac..118e4df 100644 --- a/aiChat/views/index.vue +++ b/aiChat/views/index.vue @@ -856,7 +856,7 @@ export default { .guide-left { .avatar { display: block; - width: 430rpx; + width: 400rpx; } .county-avatar { width: 360rpx; diff --git a/assets/css/aiChat.less b/assets/css/aiChat.less index 057ef16..6f6994e 100644 --- a/assets/css/aiChat.less +++ b/assets/css/aiChat.less @@ -1381,7 +1381,7 @@ page { font-size: 36rpx; font-weight: bold; color: #333; - margin-bottom: 80rpx; + margin-bottom: 60rpx; text-align: center; } @@ -1400,7 +1400,7 @@ page { background-color: #f2f4ff; color: #333; border-radius: 12rpx; - margin-bottom: 24rpx; + margin-bottom: 20rpx; font-size: 28rpx; position: relative; transition: all 0.2s; @@ -1450,13 +1450,12 @@ page { display: flex; flex-direction: column; align-items: center; - margin-top: 20rpx; .action-btn-group { display: flex; justify-content: space-between; width: 100%; - margin-bottom: 30rpx; + margin-bottom: 20rpx; .btn { height: 62rpx;