Style(云灵AI):界面调整

(cherry picked from commit 20ca6c988e)
This commit is contained in:
lifizer
2026-04-29 09:31:17 +08:00
parent 208930ba63
commit d5b7e8e2e8
+5 -5
View File
@@ -94,7 +94,7 @@ page {
}
.page-to-bottom {
position: fixed;
bottom: 180rpx;
bottom: 160rpx;
left: 0;
right: 0;
z-index: 8;
@@ -107,7 +107,7 @@ page {
flex-wrap: nowrap;
align-items: center;
width: 100%;
padding: 0 24rpx;
padding: 24rpx;
box-sizing: border-box;
overflow-x: auto;
}
@@ -123,7 +123,7 @@ page {
font-size: 30rpx;
color: #fff;
background-color: #3D4CF1;
box-shadow: 0rpx 6rpx 20rpx rgba(74,74,74,0.1);
box-shadow: 0rpx 0 12rpx rgba(74,74,74,0.2);
.btn-icon {
display: block;
width: 40rpx;
@@ -134,7 +134,7 @@ page {
.down-icon-wrap {
display: flex;
justify-content: flex-end;
padding: 0 24rpx 18rpx 0;
padding: 0 24rpx 0 0;
}
.icon {
display: block;
@@ -143,7 +143,7 @@ page {
height: 64rpx;
border-radius: 16rpx;
background-color: #fff;
box-shadow: 0rpx 6rpx 20rpx rgba(74,74,74,0.1);
box-shadow: 0rpx 0 12rpx rgba(74,74,74,0.2);
}
.bottom-tool-item {
display: flex;