This commit is contained in:
pengxiaolong
2025-07-18 13:06:06 +08:00
parent 6dec463705
commit 31527ba8a6
1853 changed files with 65500 additions and 98288 deletions

View File

@@ -0,0 +1,163 @@
.bg.data-v-f4b42ac4 {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: -1;
}
.bgImg.data-v-f4b42ac4 {
width: 100%;
height: 100%;
}
.Return.data-v-f4b42ac4 {
position: fixed;
left: 35rpx;
top: 120rpx;
width: 46rpx;
height: 46rpx;
z-index: 1;
}
.title.data-v-f4b42ac4 {
position: fixed;
top: 120rpx;
left: 325rpx;
font-size: 34rpx;
color: #100e0f;
font-weight: bold;
z-index: 1;
}
.ReturnImg.data-v-f4b42ac4 {
width: 100%;
height: 100%;
}
.content.data-v-f4b42ac4 {
position: absolute;
top: 200rpx;
left: 0rpx;
right: 0rpx;
}
.scroll.data-v-f4b42ac4 {
width: 96%;
height: 100%;
padding: 0% 2% 0% 2%;
}
.inputComponent.data-v-f4b42ac4 {
position: absolute;
left: 0;
right: 0;
height: auto;
background-color: #f0f0f0;
padding: 15rpx 15rpx 37.5rpx 15rpx;
display: flex;
align-items: flex-end;
transition: bottom 0.1s ease;
}
.chat-card.data-v-f4b42ac4 {
width: 100%;
height: auto;
margin-bottom: 20rpx;
margin-top: 20rpx;
padding: 10rpx;
}
.chat-time.data-v-f4b42ac4 {
width: 100%;
height: 50rpx;
text-align: center;
font-size: 24rpx;
color: #999999;
line-height: 50rpx;
margin-top: 20rpx;
margin-bottom: 20rpx;
background-color: #00000000;
}
.chat-avatar.data-v-f4b42ac4 {
width: 100%;
height: auto;
}
.textareacomponent.data-v-f4b42ac4 {
width: 570rpx;
height: auto;
}
.input.data-v-f4b42ac4 {
width: 95%;
background-color: #ffffff;
min-height: 60rpx;
max-height: 200rpx;
border-radius: 10rpx;
padding: 10rpx;
overflow-wrap: break-word;
margin-left: 30rpx;
}
.sendComponent.data-v-f4b42ac4 {
margin-left: 40rpx;
}
.send.data-v-f4b42ac4 {
width: 100rpx;
height: 75rpx;
background-color: #539c00;
border-radius: 10rpx;
color: #ffffff;
font-size: 20rpx;
text-align: center;
line-height: 75rpx;
}
.MoreImg.data-v-f4b42ac4 {
margin-left: 20rpx;
height: 80rpx;
width: 80rpx;
margin-bottom: -10rpx;
border-radius: 50rpx;
}
.MoreComponent.data-v-f4b42ac4 {
position: fixed;
left: 0;
right: 0;
height: 650rpx;
transition: bottom 0.1s ease;
background-color: #ffffff;
}
.Morecontent.data-v-f4b42ac4 {
width: 100%;
height: 100%;
display: flex;
align-content: baseline;
flex-wrap: wrap;
}
.MoreList.data-v-f4b42ac4 {
width: 150rpx;
height: 150rpx;
background-color: #f1f1f1;
border-radius: 20rpx;
margin: 18.75rpx;
}
.MoreItem.data-v-f4b42ac4 {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.Moreicon.data-v-f4b42ac4 {
width: 80rpx;
height: 80rpx;
}
.popUpInvitation.data-v-f4b42ac4 {
position: fixed;
left: 0;
right: 0;
bottom: 0;
transition: top 0.1s ease;
}
.popUpInvitationContent.data-v-f4b42ac4 {
position: absolute;
left: 0;
right: 0;
height: 1000rpx;
transition: bottom 0.1s ease;
background-color: #ffffff;
border-top-left-radius: 40rpx;
border-top-right-radius: 40rpx;
}