基础应用
基础布局
display: flex;
flex-direction: row;
border-radius: 10rpx;
justify-content: space-between;
background-color: #064175;
line-height: 50rpx;
text-align: center;
view{
color: white;
font-size: 20rpx;
flex:3
}
原创2022/5/28小于 1 分钟