common.css 217 B

12345678910111213
  1. /* 全局居中样式 */
  2. .main-flex {
  3. display: flex;
  4. justify-content: center;
  5. align-items: center;
  6. }
  7. /* 全局图标样式 */
  8. .main-icon {
  9. width: 80 rpx;
  10. height: 80 rpx;
  11. border-radius: 100%;
  12. }