正在显示
2 个修改的文件
包含
15 行增加
和
19 行删除
| ... | ... | @@ -37,7 +37,7 @@ |
| 37 | 37 | <view class='text_item_blue float_left' >{{item.name}}</view> |
| 38 | 38 | <image class='icon_choosed' src="/images/icon_chat_choosed.png"></image> |
| 39 | 39 | </view> |
| 40 | - <view wx:else style='padding:30rpx;display:flex;' > | |
| 40 | + <view wx:else style='padding:30rpx ;display:flex;' > | |
| 41 | 41 | <text class='text_item_black float_left' >{{item.name}}</text> |
| 42 | 42 | </view> |
| 43 | 43 | <view class='divide_line_f5f5f5'></view> | ... | ... |
| ... | ... | @@ -51,13 +51,10 @@ |
| 51 | 51 | letter-spacing: 0; |
| 52 | 52 | line-height: 18px; |
| 53 | 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 | 60 | .text_item_black { |
| ... | ... | @@ -67,11 +64,10 @@ white-space:nowrap; |
| 67 | 64 | letter-spacing: 0; |
| 68 | 65 | line-height: 18px; |
| 69 | 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 | 73 | .text_cancel { |
| ... | ... | @@ -94,10 +90,10 @@ white-space:nowrap; |
| 94 | 90 | flex: 1; |
| 95 | 91 | } |
| 96 | 92 | |
| 97 | -.picker_wrap{ | |
| 98 | -position: fixed; | |
| 93 | +.picker_wrap { | |
| 94 | + position: fixed; | |
| 99 | 95 | bottom: 0rpx; |
| 100 | - background:#fff; | |
| 96 | + background: #fff; | |
| 101 | 97 | } |
| 102 | 98 | |
| 103 | 99 | /* 聊天页面 */ |
| ... | ... | @@ -121,7 +117,7 @@ position: fixed; |
| 121 | 117 | margin-top: 20rpx; |
| 122 | 118 | margin-bottom: 20rpx; |
| 123 | 119 | margin-right: 30rpx; |
| 124 | - color: #fff; | |
| 120 | + color: #fff; | |
| 125 | 121 | font-size: 32rpx; |
| 126 | 122 | text-align: center; |
| 127 | 123 | line-height: 80rpx; |
| ... | ... | @@ -152,7 +148,7 @@ position: fixed; |
| 152 | 148 | font-size: 14px; |
| 153 | 149 | color: #4a4a4a; |
| 154 | 150 | letter-spacing: 0; |
| 155 | - word-break:break-all; | |
| 151 | + word-break: break-all; | |
| 156 | 152 | } |
| 157 | 153 | |
| 158 | 154 | .send_bg { |
| ... | ... | @@ -168,7 +164,7 @@ position: fixed; |
| 168 | 164 | font-size: 14px; |
| 169 | 165 | color: #4a4a4a; |
| 170 | 166 | letter-spacing: 0; |
| 171 | - word-break:break-all; | |
| 167 | + word-break: break-all; | |
| 172 | 168 | } |
| 173 | 169 | |
| 174 | 170 | .input_placeholder_wrap { | ... | ... |
请
注册
或
登录
后发表评论