Fix(云灵AI):[#5329]送礼预设词条页面,调整布局,将选项区域向上移动一点,避免误触下方导航栏

This commit is contained in:
lifizer
2026-06-11 09:21:52 +08:00
parent 85c3e45dc9
commit 13fb22d780
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -856,7 +856,7 @@ export default {
.guide-left { .guide-left {
.avatar { .avatar {
display: block; display: block;
width: 430rpx; width: 400rpx;
} }
.county-avatar { .county-avatar {
width: 360rpx; width: 360rpx;
+3 -4
View File
@@ -1381,7 +1381,7 @@ page {
font-size: 36rpx; font-size: 36rpx;
font-weight: bold; font-weight: bold;
color: #333; color: #333;
margin-bottom: 80rpx; margin-bottom: 60rpx;
text-align: center; text-align: center;
} }
@@ -1400,7 +1400,7 @@ page {
background-color: #f2f4ff; background-color: #f2f4ff;
color: #333; color: #333;
border-radius: 12rpx; border-radius: 12rpx;
margin-bottom: 24rpx; margin-bottom: 20rpx;
font-size: 28rpx; font-size: 28rpx;
position: relative; position: relative;
transition: all 0.2s; transition: all 0.2s;
@@ -1450,13 +1450,12 @@ page {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
margin-top: 20rpx;
.action-btn-group { .action-btn-group {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
width: 100%; width: 100%;
margin-bottom: 30rpx; margin-bottom: 20rpx;
.btn { .btn {
height: 62rpx; height: 62rpx;