UNPKG
react-jwchat
Version:
latest (1.5.1)
1.5.1
1.5.0
1.2.1
1.2.0
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
This is an easy-to-use web chat component, based on react.
wx_504ae56474.gitee.io/react-jwchat
react-jwchat
/
dist
/
esm
/
style
/
common.css
22 lines
(20 loc)
•
222 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* flex */
.flex
{
display
: flex; }
.flex_1
{
flex
: auto; }
.jus_cen
{
justify-content
: center; }
.ali_cen
{
align-items
: center; }
/* position */
.pos_a
{
position
: absolute; }
.pos_r
{
position
: relative; }