Style(云灵AI):界面调整

This commit is contained in:
lifizer
2026-04-28 18:08:52 +08:00
parent 3b8faf1eea
commit 9bf4febea6
3 changed files with 30 additions and 20 deletions
+10 -4
View File
@@ -99,7 +99,6 @@ page {
right: 0;
z-index: 8;
transition: all 0.2s;
overflow-x: auto;
&.focus {
transform: translateY(-40rpx);
}
@@ -110,6 +109,7 @@ page {
width: 100%;
padding: 0 24rpx;
box-sizing: border-box;
overflow-x: auto;
}
.new-chat {
display: flex;
@@ -131,13 +131,18 @@ page {
margin: 0 8rpx 0 0;
}
}
.down-icon-wrap {
display: flex;
justify-content: flex-end;
padding: 0 24rpx 18rpx 0;
}
.icon {
display: block;
flex-shrink: 0;
width: 64rpx;
height: 64rpx;
margin: 0 20rpx 0 0;
border-radius: 16rpx;
background-color: #fff;
box-shadow: 0rpx 6rpx 20rpx rgba(74,74,74,0.1);
}
.bottom-tool-item {
@@ -153,6 +158,9 @@ page {
color: #333;
background-color: #fff;
box-shadow: 0rpx 6rpx 20rpx rgba(74,74,74,0.1);
&:last-child {
margin-right: 0;
}
.tool-icon {
display: block;
width: 32rpx;
@@ -1239,8 +1247,6 @@ page {
}
}
}
.page-to-bottom {
}
.recommend-goods-wrap {
width: calc(100% + 48rpx);
padding: 24rpx 0;