haomingming 69df3bf6b3 优化
2023-03-24 15:29:41 +08:00

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;
}