wallpaper.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. /* pages/piano/wallpaper/wallpaper.wxss */
  2. /* .ex-nav-bgc-class {
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. right: 0;
  7. z-index: 1000;
  8. } */
  9. .img_section {
  10. margin-top: 32rpx;
  11. margin-left: 170rpx;
  12. width: 400rpx;
  13. position: relative;
  14. align-items: center;
  15. justify-content: center;
  16. }
  17. .select_img {
  18. width: 400rpx;
  19. height: 400rpx;
  20. border-radius: 16rpx;
  21. background-color: #F2F5F7;
  22. overflow: hidden;
  23. }
  24. .canvas_img {
  25. width: 400rpx;
  26. height: 400rpx;
  27. border-radius: 16rpx;
  28. background-color: #F2F5F7;
  29. overflow: hidden;
  30. }
  31. .select_icon {
  32. position: absolute;
  33. width: 56rpx;
  34. height: 56rpx;
  35. bottom: 32rpx;
  36. right: 32rpx;
  37. z-index: 1;
  38. }
  39. .grid_container_super {
  40. overflow-y: auto;
  41. margin-top: 40rpx;
  42. }
  43. .grid-container {
  44. display: grid;
  45. grid-template-columns: repeat(2, 1fr);
  46. grid-gap: 32rpx;
  47. margin-inline: 32rpx;
  48. /* height: calc(100vh - 200px); */
  49. }
  50. .up_down_img {
  51. width: 100%;
  52. height: 44rpx;
  53. margin-top: 20rpx;
  54. justify-content: center;
  55. align-items: center;
  56. display: flex;
  57. margin-bottom: 200rpx;
  58. }
  59. .up_down_img>image {
  60. width: 24rpx;
  61. height: 16rpx;
  62. }
  63. .device_img {
  64. width: 320rpx;
  65. height: 240rpx;
  66. border-radius: 16rpx;
  67. }
  68. .footer {
  69. position: fixed;
  70. bottom: 0;
  71. left: 0;
  72. right: 0;
  73. display: flex;
  74. width: 750rpx;
  75. height: 170rpx;
  76. background: #FFFFFF;
  77. box-shadow: 0rpx -4rpx 16rpx 0rpx #E8EAEB;
  78. border-radius: 72rpx 72rpx 0rpx 0rpx;
  79. justify-content: center;
  80. align-items: center;
  81. }
  82. .footer>image {
  83. margin-right: 8rpx;
  84. width: 48rpx;
  85. height: 48rpx;
  86. margin-top: -16rpx;
  87. }
  88. .footer>view {
  89. color: #6546A3;
  90. width: 128rpx;
  91. font-weight: Medium;
  92. font-size: 32rpx;
  93. margin-top: -16rpx;
  94. }