This commit is contained in:
pengxiaolong
2025-05-14 16:09:14 +08:00
parent 5f8ff971d4
commit 838cfd9986
45 changed files with 437 additions and 270 deletions

View File

@@ -119,7 +119,6 @@ input.data-v-c7a8f8e3:focus, input.data-v-c7a8f8e3:active, textarea.data-v-c7a8f
z-index: 3;
padding: 7px 9px;
border-bottom: none;
background-color: #fff;
box-shadow: 0 3px 7px 0 #0003;
flex-direction: column;
}
@@ -135,7 +134,6 @@ input.data-v-c7a8f8e3:focus, input.data-v-c7a8f8e3:active, textarea.data-v-c7a8f
width: 15px;
height: 15px;
border-radius: 15px;
background: red;
color: #fff;
font-style: normal;
}
@@ -168,9 +166,6 @@ input.data-v-c7a8f8e3:focus, input.data-v-c7a8f8e3:active, textarea.data-v-c7a8f
transform: rotate(90deg);
width: 0.5px;
}
.tui-conversation.data-v-c7a8f8e3 {
background: #fff;
}
.network-content.data-v-c7a8f8e3 {
font-family: PingFangSC-Regular;
font-weight: 400;

View File

@@ -119,7 +119,6 @@ input.data-v-36a06860:focus, input.data-v-36a06860:active, textarea.data-v-36a06
z-index: 3;
padding: 7px 9px;
border-bottom: none;
background-color: #fff;
box-shadow: 0 3px 7px 0 #0003;
flex-direction: column;
}
@@ -135,7 +134,6 @@ input.data-v-36a06860:focus, input.data-v-36a06860:active, textarea.data-v-36a06
width: 15px;
height: 15px;
border-radius: 15px;
background: red;
color: #fff;
font-style: normal;
}
@@ -168,9 +166,6 @@ input.data-v-36a06860:focus, input.data-v-36a06860:active, textarea.data-v-36a06
transform: rotate(90deg);
width: 0.5px;
}
.tui-conversation.data-v-36a06860 {
background: #fff;
}
.network-content.data-v-36a06860 {
font-family: PingFangSC-Regular;
font-weight: 400;

View File

@@ -4,6 +4,7 @@
"t-u-i-search": "../TUISearch/index",
"conversation-list": "./conversation-list/index",
"conversation-header": "./conversation-header/index",
"conversation-network": "./conversation-network/index"
"conversation-network": "./conversation-network/index",
"tab-bar": "../../../components/tabBar/tabBar"
}
}

View File

@@ -1 +1 @@
<view class="tui-conversation data-v-40b33296" bindtap="{{g}}" bindtouchstart="{{h}}" bindtouchend="{{i}}"><t-u-i-search wx:if="{{a}}" class="data-v-40b33296" u-i="40b33296-0" bind:__l="__l" u-p="{{a}}"/><conversation-header wx:if="{{b}}" class="r data-v-40b33296" u-r="headerRef" u-i="40b33296-1" bind:__l="__l"/><conversation-network class="data-v-40b33296" u-i="40b33296-2" bind:__l="__l"/><conversation-list u-r="conversationListDomRef" class="tui-conversation-list r data-v-40b33296" bindhandleSwitchConversation="{{e}}" bindgetPassingRef="{{f}}" u-i="40b33296-3" bind:__l="__l"/></view>
<view class="Navigation data-v-40b33296"><image src="{{a}}" mode="scaleToFill" class="Navigationimg data-v-40b33296"/></view><view class="tui-conversation data-v-40b33296" bindtap="{{h}}" bindtouchstart="{{i}}" bindtouchend="{{j}}"><t-u-i-search wx:if="{{b}}" class="data-v-40b33296" u-i="40b33296-0" bind:__l="__l" u-p="{{b}}"/><conversation-header wx:if="{{c}}" class="r data-v-40b33296" u-r="headerRef" u-i="40b33296-1" bind:__l="__l"/><conversation-network class="data-v-40b33296" u-i="40b33296-2" bind:__l="__l"/><conversation-list u-r="conversationListDomRef" class="tui-conversation-list r data-v-40b33296" bindhandleSwitchConversation="{{f}}" bindgetPassingRef="{{g}}" u-i="40b33296-3" bind:__l="__l"/></view><view class="data-v-40b33296"><tab-bar class="data-v-40b33296" u-i="40b33296-4" bind:__l="__l"></tab-bar></view>

View File

@@ -115,7 +115,7 @@ input.data-v-04dfedea:focus, input.data-v-04dfedea:active, textarea.data-v-04dfe
}
.chat.data-v-04dfedea {
display: block;
height: 100%;
height: 85%;
overflow: hidden;
}
.tui-chat-h5-message-list.data-v-04dfedea {
@@ -167,6 +167,47 @@ input.data-v-04dfedea:focus, input.data-v-04dfedea:active, textarea.data-v-04dfe
box-sizing: border-box;
min-width: 0;
}
.dingweizhibox{
width: 100%;
height: 15%;
}
.Navigation {
width: 100%;
height: 10%;
position: fixed;
top: 0;
left: 0;
z-index: 999;
display: flex;
justify-content: center;
align-items: center;
}
.Navigationimg {
width: 100%;
height: 200rpx;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.Navigation {
width: 100%;
height: 200rpx;
z-index: 999;
display: flex;
justify-content: center;
align-items: center;
}
.Return {
width: 50rpx;
height: 50rpx;
position: absolute;
top: 100rpx;
left: 40rpx;
z-index: 999;
}
/**
* 这里是uni-app内置的常用样式变量
*
@@ -434,6 +475,37 @@ input.data-v-32d81a7d:focus, input.data-v-32d81a7d:active, textarea.data-v-32d81
width: 100%;
height: 100%;
}
.Navigation {
width: 100%;
height: 100rpx;
z-index: 999;
}
.Navigationimg {
width: 100%;
height: 200rpx;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.Navigation {
width: 100%;
height: 200rpx;
z-index: 999;
display: flex;
justify-content: center;
align-items: center;
}
/* .Return {
width: 50rpx;
height: 50rpx;
position: absolute;
top: 100rpx;
left: 40rpx;
z-index: 999;
} */
/**
* 这里是uni-app内置的常用样式变量
*
@@ -555,7 +627,6 @@ input.data-v-40b33296:focus, input.data-v-40b33296:active, textarea.data-v-40b33
z-index: 3;
padding: 7px 9px;
border-bottom: none;
background-color: #fff;
box-shadow: 0 3px 7px 0 #0003;
flex-direction: column;
}
@@ -571,7 +642,6 @@ input.data-v-40b33296:focus, input.data-v-40b33296:active, textarea.data-v-40b33
width: 15px;
height: 15px;
border-radius: 15px;
background: red;
color: #fff;
font-style: normal;
}
@@ -604,9 +674,6 @@ input.data-v-40b33296:focus, input.data-v-40b33296:active, textarea.data-v-40b33
transform: rotate(90deg);
width: 0.5px;
}
.tui-conversation.data-v-40b33296 {
background: #fff;
}
.network-content.data-v-40b33296 {
font-family: PingFangSC-Regular;
font-weight: 400;