20 lines
315 B
Plaintext
20 lines
315 B
Plaintext
.title{
|
|
margin-top: 250rpx ;
|
|
margin-left: 50rpx;
|
|
margin-bottom: 100rpx;
|
|
font-size: 50rpx;
|
|
font-weight: bold;
|
|
}
|
|
.item{
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin-bottom: 100rpx;
|
|
justify-content: center;
|
|
align-content: center;
|
|
}
|
|
.item_img{
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|