1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
| .time{
| text-align: center;
| font-size: 13px;
| color: rgba(0, 0, 0, 0.3);
| margin-top: 2%;
| }
| .face{
| width: 40px;
| height: 40px;
| margin-left: 3%;
| }
| .chat-left{
| margin-top: 4%;
| }
|
| .chat-item{
| padding-bottom: 2rem;
| background-color: #F5F5F9;
| margin-bottom: 20%;
| }
| .pageWhole{
| background-color: #F5F5F9;
| height: calc(100vh - 5rem);
| }
| .chat-message-left{
| margin-left: 15%;
| margin-top: -10%;
| font-size: 13px;
| margin-bottom: 2%;
| color: rgba(0,0,0,0.4);
| }
| .chat-context-left{
| margin-left: 15%;
| font-size: 15px;
| padding: 10px ;
| width: 65%;
| font-weight: normal;
| background-color: #ffffff;
| margin-bottom: 5%;
| }
| .chat-right{
| margin-top: 8%;
| display: flex;
| padding: 0 0.5rem;
| }
| .face-right{
| width: 40px;
| height: 40px;
|
| }
| .chat-message-right{
| margin-left: 15%;
| margin-top: -10%;
| font-size: 13px;
| margin-bottom: 2%;
| color: rgba(0,0,0,0.4);
| }
| .chat-context-right{
| font-size: 15px;
| padding: 10px ;
| font-weight: normal;
| text-align: right;
| background-color: #ffffff;
| margin-left: auto;
| margin-right: 0.5rem;
| }
| .low{
| position: fixed;
| bottom: 0;
| width: 100%;
| background-color: white;
| /* height: 7%; */
| height: 50px;
| padding-bottom: 2rem;
| }
| .list{
| height: 60px;
| width: 100%;
| background-color: #F5F5F9;
| }
| .list1{
| height: 30px;
| margin-top: 12%;
| background-color: #F5F5F9;
| }
| .input{
| width: 78%;
| height: 30px;
| background-color: #F5F5F9;
| margin-left: 5%;
| border-radius:10px;
| margin-top: 2%;
| }
| .more{
| height: 45px;
| width: 45px;
| float: right;
| margin-right: 2%;
| margin-top: 1%;
| }
| .moreList{
| /* height: 30px; */
| /* position: fixed;
| bottom: 0px; */
| display: flex;
| justify-content: space-around;
| width: 100%;
| height: 70px;
| margin-top: 1rem;
| background-color: #F5F5F9;
| /* height: 50%; */
| }
| .button{
| background-color: #6699ff;
| float: right;
| margin-right: 1%;
| margin-top: 2%;
| font-weight: normal;
| color:white;
| }
| .bottom-icon{
| margin-top: 2%;
| height: 30px;
| width: 30px;
| margin-left: 2%;
| }
| .wenzi-wenzi{
| font-size: 13px;
| margin-left: 1%;
| white-space: nowrap;
| }
| .bottom-icon1{
| float: right;
| height: 30px;
| width: 30px;
| margin-left: 20%;
| }
| .wenzi-wenzi1{
| float: right;
| font-size: 13px;
| }
| .view-0{
| margin-top: 0.5rem;
| }
| .view-1{
|
| }
| .view-2{
|
| }
| .view-3{
|
| }
| .view-4{
|
| }
| .wrapper {
| display: flex;
| align-items: center;
| justify-content: center;
| height: 100%;
| }
| .block{
| color: #fff;
| }
| .text-active{
| margin-left: 15%;
| font-size: 15px;
| padding: 10px ;
| width: 65%;
| font-weight: normal;
| background-color: #ffffff;
| margin-bottom: 5%;
| color: red;
| }
|
|