|
|
@@ -468,6 +468,7 @@ defineExpose({
|
|
|
<span class="font_family icon-icon_send_b"></span>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="liability-exemption">Content is generated by Al, please check carefully!</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
|
@@ -475,9 +476,9 @@ defineExpose({
|
|
|
<style lang="scss" scoped>
|
|
|
.ai-robot {
|
|
|
position: absolute;
|
|
|
- top: 74px;
|
|
|
+ top: 24px;
|
|
|
right: 24px;
|
|
|
- height: calc(100% - 98px);
|
|
|
+ height: calc(100% - 48px);
|
|
|
z-index: 2000;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
@@ -673,7 +674,7 @@ defineExpose({
|
|
|
position: absolute;
|
|
|
right: 50%;
|
|
|
transform: translateX(50%);
|
|
|
- bottom: 58px;
|
|
|
+ bottom: 76px;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
@@ -683,7 +684,7 @@ defineExpose({
|
|
|
// background-color: #f5f4f4;
|
|
|
background: rgba(255, 255, 255, 0.6); /* 半透明背景色 */
|
|
|
box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.3);
|
|
|
- backdrop-filter: blur(1px); /* 应用10px的模糊效果 */
|
|
|
+ backdrop-filter: blur(1.7px); /* 应用10px的模糊效果 */
|
|
|
span {
|
|
|
color: #2b2f36;
|
|
|
}
|
|
|
@@ -740,6 +741,12 @@ defineExpose({
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ .liability-exemption {
|
|
|
+ margin-top: 8px;
|
|
|
+ font-size: 12px;
|
|
|
+ color: var(--color-neutral-3);
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
|
|
|
@keyframes loading-rotate {
|
|
|
0% {
|