16 lines
189 B
Plaintext
16 lines
189 B
Plaintext
.box{
|
|
height: 300px;
|
|
}
|
|
.title{
|
|
width: 100%;
|
|
text-align: center;
|
|
margin: 20px 0;
|
|
}
|
|
.item{
|
|
text-align: center;
|
|
line-height: 50px
|
|
}
|
|
.intro {
|
|
margin: 30px;
|
|
text-align: center;
|
|
} |