提交 f2d15e6c117eddbc215c341024f504727f4193d3

作者 wangyu
1 个父辈 f4d4e9ae

调整聊天页面ui

@@ -37,7 +37,7 @@ @@ -37,7 +37,7 @@
37 <view class='text_item_blue float_left' >{{item.name}}</view> 37 <view class='text_item_blue float_left' >{{item.name}}</view>
38 <image class='icon_choosed' src="/images/icon_chat_choosed.png"></image> 38 <image class='icon_choosed' src="/images/icon_chat_choosed.png"></image>
39 </view> 39 </view>
40 - <view wx:else style='padding:30rpx;display:flex;' > 40 + <view wx:else style='padding:30rpx ;display:flex;' >
41 <text class='text_item_black float_left' >{{item.name}}</text> 41 <text class='text_item_black float_left' >{{item.name}}</text>
42 </view> 42 </view>
43 <view class='divide_line_f5f5f5'></view> 43 <view class='divide_line_f5f5f5'></view>
@@ -51,13 +51,10 @@ @@ -51,13 +51,10 @@
51 letter-spacing: 0; 51 letter-spacing: 0;
52 line-height: 18px; 52 line-height: 18px;
53 width: 500rpx; 53 width: 500rpx;
54 -  
55 - text-align:center;  
56 - overflow:hidden;  
57 -text-overflow:ellipsis;  
58 -white-space:nowrap;  
59 -  
60 - 54 + text-align: center;
  55 + overflow: hidden;
  56 + text-overflow: ellipsis;
  57 + white-space: nowrap;
61 } 58 }
62 59
63 .text_item_black { 60 .text_item_black {
@@ -67,11 +64,10 @@ white-space:nowrap; @@ -67,11 +64,10 @@ white-space:nowrap;
67 letter-spacing: 0; 64 letter-spacing: 0;
68 line-height: 18px; 65 line-height: 18px;
69 width: 500rpx; 66 width: 500rpx;
70 -  
71 - text-align:center;  
72 - overflow:hidden;  
73 -text-overflow:ellipsis;  
74 -white-space:nowrap; 67 + text-align: center;
  68 + overflow: hidden;
  69 + text-overflow: ellipsis;
  70 + white-space: nowrap;
75 } 71 }
76 72
77 .text_cancel { 73 .text_cancel {
@@ -94,10 +90,10 @@ white-space:nowrap; @@ -94,10 +90,10 @@ white-space:nowrap;
94 flex: 1; 90 flex: 1;
95 } 91 }
96 92
97 -.picker_wrap{  
98 -position: fixed; 93 +.picker_wrap {
  94 + position: fixed;
99 bottom: 0rpx; 95 bottom: 0rpx;
100 - background:#fff; 96 + background: #fff;
101 } 97 }
102 98
103 /* 聊天页面 */ 99 /* 聊天页面 */
@@ -121,7 +117,7 @@ position: fixed; @@ -121,7 +117,7 @@ position: fixed;
121 margin-top: 20rpx; 117 margin-top: 20rpx;
122 margin-bottom: 20rpx; 118 margin-bottom: 20rpx;
123 margin-right: 30rpx; 119 margin-right: 30rpx;
124 - color: #fff; 120 + color: #fff;
125 font-size: 32rpx; 121 font-size: 32rpx;
126 text-align: center; 122 text-align: center;
127 line-height: 80rpx; 123 line-height: 80rpx;
@@ -152,7 +148,7 @@ position: fixed; @@ -152,7 +148,7 @@ position: fixed;
152 font-size: 14px; 148 font-size: 14px;
153 color: #4a4a4a; 149 color: #4a4a4a;
154 letter-spacing: 0; 150 letter-spacing: 0;
155 - word-break:break-all; 151 + word-break: break-all;
156 } 152 }
157 153
158 .send_bg { 154 .send_bg {
@@ -168,7 +164,7 @@ position: fixed; @@ -168,7 +164,7 @@ position: fixed;
168 font-size: 14px; 164 font-size: 14px;
169 color: #4a4a4a; 165 color: #4a4a4a;
170 letter-spacing: 0; 166 letter-spacing: 0;
171 - word-break:break-all; 167 + word-break: break-all;
172 } 168 }
173 169
174 .input_placeholder_wrap { 170 .input_placeholder_wrap {
注册登录 后发表评论