This commit is contained in:
2025-12-05 18:09:45 +08:00
parent 0d5e3024bc
commit 1ba45fdf93
48 changed files with 2702 additions and 1047 deletions

View File

@@ -185,7 +185,7 @@
<!-- btn -->
<CollapseTransition :show="showfile">
<view class="area-tips">
<uni-icons type="info-filled" color="#ADADAD" size="15"></uni-icons>
<uni-icons type="info-filled" color="#ADADAD" size="20"></uni-icons>
上传后自动解析简历内容
</view>
<view class="area-file">
@@ -1101,3 +1101,86 @@ image-margin-top = 40rpx
-webkit-animation: ai-circle 1s linear infinite;
animation: ai-circle 1s linear infinite;
</style>
<style lang="scss" scoped>
@media(min-width: 800px){
.chat-background{
.back-rowTitle{
font-size:50rpx;
}
.back-rowText{
font-size:34rpx;
}
.back-rowh3{
font-size:36rpx;
}
.back-rowmsg{
font-size:34rpx;
}
}
.areatext{
align-items:center;
}
.btn-box{
width: 90rpx;
height:90rpx;
.send-btn{
width:50rpx;
height:50rpx;
}
}
.input {
min-height: 100rpx;
line-height: 100rpx;
}
.input_vio{
min-height: 100rpx;
line-height: 100rpx;
font-size:34rpx;
}
.inputplaceholder {
font-size: 34rpx;
line-height: 50rpx;
}
.area-tips{
font-size:32rpx;
}
.message{
font-size: 36rpx;
.message-markdown{
font-size: 36rpx;
padding:40rpx;
.message-controll{
margin-top:25rpx;
.controll-left{
.controll-icon{
width:80rpx;
height:80rpx;
}
}
.controll-right{
.controll-icon{
width:80rpx;
height:80rpx;
}
}
}
}
}
.markdown-body{
font-size:36rpx;
}
.area-file .file-card{
padding:50rpx 0;
.card-img{
width:65rpx;
height:65rpx;
}
uni-text{
font-size: 34rpx;
}
}
}
</style>