wallpaper.wxss 1.7 KB

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