2025-12-15 18:19:04 +08:00

86 lines
2.3 KiB
Plaintext

.ai_contents.data-v-b68fefb8 {
background-color: #fff;
padding: 6rpx;
border-radius: 20rpx;
height: 320rpx;
margin: 30rpx;
}
.ai_contents .ai_contents_center.data-v-b68fefb8 {
border-radius: 20rpx;
background: linear-gradient(307deg, rgba(255, 137, 24, 0.06) -1%, rgba(255, 255, 255, 0) 29%), linear-gradient(243deg, rgba(75, 72, 255, 0.06) 1%, rgba(255, 255, 255, 0) 20%), linear-gradient(303deg, rgba(255, 255, 255, 0) 71%, rgba(40, 26, 255, 0.08) 100%), linear-gradient(231deg, rgba(255, 255, 255, 0) 76%, rgba(255, 105, 0, 0.06) 98%, rgba(255, 145, 68, 0.06) 98%);
width: 100%;
height: 100%;
}
.ai_contents .ai_contents_center button.data-v-b68fefb8 {
padding: 0;
margin: 0 30rpx;
text-align: left;
display: flex;
align-items: center;
background-color: transparent;
height: 90rpx;
border-radius: 100rpx;
box-shadow: 0px 4px 10px 3px rgba(231, 231, 231, 0.3);
}
.ai_contents .ai_contents_header.data-v-b68fefb8 {
display: flex;
align-items: center;
padding: 30rpx;
color: #333;
font-size: 30rpx;
}
.ai_contents .ai_contents_header image.data-v-b68fefb8 {
width: 52rpx;
height: 52rpx;
}
.ai_contents .ai_contents_header text.data-v-b68fefb8 {
padding-left: 20rpx;
}
.ai_contents .ai_contents_input.data-v-b68fefb8 {
display: flex;
align-items: center;
justify-content: space-between;
background-color: #fff;
border-radius: 100rpx;
padding: 0 20rpx;
width: 100%;
}
.ai_contents .ai_contents_input .ai_input.data-v-b68fefb8 {
flex: 1;
font-size: 28rpx;
color: #2a7efb;
}
.ai_contents .ai_contents_input .ai_input input.data-v-b68fefb8 {
height: 100%;
}
.ai_contents .ai_footer.data-v-b68fefb8 {
padding: 30rpx 0 0 0;
white-space: nowrap;
}
.ai_contents .ai_footer .items.data-v-b68fefb8 {
background-color: #fff;
box-shadow: 0px 0px 6px 3px rgba(199, 199, 199, 0.1);
border-radius: 10rpx;
display: inline-block;
height: 70rpx;
color: #3d3d3d;
font-size: 24rpx;
padding: 0 20rpx;
margin-right: 15rpx;
}
.ai_contents .ai_footer .items.data-v-b68fefb8:first-child {
margin-left: 30rpx;
}
.ai_contents .ai_footer .items.data-v-b68fefb8:last-child {
margin-right: 30rpx;
}
.ai_contents .ai_footer .items .items_center.data-v-b68fefb8 {
display: flex;
align-items: center;
height: 100%;
}
.ai_contents .ai_footer .items image.data-v-b68fefb8 {
width: 40rpx;
height: 40rpx;
margin-right: 10rpx;
}