detail.wxss 419 B

1234567891011121314151617181920212223242526272829
  1. .top_item_public_add {
  2. display: flex;
  3. margin-top: 50rpx;
  4. /* 垂直布局 */
  5. /* flex-direction: column; */
  6. /* 垂直居中 */
  7. /* justify-content: center; */
  8. }
  9. .top_item_public {
  10. display: flex;
  11. flex: 1;
  12. justify-content: center;
  13. }
  14. .top_item {
  15. display: flex;
  16. align-items: center;
  17. flex-direction: column;
  18. }
  19. .top_image {
  20. height: 70rpx;
  21. }
  22. .top_text {
  23. align-items: center;
  24. font-size: 30rpx;
  25. }