common.scss 705 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .home-title {
  2. font-size: 42rpx;
  3. margin: 40rpx 0 20rpx 0;
  4. color: #432A04;
  5. font-family: "SongtiSCBlack";
  6. .more {
  7. font-size: 30rpx;
  8. }
  9. text {
  10. font-family: "SongtiSCBlack";
  11. }
  12. &.has-more {
  13. display: flex;
  14. flex-direction: row;
  15. justify-content: space-between;
  16. align-items: baseline;
  17. }
  18. &.in-wing {
  19. margin-bottom: 0;
  20. }
  21. }
  22. .home-container {
  23. padding-bottom: 200rpx;
  24. > .title {
  25. left: 40rpx;
  26. top: calc(var(--status-bar-height) + 50rpx);
  27. }
  28. > .content {
  29. margin-top: 20vh;
  30. z-index: 1;
  31. }
  32. }
  33. .top-tab {
  34. position: sticky;
  35. top: -2px;
  36. z-index: 10;
  37. }
  38. //Fix
  39. .u-tag, .u-tag-wrapper {
  40. flex-shrink: 0;
  41. }
  42. .u-tag__text {
  43. white-space: nowrap;
  44. }