22 lines
395 B
Plaintext
22 lines
395 B
Plaintext
@import "./index.skeleton.wxss";
|
|
.title{
|
|
margin-top: 250rpx ;
|
|
margin-left: 50rpx;
|
|
margin-bottom: 100rpx;
|
|
font-size: 50rpx;
|
|
/* font-family: "AlibabaPuHuiTi-2-75-SemiBold"; */
|
|
color: #333;
|
|
}
|
|
.item{
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin-bottom: 100rpx;
|
|
justify-content: center;
|
|
align-content: center;
|
|
}
|
|
.item_img{
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|