aI问答支持流式输出,效果非常好
This commit is contained in:
124
unpackage/dist/dev/mp-weixin/pages/ai_qa/ai_qa.wxss
vendored
Normal file
124
unpackage/dist/dev/mp-weixin/pages/ai_qa/ai_qa.wxss
vendored
Normal file
@@ -0,0 +1,124 @@
|
||||
|
||||
page.data-v-63bac443 {
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
.page.data-v-63bac443 {
|
||||
min-height: 100vh;
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
.content.data-v-63bac443 {
|
||||
padding-top: 0 !important;
|
||||
margin-top: 0 !important;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
top: 0;
|
||||
}
|
||||
.data-v-63bac443 .uni-navbar__placeholder {
|
||||
display: none !important;
|
||||
height: 0 !important;
|
||||
}
|
||||
.data-v-63bac443 .uni-navbar__placeholder-view {
|
||||
display: none !important;
|
||||
height: 0 !important;
|
||||
}
|
||||
.data-v-63bac443 [class*="tabbar"][class*="placeholder"] {
|
||||
display: none !important;
|
||||
height: 0 !important;
|
||||
}
|
||||
.data-v-63bac443 [class*="safe-area"][class*="bottom"],.data-v-63bac443 [class*="bottom"][class*="safe"] {
|
||||
display: none !important;
|
||||
height: 0 !important;
|
||||
}
|
||||
.content-scroll.data-v-63bac443 {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.category-section.data-v-63bac443 {
|
||||
margin: 20rpx 30rpx;
|
||||
background: #FFFFFF;
|
||||
border-radius: 16rpx;
|
||||
overflow: hidden;
|
||||
box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.04);
|
||||
}
|
||||
.category-section.data-v-63bac443:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
.category-header.data-v-63bac443 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 30rpx;
|
||||
background: #FFFFFF;
|
||||
border-bottom: 1rpx solid #F0F0F0;
|
||||
}
|
||||
.category-icon.data-v-63bac443 {
|
||||
font-size: 32rpx;
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
.category-title.data-v-63bac443 {
|
||||
font-size: 32rpx;
|
||||
font-weight: 500;
|
||||
color: #333;
|
||||
}
|
||||
.function-grid.data-v-63bac443 {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
padding: 10rpx;
|
||||
}
|
||||
.two-column .function-item.full-span.data-v-63bac443 {
|
||||
flex: 1 1 100%;
|
||||
margin-top: 10rpx;
|
||||
}
|
||||
.two-column .function-item.data-v-63bac443 {
|
||||
flex: 1;
|
||||
background: #FFFFFF;
|
||||
border-radius: 12rpx;
|
||||
padding: 24rpx 16rpx;
|
||||
margin: 0 5rpx;
|
||||
text-align: center;
|
||||
box-shadow: 0 2rpx 4rpx rgba(0, 0, 0, 0.04);
|
||||
transition: all 0.3s ease;
|
||||
border: 1rpx solid #F0F0F0;
|
||||
}
|
||||
.sales-analysis .function-item.full-row-item.data-v-63bac443 {
|
||||
flex: 1;
|
||||
width: calc(50% - 10rpx);
|
||||
background: #FFFFFF;
|
||||
border-radius: 12rpx;
|
||||
padding: 24rpx 16rpx;
|
||||
margin: 0 5rpx;
|
||||
text-align: center;
|
||||
box-shadow: 0 2rpx 4rpx rgba(0, 0, 0, 0.04);
|
||||
border: 1rpx solid #F0F0F0;
|
||||
}
|
||||
.sales-analysis .function-item.new-line-item.data-v-63bac443 {
|
||||
flex-basis: 100%;
|
||||
width: calc(50% - 10rpx);
|
||||
margin-top: 10rpx;
|
||||
}
|
||||
.function-item.data-v-63bac443:active {
|
||||
transform: scale(0.95);
|
||||
}
|
||||
.function-icon.data-v-63bac443 {
|
||||
font-size: 48rpx;
|
||||
margin-bottom: 12rpx;
|
||||
}
|
||||
.function-name.data-v-63bac443 {
|
||||
display: block;
|
||||
font-size: 28rpx;
|
||||
font-weight: 500;
|
||||
color: #333;
|
||||
margin-bottom: 8rpx;
|
||||
}
|
||||
.function-desc.data-v-63bac443 {
|
||||
display: block;
|
||||
font-size: 24rpx;
|
||||
color: #666;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user