Files
tk-mini-program/unpackage/dist/dev/mp-weixin/pages/index/chat/chat.wxss
pengxiaolong 3eddd94922 优化代码
2025-07-29 14:23:27 +08:00

341 lines
6.4 KiB
Plaintext

.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: 2;
}
.title.data-v-f4b42ac4 {
position: fixed;
top: 120rpx;
left:0;
right: 0;
text-align: center;
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%;
}
.scroll.data-v-f4b42ac4 ::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
display: none;
}
.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.25s ease;
}
.chat-card.data-v-f4b42ac4 {
width: 100%;
height: auto;
margin-bottom: 10rpx;
margin-top: 10rpx;
padding: 10rpx;
/* background-color: #ffffff; */
}
.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;
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;
border-radius: 20rpx;
max-width: 450rpx;
}
.chat-avatarImg.data-v-f4b42ac4 {
width: 80rpx;
height: 80rpx;
border-radius: 10rpx;
}
.Voice.data-v-f4b42ac4 {
width: 80rpx;
height: 80rpx;
border-radius: 50rpx;
margin-left: 10rpx;
display: flex;
justify-content: center;
align-items: center;
}
.KeyboardImg.data-v-f4b42ac4 {
width: 70rpx;
height: 70rpx;
border-radius: 50rpx;
display: flex;
justify-content: center;
align-items: center;
}
.Keyboardpng.data-v-f4b42ac4 {
width: 100%;
height: 100%;
border-radius: 50rpx;
}
.MicrophoneImg.data-v-f4b42ac4 {
margin-top: 5rpx;
width: 53rpx;
height: 53rpx;
border: 4rpx solid #424242;
border-radius: 50rpx;
display: flex;
justify-content: center;
align-items: center;
}
.Microphonepng.data-v-f4b42ac4 {
width: 80%;
height: 80%;
border-radius: 50rpx;
}
.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;
}
.VoiceInput.data-v-f4b42ac4 {
width: 95%;
background-color: #ffffff;
height: 60rpx;
border-radius: 10rpx;
padding: 10rpx;
overflow-wrap: break-word;
margin-left: 30rpx;
line-height: 60rpx;
text-align: center;
color: #000;
}
.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.25s 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.25s ease;
z-index: 1000;
}
.popUpVoice.data-v-f4b42ac4 {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 1000;
background-color: #8b8b8bd7;
}
.popUpInvitationContent.data-v-f4b42ac4 {
position: absolute;
left: 0;
right: 0;
height: 1000rpx;
transition: bottom 0.25s ease;
background-color: #ffffff;
border-top-left-radius: 40rpx;
border-top-right-radius: 40rpx;
}
.popUpvoiceContent.data-v-f4b42ac4 {
position: absolute;
left: 0;
right: 0;
height: 1000rpx;
/* transition: bottom 0.1s ease; */
/* background-color: #ebebeb; */
}
.gifModule.data-v-f4b42ac4 {
padding: 20rpx;
border-radius: 20rpx;
overflow: hidden;
height: 120rpx;
background-color: #232123;
}
.voiceCenter.data-v-f4b42ac4 {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.video-player.data-v-f4b42ac4 {
width: 300rpx;
height: 300rpx;
border-radius: 20rpx;
margin-top: -94rpx;
}
.CancelModule.data-v-f4b42ac4 {
width: 95%;
height: 100rpx;
text-align: center;
line-height: 100rpx;
background-color: #000000a9;
font-size: 30rpx;
color: #999999;
border-radius: 50rpx;
margin-top: 500rpx;
}
.btnModule.data-v-f4b42ac4 {
width: 100%;
height: 200rpx;
background-color: #000000;
color: #999999;
font-size: 30rpx;
text-align: center;
line-height: 200rpx;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
}