wechat_jiaxuan/app.wxss
@@ -29,4 +29,40 @@ } .arrow_right{ width: 16rpx; } /* */ .flex { display: flex; } .flex-c { display: flex; align-items: center; } .flex-cc { display: flex; align-items: center; justify-content: center; } .flex-cb { display: flex; align-items: center; justify-content: space-between; } .flex-ca { display: flex; align-items: center; justify-content: space-around; } .flex-1 { flex: 1; } .flex-column { flex-direction: column; }