file.acss 499 B

123456789101112131415161718192021222324252627282930
  1. .image {
  2. width: 300rpx;
  3. height: 300rpx;
  4. }
  5. .image-plus {
  6. width: 150rpx;
  7. height: 150rpx;
  8. margin: 10rpx;
  9. border: 1px solid #999;
  10. position: relative;
  11. justify-content: center;
  12. }
  13. .image-plus-horizontal {
  14. align-self: center;
  15. background-color: #d9d9d9;
  16. width: 4rpx;
  17. height: 80rpx;
  18. justify-content: center;
  19. }
  20. .image-plus-vertical {
  21. align-self: center;
  22. background-color: #d9d9d9;
  23. width: 80rpx;
  24. height: 4rpx;
  25. }
  26. .page-body-info {
  27. height: 400rpx;
  28. padding-bottom: 50rpx;
  29. }