This commit is contained in:
pengxiaolong
2025-07-21 22:10:59 +08:00
parent 31527ba8a6
commit 7116e57fc3
157 changed files with 2793 additions and 405 deletions

View File

@@ -43,6 +43,12 @@
height: 100%;
padding: 0% 2% 0% 2%;
}
.scroll.data-v-f4b42ac4 ::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
display: none;
}
.inputComponent.data-v-f4b42ac4 {
position: absolute;
left: 0;
@@ -52,14 +58,15 @@
padding: 15rpx 15rpx 37.5rpx 15rpx;
display: flex;
align-items: flex-end;
transition: bottom 0.1s ease;
transition: bottom 0.25s ease;
}
.chat-card.data-v-f4b42ac4 {
width: 100%;
height: auto;
margin-bottom: 20rpx;
margin-top: 20rpx;
margin-bottom: 10rpx;
margin-top: 10rpx;
padding: 10rpx;
/* background-color: #ffffff; */
}
.chat-time.data-v-f4b42ac4 {
width: 100%;
@@ -75,6 +82,66 @@
.chat-avatar.data-v-f4b42ac4 {
width: 100%;
height: auto;
display: flex;
align-items: flex-start;
}
.oppositeChatNews.data-v-f4b42ac4 {
width: 100%;
display: flex;
align-items: flex-start;
}
.oppositesharpCorner.data-v-f4b42ac4 {
width: 20rpx;
height: 80rpx;
display: flex;
flex-direction: row-reverse;
align-items: center;
}
.oppositeSharpCornercion.data-v-f4b42ac4 {
width: 0;
height: 0;
border-top: 13rpx solid transparent;
border-right: 13rpx solid #ffffff;
border-bottom: 13rpx solid transparent;
}
.oppositeChatNewsContent.data-v-f4b42ac4 {
width: auto;
height: auto;
background-color: #ffffff;
border-radius: 10rpx;
max-width: 450rpx;
}
.myChatNews.data-v-f4b42ac4 {
width: 100%;
display: flex;
flex-direction: row-reverse;
align-items: flex-start;
margin-right: 15rpx;
}
.mysharpCorner.data-v-f4b42ac4 {
width: 20rpx;
height: 80rpx;
display: flex;
align-items: center;
}
.mySharpCornercion.data-v-f4b42ac4 {
width: 0;
height: 0;
border-top: 13rpx solid transparent;
border-left: 13rpx solid #7bbd0093;
border-bottom: 13rpx solid transparent;
}
.myChatNewsContent.data-v-f4b42ac4 {
width: auto;
height: auto;
background-color: #7bbd0093;
border-radius: 20rpx;
max-width: 450rpx;
}
.chat-avatarImg.data-v-f4b42ac4 {
width: 80rpx;
height: 80rpx;
border-radius: 10rpx;
}
.textareacomponent.data-v-f4b42ac4 {
width: 570rpx;
@@ -115,7 +182,7 @@
left: 0;
right: 0;
height: 650rpx;
transition: bottom 0.1s ease;
transition: bottom 0.25s ease;
background-color: #ffffff;
}
.Morecontent.data-v-f4b42ac4 {
@@ -149,14 +216,15 @@
left: 0;
right: 0;
bottom: 0;
transition: top 0.1s ease;
transition: top 0.25s ease;
z-index: 1000;
}
.popUpInvitationContent.data-v-f4b42ac4 {
position: absolute;
left: 0;
right: 0;
height: 1000rpx;
transition: bottom 0.1s ease;
transition: bottom 0.25s ease;
background-color: #ffffff;
border-top-left-radius: 40rpx;
border-top-right-radius: 40rpx;