index.scss 640 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .home-header {
  2. /* height: 300rpx; */
  3. width: 100%;
  4. position: relative;
  5. border-radius: 0rpx 0rpx 48rpx 48rpx;
  6. }
  7. .home-mendian {
  8. width: 100%;
  9. height: 84rpx;
  10. background: rgba(255, 255, 255, 0.1);
  11. border-radius: 42rpx;
  12. }
  13. .integral-mall-main {
  14. position: relative;
  15. /* margin-top: -104rpx; */
  16. }
  17. .integal-mall-menu {
  18. width: 100%;
  19. height: 190rpx;
  20. background: #FFFFFF;
  21. border-radius: 20rpx;
  22. }
  23. .integral-mall-goods {
  24. width: 210rpx;
  25. height: 280rpx;
  26. background: #F2F2F2;
  27. border-radius: 16upx;
  28. }
  29. .titleNview-placing {
  30. height: var(--status-bar-height);
  31. padding-top: 44px;
  32. box-sizing: content-box;
  33. }