index.wxss 511 B

1234567891011121314151617181920212223242526272829
  1. .saomiao{
  2. display: flex;
  3. justify-content: center;
  4. align-items: center;
  5. width: 150rpx;
  6. height: 60rpx;
  7. }
  8. .zhaohuan{
  9. display: flex;
  10. justify-content: end;
  11. align-items: center;
  12. width: 150rpx;
  13. height: 60rpx;
  14. }
  15. .shibietu{
  16. display: flex;
  17. justify-content: end;
  18. align-items: center;
  19. width: 150rpx;
  20. height: 60rpx;
  21. }
  22. .wenzi{
  23. display: flex;
  24. justify-content: center;
  25. align-items: center;
  26. width: 150rpx;
  27. height: 60rpx;
  28. }