1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- .home-title {
- font-size: 42rpx;
- margin: 40rpx 0 20rpx 0;
- color: #432A04;
- font-family: "SongtiSCBlack";
- .more {
- font-size: 30rpx;
- }
- text {
- font-family: "SongtiSCBlack";
- }
- &.has-more {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: baseline;
- }
- &.in-wing {
- margin-bottom: 0;
- }
- }
- .home-container {
- padding-bottom: 200rpx;
- > .title {
- left: 40rpx;
- top: calc(var(--status-bar-height) + 50rpx);
- }
- > .content {
- margin-top: 20vh;
- z-index: 1;
- }
- }
- .top-tab {
- position: sticky;
- top: -2px;
- z-index: 10;
- }
- //Fix
- .u-tag, .u-tag-wrapper {
- flex-shrink: 0;
- }
- .u-tag__text {
- white-space: nowrap;
- }
|