|
|
@@ -14,6 +14,14 @@ page {
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
+.chat-nav {
|
|
|
+ position: fixed;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ z-index: 200;
|
|
|
+}
|
|
|
+
|
|
|
.chat-container {
|
|
|
position: fixed;
|
|
|
top: 0;
|
|
|
@@ -283,7 +291,7 @@ page {
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
padding: 20rpx 24rpx;
|
|
|
- padding-bottom: calc(20rpx + env(safe-area-inset-bottom));
|
|
|
+ padding-bottom: 32rpx; // calc(20rpx + env(safe-area-inset-bottom));
|
|
|
background: linear-gradient(180deg, rgba(245, 249, 252, 0.9) 0%, rgba(232, 244, 252, 0.95) 100%);
|
|
|
z-index: 100;
|
|
|
}
|
|
|
@@ -300,7 +308,7 @@ page {
|
|
|
background-color: #FFFFFF;
|
|
|
border-radius: 86rpx;
|
|
|
padding: 0 24rpx;
|
|
|
- height: 96rpx;
|
|
|
+ height: 80rpx;
|
|
|
border: 2rpx solid rgba(255, 255, 255, 1);
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
@@ -327,8 +335,8 @@ page {
|
|
|
|
|
|
.chat-input {
|
|
|
flex: 1;
|
|
|
- height: 96rpx;
|
|
|
- line-height: 96rpx;
|
|
|
+ height: 80rpx;
|
|
|
+ line-height: 80rpx;
|
|
|
font-size: 30rpx;
|
|
|
color: rgba(19, 20, 21, 1);
|
|
|
background: transparent;
|
|
|
@@ -342,7 +350,7 @@ page {
|
|
|
/* 发送按钮 */
|
|
|
.send-btn {
|
|
|
width: 120rpx;
|
|
|
- height: 96rpx;
|
|
|
+ height: 80rpx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
@@ -400,4 +408,4 @@ page {
|
|
|
transform: scale(1);
|
|
|
opacity: 1;
|
|
|
}
|
|
|
-}
|
|
|
+}
|