odc.xiaohui
2023-03-23 0f380ac05d3be2f0b56e8a769dfead256c623db0
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
.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-right{
    margin-right: 50%;
}
.chat-item{
    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-top: -10%;
    margin-left: 15%;
    font-size: 15px;
    padding: 10px ; 
    width: 65%;
    font-weight: normal;
    background-color: #ffffff;
    margin-bottom: 5%;
}
.chat-right{
    margin-top: 8%;
}
.face-right{
    width: 40px;
    height: 40px;
    margin-left: 170%;
}
.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{
    margin-left: 25%;
    font-size: 15px;
    padding: 10px ; 
    width: 130%;
    font-weight: normal;
    text-align: right;
    margin-top: -20%;
    background-color: #ffffff;
    margin-bottom: 8%;
}
.low{
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: white;
    /* height: 7%; */
    height: 50px;
}
.list{
    height: 60px;
    width: 100%;
    background-color:     #F5F5F9;
}
.list1{
    height: 30px;
    margin-top: 12%;
    background-color:     #F5F5F9;
}
.input{
 width: 78%;
 height: 35px;
 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; */
    width: 100%;
    height: 70px;
    margin-top: 2%;
    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%;
}
.bottom-icon1{
   float: right;
    height: 30px;
    width: 30px;
    margin-left: 20%;
}
.wenzi-wenzi1{
    float: right;
    font-size: 13px;
}
.view-0{
    margin-left: 4%;
}
.view-1{
    margin-left: 24%;
    margin-top: -14%;
}
.view-2{
    margin-left: 44%;
    margin-top: -14%;
}
.view-3{
    margin-left: 64%;
    margin-top: -13%;
}
.view-4{
    margin-left: 84%;
    margin-top: -13%;
}