wallpaper.wxss 609 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /* pages/piano/wallpaper/wallpaper.wxss */
  2. .img_section {
  3. width: 100%;
  4. height: 400rpx;
  5. position: relative;
  6. }
  7. .select_img {
  8. padding-inline: 108rpx;
  9. height: 400rpx;
  10. border-radius: 16rpx;
  11. }
  12. .select_icon {
  13. position: absolute;
  14. width: 56rpx;
  15. height: 56rpx;
  16. bottom: 32rpx;
  17. right: 32rpx;
  18. z-index: 1;
  19. }
  20. .grid-container {
  21. display: grid;
  22. grid-template-columns: repeat(2, 1fr);
  23. grid-column-gap: 32rpx;
  24. /* grid-row: 32rpx; */
  25. padding-inline: 32rpx;
  26. padding-top: 16rpx;
  27. }
  28. .cell {
  29. width: 100%;
  30. height: 240rpx;
  31. border-radius: 16rpx;
  32. }