pages(media): add 2048px device
This commit is contained in:
		@@ -106,4 +106,22 @@
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
    // =========== 2048px 设备 ===========
 | 
			
		||||
    @media (min-width: 768px) and (max-width: 2048px) {
 | 
			
		||||
        >ul {
 | 
			
		||||
            padding: 0.625rem 0.1rem;
 | 
			
		||||
 | 
			
		||||
            >.year {
 | 
			
		||||
                padding: 0.5rem 0;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            >li {
 | 
			
		||||
                justify-content: space-between;
 | 
			
		||||
                padding-bottom: 0.3rem;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user