UNPKG
create-chuntianxiaozhu
Version:
latest (1.1.3)
1.1.3
1.1.2
1.0.4
1.0.3
1.0.2
1.0.1
春天小猪模板工具
create-chuntianxiaozhu
/
template-react-h5
/
src
/
index.css
23 lines
(19 loc)
•
238 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
23
body
{
display
: flex;
place-items
: center; }
body
,
html
,
#root
{
width
:
100%
;
height
:
100%
;
margin
:
0
; } * {
box-sizing
: border-box; }
.textEllipsis
{
text-overflow
: ellipsis;
overflow
: hidden;
white-space
: nowrap; }