效果:

HTML代码:
<!DOCTYPE html>
 <html lang="en">
 <head>
 <meta charset="UTF-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <meta http-equiv="X-UA-Compatible" content="ie=edge">
 <title>飞机大战游戏</title>
<style>
     html { 
 
         width: 100%;
         height: 100%;
         margin: 0;
         padding: 0;
         position: relative;
         background-image: linear-gradient(#2C3E50,#4CA1AF);
}
    .canvasbig { 
 
         position: absolute;
         left: calc(50% - 260px);
         top: calc(50% - 400px);
         width: 520px;
         height: 800px;
         
     }
    .canvasdiv { 
 
         position: absolute;
         cursor: pointer;
         left: 160px;
         top: 500px;
         width: 200px;
         height: 53px;
       

                  
                  
                  
                  
最低0.47元/天 解锁文章
                          
                      
      
          
                
                
                
                
              
                
                
                
                
                
              
                
                
              
            
                  
					630
					
被折叠的  条评论
		 为什么被折叠?
		 
		 
		
    
  
    
  
            


            